I have set up NFS on FreeBSD 10.2-STABLE per the instructions in the handbook.
I have a very simple /etc/exports for test, and have been able to
do a basic check that FreeBSD and Solaris 10 will
I've now added more entries to the /etc/exports directory to get my desired configuration. However, when I run
Using onereload rather than reload doesn't appear to do anything. The new entry in the exports, which is a copy of another entry with another filename that will mount, won't mount the new file. Also the mountd(8) pid does not change in FreeBSD.
The NFS start stuff I put in /etc/rc.conf is:
How can I get the daemon to reload properly?
I have a very simple /etc/exports for test, and have been able to
do a basic check that FreeBSD and Solaris 10 will
mount
both ways correctly.I've now added more entries to the /etc/exports directory to get my desired configuration. However, when I run
service mountd reload
as specified in the handbook, I get an error message:
Code:
Cannot 'reload' mountd. Set mountd_enable to YES in /etc/rc.conf or use 'onereload' instead of 'reload'.
The NFS start stuff I put in /etc/rc.conf is:
Code:
# Start NFS server
rpcbind_enable="YES"
nfs_server_enable="YES"
mountd_flags="-r"
Last edited by a moderator: