Monday, March 16, 2020

Shared Folder VMware Fusion

VMWare Fusion shared folder with Ubuntu 18.04 guest os

Install open vm tools desktop in the Ubuntu guest OS.
$ sudo apt remove open-vm-tools
$ sudo apt install linux-source
$ sudo apt install open-vm-tools-desktop

Add this line in the /etc/fstab
.host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other 0 0
Reboot