NFS Manual

NFS Manual

一、安装

1. linux环境

#cat /etc/issue

Red Hat Enterprise Linux AS release 4 (Nahant Update 2)

2. 管理员登录

以管理员root账号登录

3. 安装

#mkdir /vol/

#chmod a+w /vol/

#vi /etc/exports

/vol 10.1.56.208(rw,sync,no_root_squash)

#service nfs start

#chkconfig nfs on

#vi /etc/exports

/vol 10.1.56.208(rw,sync,no_root_squash) 10.1.56.209(rw,sync,no_root_squash)

#exportfs -rv

4. 客户端

#vi /etc/fstab

10.12.5.43:/vol /nfs3 nfs rw,bg,intr,soft 0 0

#mount /nfs

http://www.hooma.net/boe/viewthread.php?tid=6012&extra=page%3D1&frombbs=1

http://server.zdnet.com.cn/server/2007/0831/482007.shtml

http://blog.chinaunix.net/u/26040/showart_285389.html

http://www.chinaaspx.com/forum/showtopic-3137.aspx

你可能感兴趣的:(NFS Manual)