VMware7.1.5虚拟机安装Ubuntu 11.10使用share folders共享目录


VMware7.1.5虚拟机安装Ubuntu 11.10使用share folders共享目录

将虚拟机掉电关闭(不能暂停),设置share folders目录,重启虚拟机。

此时/mnt/hgfs目录仍然是空的。

应该sudo apt-get install open-vm-dkms,一路按enter键通过。

然后sudo mount  -t  vmhgfs  .host:/     /mnt/hgfs,这样/mnt/hgfs下便有了与windows的共享目录。

为了每次开机自动挂载共享目录,在/etc/init.d/open-vm-tools末尾增加一行:

sudo mount  -t  vmhgfs  .host:/     /mnt/hgfs

相关内容