vmware 的centos7虚拟机使用win10上共享文件夹
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vmware 的centos7虚拟机使用win10上共享文件夹相关的知识,希望对你有一定的参考价值。
在虚拟机上配置共享文件夹和安装vmwaretools这里就不说了,网上有好多,但是最后一步,好多都是坑人的,
配置好了我之后通过命令查看可以挂载的文件夹
[root@localhost hgfs]# vmware-hgfsclient <br/>vmshare<br/>
然后就是挂载
最后一步是
vmhgfs-fuse .host:/ /mnt/hgfs
而不是
mount -t vmhgfs .host:/ /mnt/hgfs
我就是在最后一步被坑了好久
[root@localhost ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/centos-root 17G 1.8G 16G 11% /
devtmpfs 899M 0 899M 0% /dev
tmpfs 911M 0 911M 0% /dev/shm
tmpfs 911M 9.5M 902M 2% /run
tmpfs 911M 0 911M 0% /sys/fs/cgroup
/dev/sda1 1014M 145M 870M 15% /boot
tmpfs 183M 0 183M 0% /run/user/0
[root@localhost ~]# cd /mnt/hgfs/
[root@localhost hgfs]# ls
[root@localhost hgfs]# vmhgfs-fuse .host:/ /mnt/hgfs
[root@localhost hgfs]# ls
[root@localhost hgfs]# cd ..
[root@localhost mnt]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/centos-root 17G 1.8G 16G 11% /
devtmpfs 899M 0 899M 0% /dev
tmpfs 911M 0 911M 0% /dev/shm
tmpfs 911M 9.5M 902M 2% /run
tmpfs 911M 0 911M 0% /sys/fs/cgroup
/dev/sda1 1014M 145M 870M 15% /boot
tmpfs 183M 0 183M 0% /run/user/0
vmhgfs-fuse 238G 78G 161G 33% /mnt/hgfs
以上是关于vmware 的centos7虚拟机使用win10上共享文件夹的主要内容,如果未能解决你的问题,请参考以下文章
虚拟机centos7与本地win10无法互相复制粘贴。vmware-tool已安装
Win_10下VMWare虚拟机(Centos7)如何配置网络