VMware virtual machine shared folders

After installing the virtual folder, the second boot found under / mnt / hgfs directory can not find the shared folder, because vmfg-fuse services are not enabled.

Add the following code as the root profile, set the boot from Kai:

/usr/bin/vmhgfs-fuse -o nonempty .host:/ /mnt/hgfs

After completing found ordinary users can not access the folder, so modify the code above:

/usr/bin/vmhgfs-fuse -o nonempty,allow_other .host:/ /mnt/hgfs

At this time, ordinary users can access the shared folder.

Guess you like

Origin www.cnblogs.com/luoheng23/p/10931065.html