I use Ubuntu on my Mac with VMWare Fusion. I setup share folders.
However, I don't have anything in /mnt/hgfs
I did have the shared directories, but they're not there. What's wrong with this, and how can I link them back again?
I use Ubuntu on my Mac with VMWare Fusion. I setup share folders.
However, I don't have anything in /mnt/hgfs
I did have the shared directories, but they're not there. What's wrong with this, and how can I link them back again?
I reinstalled the 'vmware tools' (Virtual Machine -> Install VMWare tools', and it's working now.
I remember the menu was 'Update VMWare tools', but I found it changed to 'Install VMWare tools' when I had the trouble.
ADDED
I could use sshfs to access the directories in ubuntu.
sudo port install sshfs
in Macmkdir ~/mnt/ubuntu
sshfs user@ip:DIRECTORY ~/mnt/ubuntu