I'm trying to get my user account to mount a nfs partition on a NAS box but it will only allow me to mount it as root. Here's my fstab entry
192.168.0.9:/mnt/ide3/fred /home/fred/nfs nfs soft,intr,noauto,users 0 0
which works fine at mounting as root but doesn't seem to let me mount/unmount as my user.
Can anyone explain why I can't? I tried user instead of users but it made no difference.
192.168.0.9:/mnt/ide3/fred /home/fred/nfs nfs soft,intr,noauto,users 0 0
which works fine at mounting as root but doesn't seem to let me mount/unmount as my user.
Can anyone explain why I can't? I tried user instead of users but it made no difference.
Comment