Posts Tagged ‘nfs’

NFS 配置和挂载

服务器

vi /etc/exports

/home/share  192.168.1.*(rw,sync,no_root_squash)

service portmap start

service nfs start
客户端
mount -t nfs 192.168.1.103:/home/share /mnt/nfs -o nolock
ls /mnt/nfs