1. Basic information
VMware version 15
ll /mnt
The following is ahgfs
Folder, butll /mnt/hgfs
The following is notShared folder
;- The input
vmware-hgfsclient
You can seeShared folder
- The input
sudo mount -t vmhgfs .host:/ /mnt/hgfs
To submit theError: cannot mount filesystem: No such device
error
2. Solutions
sudo vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other,nonempty
Copy the code