安装vmware tools
sudo pacman -S open-vm-tools
再执行下面的命令
sudo vmhgfs-fuse -o allow_other -o auto_unmount /mnt/hgfs
就可以在 /mnt/hgfs中看到你设置的共享文件夹了.
在VMware设置 共享目录:
download c:/user/wh/Download
在manjaro上创建文件夹
sudo mkdir /mnt/hgfs
manjaro 默认已经安装了open-vm-tools
cd /usr/bin
./vmhgfs-hgfsclient
mywindows
sudo ./vmhgfs-fuse -o allow_other -o auto_unmount .host:/
