I have some nfs shares in /etc/fstab with the following options. auto,user,exec,rw,hard,intr,rsize=8192,wsize=8192 0 0 According to the man page user is supposed to let users mount things. However, if I try and mount as a user I am told "only root can do that". Doesn't nfs follow the same rules as other mount types? Thanks.