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

The vmware host share folder to guest with nfs server by 擁抱自由,使用 linux !, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 Taiwan License.


Add A Comment