擁抱自由,使用 linux !

在Linux底下真是太幸福了,有好多東西可以玩。想從windows解脫就是現在!

Thomas log :

Vmware host - nfs server

apt-get install nfs-kernel-server

vi /etc/exports

/home/partimag     172.16.0.0/16(rw,sync,no_root_squash,no_subtree_check,insecure)
/home/partimag     127.0.0.1(rw,sync,no_root_squash,no_subtree_check,insecure)

service portmap restart

service nfs-kernel-server restart

—-

Vmware guest(NAT) - nfs client

test mount:

mount 172.16.7.2/home/partimag/ /mnt

Tags:

Add A Comment