1. install NFS
rpm-qa nfs-util
rpm-qa portmap (essential package)
2. vi /etc/exports
/pub 192.168.56.0/24(rw,sync)
/share 192.168.1.11
3. /etc/init.d/portmap start
/etc/init.d/nfs start
cf) verify exports file
/usr/sbin/exportfs
exportfs -v ; displaying the current export list
exportfs -a
exportfs -r
'OS > Linux' 카테고리의 다른 글
[CentOS] snmp service (0) | 2010.03.26 |
---|---|
[network] nat (0) | 2010.03.11 |
[cmd] compress & uncompress (0) | 2010.03.03 |
[manage] webmin (0) | 2010.03.03 |
Mirror Sites (0) | 2010.02.05 |