I have an NFS client mounting a share set up via YaST (in openSUSE 13.1 x80_64). I have put "users" into the options so I could mount the share from GUI with a regular user. However, whenever I try to mount it from Dolphin, I get an error:
mount.nfs: not installed setuid - "user" NFS mounts not supported.
This seems to be new, since I don't recall ever having this issue in 12.3. Does anyone else have this issue? Any ideas on how to allow regular users to mount NFS shares again?
For the record, this is the fstab entry in question:
Quote:
mount.nfs: not installed setuid - "user" NFS mounts not supported.
For the record, this is the fstab entry in question:
Code:
dragon:/export/storage /mnt/storage nfs users,soft,bg,intr,timeo=5,retrans=5,actimeo=10,retry=5,noauto,vers=3 0 0