ubuntu guest, windows 7 host
vmware tool:
http://apps.hi.baidu.com/share/detail/53912951
mount the folder:
http://bbs.witech.com.cn/thread-11118-1-1.html
/mnt/hgfs (unable to display the shared folder):
1. sudo apt-get install open-vm-dkms,RET along the way down
2. sudo mount -t vmhgfs .host:/ /mnt/hgfs,这样/mnt/hgfs下便有了与windows的共享目录。
3. 为了每次开机自动挂载共享目录,在/etc/init.d/open-vm-tools末尾增加一行:
sudo mount -t vmhgfs .host:/ /mnt/hgfs (host:/ 处 有空格
sudo mount -t vmhgfs .host:/ /mnt/hgfs (host:/ 处 有空格
No comments:
Post a Comment