报错:mount: unknown filesystem type 'vmhgfs'

Windows7 环境下,使用VMware虚拟机,报错:mount: unknown filesystem type 'vmhgfs'

解决方法:命令

vmhgfs-fuse .host:/ /mnt/hgfs
 

解决过程记录如下:

 

[root@localhost mnt]# mount -t vmhgfs .host:/ /mnt/hgfs
mount: unknown filesystem type 'vmhgfs'
[root@localhost mnt]# ls
hgfs
[root@localhost mnt]# ls hgfs/
[root@localhost mnt]# vmhgfs-fuse .host:/ /mnt/hgfs
[root@localhost mnt]# ls
hgfs
[root@localhost mnt]# ls hgfs/
ShareCode
[root@localhost mnt]# 
--------------------- 
作者:弈心逐梦 
来源:CSDN 
原文:https://blog.csdn.net/dreamstone_xiaoqw/article/details/69951343 
版权声明:本文为博主原创文章,转载请附上博文链接!

你可能感兴趣的:(linux)