nfs

這是本文件的舊版!


NFS

/etc/exports

/usr/home/public 140.116.82.0/24 140.116.245.0/24 140.116.246.0/24 -maproot=root
/usr/home/private -ro 140.116.82.0/24 140.116.245.0/24 140.116.246.0/24 -maproot=root

if exports is edited, use service mountd reload to reload

add following to rc.conf

rpcbind_enable="YES"
nfs_server_enable="YES"
mountd_flags="-r"

start nfs server

service nfsd start
  • nfs.1483462690.txt.gz
  • 上一次變更: 2017/01/04 00:58
  • 127.0.0.1