/mnt/hgfs下无目录情况解决:

VMware8虚拟机安装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 (host:/ 处 2个空格)

相关文章:

  • 2022-12-23
  • 2021-06-03
  • 2021-11-21
  • 2021-04-22
  • 2021-10-05
  • 2022-12-23
  • 2021-11-28
  • 2022-01-02
猜你喜欢
  • 2021-11-11
  • 2021-04-01
  • 2021-12-13
  • 2022-12-23
  • 2021-11-24
  • 2021-07-29
  • 2021-08-03
相关资源
相似解决方案