Everything posted by kfoxirl
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
I'll give that a go, but I think that message be a bit misleading, when I run the command manually in verbose it shows permission denied first, and then tries to connect via ipv6 which then throwsthat network error. I'm going to break for the evening and pick it up tomorrow. Thanks for the help!
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Here you goud_diagnostics-20240627-175349.zip
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Still having the same issue unfortunately after upgrading, included an updated diagnostics. solomon-diagnostics-20240627-1735.zip
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Should have included that sorry! solomon-diagnostics-20240627-1714.zip
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
hi guys, I am having hell with mounting NFS shares from my NAS on unraid with UD after the last update. I am not sure what changed but now I am getting permission denied error in the mount command from UD. I have Unraid setup as an allowed IP on the NAS configuration. If I set to vers=3 manually in the command below it mounts fine. root@Solomon:/# /sbin/mount -vvvv -t 'nfs' -o vers=4,rw,soft,relatime,retrans=4,timeo=300 'CERBERUS.LOCAL:/volume1/test' '/test' mount.nfs: timeout set for Thu Jun 27 16:42:07 2024 mount.nfs: trying text-based options 'soft,retrans=4,timeo=300,vers=4.2,addr=192.168.40.75,clientaddr=192.168.40.100' mount.nfs: mount(2): Permission denied I understand that there is an additional layer of complication with NFS4 but I dont seem to be able to lock it down to ver3 on either the client or server side. Could I get some help?