2016년 5월 19일 목요일

nfs with ubuntu

host-pc : 192.168.0.100
target-board : 192.168.0.200

[ host-pc ]
apt-get install nfs-kernel-server nfs-common

vi /etc/exports
/nfs-folder 192.168.0.200(rw,no_root_squash,sync,no_subtree_check)

service nfs-kernel-server restart

[ target board ]
mount -t nfs -o nolock 192.168.0.100:/nfs-folder /mnt

댓글 없음: