Ubuntu shared folder under Vmware

The virtual machine checks whether the shared directory is loaded, enter in the command:

vmware-hgfsclient

Manual mount

sudo vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other

Restart automount:

subl /etc/fstab 
.host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other 0 0

Guess you like

Origin blog.csdn.net/qq_38202733/article/details/131788585