On Sun, Jan 19, 2014 at 11:13 AM, Neil Bothwick <[email protected]> wrote: > Put the mount in /etc/fstab with the noauto and users or user options.
Neil, Thank you. I did this; however, as soon as I mount, the directory becomes owned by root and I cannot write to it. Please consider: jane cstankevitz # grep nfs /etc/fstab adam:/mnt/volume_a/sdn_collections /home/cstankevitz/Desktop/sdn_collections nfs rw,noauto,user 0 0 Desktop $ ls -l /home/cstankevitz/Desktop/ drwxr-xr-x 2 cstankevitz cstankevitz 4096 Jan 19 20:43 sdn_collections Desktop $ mount ./sdn_collections/ Desktop $ ls -l /home/cstankevitz/Desktop/ drwxr-xr-x 2 root root 2 Jan 19 20:37 sdn_collections Please note how the ownership changes from cstankevitz to root after I mount. What am I doing wrong? Thank you, Chris

