Can someone explain what I'm doing wrong with this /etc/exports file?
I have restarted nfsd and mountd after making those changes. Here are some relevant entries from /etc/rc.conf:
I must be missing something very basic, but what?
Bash:
# exports
/usr -mapall=root -alldirs -network 192.168.1.0 -mask 255.255.255.0
/var -mapall=root -alldirs -network 192.168.1.0 -mask 255.255.255.0
showmount -e 127.0.0.1
:-
Code:
Exports list on 127.0.0.1:
/usr 192.168.1.0
I have restarted nfsd and mountd after making those changes. Here are some relevant entries from /etc/rc.conf:
Bash:
## NFS
rpcbind_enable="YES"
nfs_server_enable="YES"
#nfsv4_server_enable="YES"
mountd_enable="YES"
mountd_flags="-r"
I must be missing something very basic, but what?