Everything posted by dlandon
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Only NFSv3 is supported on your remote server. Go to the UD Settings and set the "NFS Version to use when Mounting Remote Shares:" to "Auto" so NFSv3 qwill be used.
-
NFS shares stop working beyond 6.12.9
Please retest this with 6.12.14.
-
Unraid OS version 6.12.14 available
Some work was done on this issue and it should be resolved.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
When you updated Unraid, UD was also updated. There have been changes in UD that do wome additional checking for remote shares to be on line and ready to mount NFS shares. Go to Settings->Unassigned Devices and then click on the 'Remote Servers' and enter your server name or IP address and click "Test". You will then see the results of UD testing the remote server. If you need further assistance, post the results from the remote server test.
-
File Activity Plugin - How can I figure out what keeps spinning up my disks?
The inotify user watches are now adjusted if there aren't enough when the plugin is started. This is in the latest release. This should stop the inotify start failure when there aren't enough user watches.
-
Outgoing Proxy Manager添加地址后,在选择代理的位置没有添加的代理名称
I don't know what they changed, but it was an easy fix.
-
File Activity Plugin - How can I figure out what keeps spinning up my disks?
You can eliminate the cache and pool disks from the file activity, or install the Tips and Tweaks plugin and increase the inotify watches.
-
Outgoing Proxy Manager添加地址后,在选择代理的位置没有添加的代理名称
That is a browser problem that does not show the dropwown correctly we are seeing with Chrome and Brave. Try a different browser. This will be fixed in the next release of Unraid. The blank in the first screen shot next to 'clash' means it is available. The 'Not Available' in the second screen shot means if has gone off-line.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
There is currently no way to do that.
-
File Activity Plugin - How can I figure out what keeps spinning up my disks?
I can add the 'docker' share.
-
File Activity Plugin - How can I figure out what keeps spinning up my disks?
The plugin automatically ignores appdata, syslogs, and system.
-
File Activity Plugin - How can I figure out what keeps spinning up my disks?
The idea is to track file activity. It works in the background, not just when the UI is active. It's best for troubleshooting file activity issues. If you don't want the CPU spikes, turn it off. It isn't really intended to leave on all the time.
-
File Activity Plugin - How can I figure out what keeps spinning up my disks?
It works fine for me, and no one else is reporting this. I suspect an issue with your system. Try it again after a reboot.
-
File Activity Plugin - How can I figure out what keeps spinning up my disks?
There is no way currently to do that. I will consider this. I assume you only want to look at certain shares or disks?
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
If I understand what you are wanting to do, enter 'SOME_GROUPING/disk-001' as the SMB share.
-
Synology SMB remote share mounts but won't show files and freezes server
I like simple answers like that.
-
Synology SMB remote share mounts but won't show files and freezes server
You are using Jumbo frames: Nov 21 16:00:18 Cube root: Fix Common Problems: Warning: Jumbo Frames detected on eth0 ** Ignored Nov 21 16:00:18 Cube root: Fix Common Problems: Warning: Jumbo Frames detected on eth6 ** Ignored We do not recommend that because it is a challenge to get it set up correctly on your network. It really doesn't do anything to improve your network throughput these days because the NIC cards are much better at handling LAN traffic, and it causes issues when not done correctly. Set all your NIC cards back to the default mtu.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
I'll put it in my feature list and see if it makes sense for the wider user base.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Unraid and UD only mount disks with partitions. The not 'Partition' means that the disk does not have a partition. Can you format the virtual disk with a partition?
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
This error message is coming from your remote server: Nov 21 16:32:10 Unraid unassigned.devices: Mount NFS command: /sbin/mount -t 'nfs' -o rw,hard,relatime '10.10.10.6:/export/Cold_backups' '/mnt/remotes/10.10.10.6_Cold_backups' Nov 21 16:32:10 Unraid unassigned.devices: NFS mount failed: 'mount.nfs: mounting 10.10.10.6:/export/Cold_backups failed, reason given by server: No such file or directory'. The "No such file or directory' is coming from the remote server. I don't see anything that UD is doing to cause this reply from the server. Try this mount command at the command line: mkdir /mnt/remotes/10.10.10.6_Cold_backups /sbin/mount -t 'nfs4' -o rw,hard,relatime '10.10.10.6:/export/Cold_backups' '/mnt/remotes/10.10.10.6_Cold_backups' Then try: /sbin/mount -o rw,hard,relatime '10.10.10.6:/export/Cold_backups' '/mnt/remotes/10.10.10.6_Cold_backups' Show the output of the 'mount' command if it mounts.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
The 'cache=strict' is the best option for performance and consistency If you do a 'sync -f {mountpoint}' when checking for the files on Unraid, this invalidates the cache and the files will then be made current. Adding a cache setting will only complicate UD for a corner use case.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Go to Settings->Unassigned Devices and enable the destructive mode. Then go to the UD page and click on the red 'X' on that drive and the partition will be removed. Then you can format the drive.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
It looks like the credentials failed. Add the remote share back and confirm the credentials.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Several things to look at: The remote share is at 'OMV.LOCAL/export/Cold_backups'. Confirm this is the actual mount point on the OMV server. Log in to the NFS server and check the permissions of the /export/Cold_backups directory. Check the remote server (OMV) logs. Go to the Settings->Unassigned Devices anc click on the 'Remote Servers' tab and enter the OMV.LOCAL server name, then click the 'Test' button. Look in the results and be sure your Unraid server has access to the /export/Cold_backup share. Also verify the NFS versions that are supported. Post the results if you continue to have issues.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Post ud_diagnostics by going to a command line and entering 'ud_diagnostics' then post the /flash/logs/ud_diagnostics.zip.