在虚拟机上配置共享文件夹和安装vmwaretools这里就不说了,网上有好多,
但是最后一步,好多都是坑人的,
配置好了我之后通过命令查看可以挂载的文件夹[[email protected] hgfs]# vmware-hgfsclient <br/>vmshare<br/>
然后就是挂载
最后一步是vmhgfs-fuse .host:/ /mnt/hgfs
而不是mount -t vmhgfs .host:/ /mnt/hgfs
我就是在最后一步被坑了好久
[[email protected] ~]# 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
[[email protected] ~]# cd /mnt/hgfs/
[[email protected] hgfs]# ls
[[email protected] hgfs]# vmhgfs-fuse .host:/ /mnt/hgfs
[[email protected] hgfs]# ls
[[email protected] hgfs]# cd ..
[[email protected] 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
原文地址:https://blog.51cto.com/853056088/2422173
时间: 2024-10-11 22:45:57