centosvmwarefedoravmware-player

mount: unknown filesystem type 'vmhgsf'


I'm trying to mount my Windows shared folder in CentOS using command:

~mount -t vmhgfs .host:/shared-folder /var/www/html/

Unfortunately I get :

~mount: unknown filesystem type 'vmhgfs'

error. I tried to use:

~/usr/bin/vmhgfs-fuse /mnt

but mountpoint is not empty...

Is there any way to mount this folder on VMware player?


Solution

  • Cyb

    Try this:

    vmhgfs-fuse .host:/shared-folder /var/www/html/
    

    you might need to use sudo on this