服務(wù)器端
apt-get install nfs*
vi /etc/exports
#
#
#/home/god/sharedoc 10.0.1.*(rw,sync,no_root_squash,no_subtree_check)
vi /etc/idmapd.conf
[General]
Verbosity = 0
Pipefs-Directory = /run/rpc_pipefs
# set your own domain here, if id differs from FQDN minus hostname
# Domain = localdomain
[Mapping]
#Nobody-User = nobody
#Nobody-Group = nogroup
Nobody-User = nfsnobody
Nobody-Group = nfsnobody
serviec nfs-server restart
serviec nfs-server status
service portmap restart
service portmap status
客戶端
apt-get install nfs*
sudo mount -v -t nfs 10.0.1.199:/home/god/sharedoc /home/sunsj/sharedoct1
尊重原創(chuàng),轉(zhuǎn)載請注明出處:http://www.reibang.com/p/396c85c41f06