March 2, 20233 yr Hello, i won't to used NFS as a Alternative to the buggy SMB on my Mainserver. I can mount the NFS Share but he has no Write Access, only Read. For what is the Rule Section on the Share Settings? The Share is Private and Exported. I used this for mount Test: ~$ sudo mount -t nfs4 server:/mnt/user/Test ~/Mountpoints/NFS/Test ~$ sudo mount -t nfs -o nfsvers=4 server:/mnt/user/Test ~/Mountpoints/NFS/Test With this i became mount.nfs: an incorrect mount option was specified as Error. ~$ sudo mount -t nfs -o nfsvers=4,uid=1000,gid=1000 server:/mnt/user/Test ~/Mountpoints/NFS/Test With this in the fstab, becomes the same Error: server:/mnt/user/Test /home/username/Mountpoints/NFS/Test nfs nfsvers=4,rw,all_squash,anonuid=1000,anongid=1000 0 0 Please help! Many Thanks! Greetings Revan335
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.