I just installed Ubuntu 13.04 inside of VMware Fusion Pro 5. I have the virtual machine configured for read-only sharing of my home directory, but there's no /mnt/hgfs directory and there's no /etc/fstab line.
What can I do to mount my Mac home directory inside of the Ubuntu VM?
Answer
sudo mkdir /mnt/hgfs
Use the above command first, followed by the following:
sudo /usr/bin/vmhgfs-fuse .host:/ /mnt/hgfs -o subtype=vmhgfs-fuse,allow_other
I am using macOS and VMware Fusion with Ubuntu 18.x.
Comments
Post a Comment