$sudo apt-get install nfs-common nfs-kernel-server
$ sudo vi /etc/exports
/work/MVP 192.168.*.*(rw,no_root_squash,nohide,insecure,no_subtree_check,async)
啟動nfs
$/etc/init.d/nfs-kernel-server restart
檢查
$showmount -e
掛載
$mount -t nfs 192.168.xxx.xxx:/work /mnt/nfs
沒有留言:
張貼留言