vmware下 ubuntu与Windows主机共享文件夹hgfs为空的解决办法

在安装完虚拟机工具后/mnt/hgfs目录挂载成功,可是在vm中添加了共享文件夹后hgfs依然为空,在网上搜了下,解决方法如下:

1.sudo apt-get install open-vm-dkms
2.sudo mount -t vmhgfs .host:/     /mnt/hgfs

然后在hgfs目录下就能成功看到共享的文件了。

或者创建一个shell文件

touch /usr/lcoal/bin/mnt


chmod 775 /usr/lcoal/bin/mnt


gedit /usr/lcoal/bin/mnt

复制

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

保存后退出

你可能感兴趣的:(vmware,windows,虚拟机,shell,ubuntu,工具)