Error: cannot mount filesystem: No such device

sudo apt-get install open-vm-tools
sudo mkdir /mnt/hgfs
sudo mount -t vmhgfs .host:/ /mnt/hgfs

为了要把主机(win7)的文件夹共享到虚拟机(ubuntu14)
VMtools已经装好,并开启了总是共享文件夹,设置好了共享目录

但是在/mnt/hgfs目录下是空的,按照网上办法执行
sudo mount -t vmhgfs .host:/ /mnt/hgfs
出现错误:
Error: cannot mount filesystem: No such device

网上的办法找了一圈都试过了,比如很多人说有用的
sudo apt-get install open-vm-dkms
已经装上了,提示是最新版本
然后重启,还是提示Error: cannot mount filesystem: No such device
用vmware-hgfsclient命令也确实能看到设置的共享目录

求助高手!!!

我也遇到这个问题,弄了快一天,最后发现是vmtools和ubuntu内核有版本不兼容的问题,vmtool最新的才可以和ubuntu14兼容,如果楼主要使用VM自带的vmtools就下载个低版本的ubuntu映射,我是VM9.96xxxxxx对应ubuntu12.04,先前VM10.xxx对应ubuntu14,话说还是1楼的方法最好:mount经常支持不够好,安装vvmtools后,可以直接把文件拖入虚拟机镜像。


你可能感兴趣的:(Error: cannot mount filesystem: No such device)