Configuring NFS
#Setup NFS enablevi /etc/rc.conf
rpcbind_enable="YES"
nfs_server_enable="YES"
mountd_flags="-r"
chkconfig --list | grep nfs
chkconfig nfs on
#Export devices
Each time you change /etc/exports, you must inform the NFS daemon of the change, or reload the configuration file with the following command:
/sbin/service nfs reload
#If there is a nfslock,
ls /etc/init.d/nfslock
#What's going on?
vi /var/log/messages

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home