給未來的裕翔
如果想要啟動nfs服務
編輯/etc/exports, ex:
/var/ftp 192.168.0.0/255.255.255.0(rw)
netmask不可以用24
如果要街多個網段, 彼此空格相隔即可
service portmap start
service nfs start
注意: /etc/hosts.allow裡面要加
portmap:ALL
mountd:ALL
然後在client端
showmount -e 192.168.0.X
mkdir /nfsdir
mount 192.168.0.X:/var/ftp /nfsdir
報告完畢
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment