jmcguire525
Explorer
- Joined
- Oct 10, 2017
- Messages
- 94
TL;DR: Having permission issues with NFS and W10, any tips on proper settings and procedure would help... steps I've tried listed below.
I've always used SMB but heard NFS was better and faster, so for my first build I decided I would give it a try... I have my datasets and shares setup with a user and group created (lets call them user/admin) for permissions...
I turned on the NFS services on my windows desktop and first tried the logical way of mounting the share...
That didn't work so I read this guide and got it mapped using...
The first time I mapped it I was using the "wheel" group and was able to create new folders but couldn't drag and drop any files, it would say the directory already had that file in it and when I told it (which it didn't) and when I chose to replace it the file transfer would fail.
I mapped it again with the same user and the group I created (both have read and write access configured) and this time I can't create a folder or transfer files due to a permission issue.
I also tried using the path in explorer without mapping the drive, same permission issue. I tried the advance share setting and added the ip address of the windows desktop to "authorized addresses" and have 192.168.1.X/24 added to "authorized networks". Hopefully I'm just making some small error, any help would be greatly appreciated!
I've always used SMB but heard NFS was better and faster, so for my first build I decided I would give it a try... I have my datasets and shares setup with a user and group created (lets call them user/admin) for permissions...
I turned on the NFS services on my windows desktop and first tried the logical way of mounting the share...
Code:
mount -o -u:user -p:<password> \\192.168.1.XX\mnt\Storage\Media X:
That didn't work so I read this guide and got it mapped using...
Code:
mount -o anon \\192.168.1.XX\mnt\Storage\Media X:
The first time I mapped it I was using the "wheel" group and was able to create new folders but couldn't drag and drop any files, it would say the directory already had that file in it and when I told it (which it didn't) and when I chose to replace it the file transfer would fail.
I mapped it again with the same user and the group I created (both have read and write access configured) and this time I can't create a folder or transfer files due to a permission issue.
I also tried using the path in explorer without mapping the drive, same permission issue. I tried the advance share setting and added the ip address of the windows desktop to "authorized addresses" and have 192.168.1.X/24 added to "authorized networks". Hopefully I'm just making some small error, any help would be greatly appreciated!