

Features in Both VirtualBox and VMWare Shared folders: Though it requires a bit. Shared folders can be mounted persistently in /etc/fstab. Programmers, for example, can clone their Linux development environment. host:/home/xxx/mySharedFolder /mnt/hgfs -o subtype=vmhgfs-fuse,allow_other Shared folder with linux - VMware Technology Network VMTN Hello, I have some virtual machines with linux (Debian) OS. In case if you’d like to specify the target folder called /home/xxx/mySharedFolder instead of all under the general mount point, you can use following command: 1 host:/ /mnt/hgfs -o subtype=vmhgfs-fuse,allow_other Here’s the command for mounting shared folders using user mode FUSE client: 1

The default options will mount all share folders for all guest users under the default mount point which will be at the location: /mnt/hgfs User mode client FUSE file system type vmhgfs-fuse.Kernel mode client file system type vmhgfs.

You can actually get this done by either using kernel mode or user mode.
