To set up NFS Client and Server functions on Debian, et. al. here are some notes
NFS Server
apt-get install nfs-kernel-server nfs-common
NFS Client
apt-get install nfs-common
Exports
/home/jws 192.168.0.101(rw,sync,no_subtree_check) /var/www 192.168.0.101(rw,sync,fsid=0,crossmnt,no_subtree_check,no_root_squash)
Other setup details related to mount @ boot time, etc., refer to link below.
Examples above from:
https://www.howtoforge.com/install_nfs_server_and_client_on_debian_wheezy
No comments:
Post a Comment