Hi folks.
NFS up and running, but the
The last 2 directives were added later to see if I could get it to share properly. I'd like to have my text editor have access (read + write) to my files. Currently with the top directive,
Anybody know what I'm doing wrong here? BTW the
Cheers
NFS up and running, but the
/etc/exports
file has me stumped. I want to share the whole /
so I inserted this directive:
Code:
# /etc/exports
/ -alldirs hq.local
/home -alldirs 192.168.1.4
/home/rich/ -network 192.168.1.4
/
is indeed shared, but home
directory is giving me permissions issues. Anybody know what I'm doing wrong here? BTW the
hosts
file has proper resolution to hq.local
. Any help appreciated. Cheers