Friday, May 06, 2011

NFS client


$ sudo apt-get install nfs-common
$ showmount -e 192.168.63.1
Export list for 192.168.63.1:
/tvixhd1 (everyone)
/tvixhd2 (everyone)
/tvixhd3 (everyone)
/tvixhd4 (everyone)
$ mkdir qq
$ sudo mount -t nfs 192.168.63.1:/tvixhd1 qq

No comments: