관련 #

exportfs - maintain table of exported NFS file systems


설치 #


NFSv4 on Ubuntu 13.10

https://help.ubuntu.com/community/SettingUpNFSHowTo 에 있는 Quick Start 설명대로 하고

/etc/exports 에 공유할 디렉토리 정보를 추가해야함

restart:
sudo service nfs-kernel-server restart

ex:
/disk/mrr1 my.client.gimslab.com(rw,sync,no_subtree_check)
/disk/gims1T my.clinet.gimslab.com(rw,sync,no_subtree_check)


clinet
# ex

sudo mount -t nfs -o proto=tcp,port=2049 my.svr.com:/ /mnt/mysvr/

sudo mount -t nfs HOST:/path /path
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2017-03-11 19:55:06
Processing time 0.0065 sec