can't create shortcut to shared folder by VMware /mnt/hgfs

– Please Write here your help request, –

Dear Team,
I can’t create shortcut to shared folder by VMware /mnt/hgfs as per attached P.S,
does there anyway to create the shortcut?


  • Parrot version in use (if you are not aware of it, open terminal and type cat /etc/os-release | grep VERSION):

  • Hypervisor used:

  • Logs/Terminal output (use pastebin or similar services):

  • Screenshots:

Hi @Wael-Fakhri

Are you using the open-vm-tools packages from the repository, or did you compile the needed modules from the VMware Tools?

To create a shortcut to a directory inside the hgfs on the desktop

ln -s /mnt/hgfs/Host_Downloads ~/Desktop/Host

1 Like

You can also use your file manager to “Bookmark” the directory of course.

@Masmer
I compiled the needed modules from the VMware Tools

however thank you very much for your support , really appreciated ,

I will try that.

thanks again bro

thanks @Masmer for your support,

finally I found this command working fine to create shortcut on desktop

sudo ln -s /mnt/hgfs/SHARED-FOLDER /home/HOSTNAME/Desktop

thanks again for your support

1 Like