All of the help I could find for setting up Ubuntu in a VM (using VMware Fusion on my Mac) assumes you’re using the Desktop version, with all the pretty Gnome/Nautilus crap prettiness. In case anybody else gets stuck trying to install the VMware Tools (to provide useful features like access to your host (Mac) filesystem and clipboard sharing), here’s the steps:
- In Fusion, select
Virtual Machine | Install VMware Tools...menu option. This option emulates a CDROM being inserted, but without Nautilus your guest OS won’t do anything until you… - Mount the CDROM by typing
sudo mount /dev/cdrom /mnt(substitute/mntif you want the mount point to be elsewhere) cd /mnt(or wherever your mount point was)cp VMwareTools* ~/to copy the archive to your home directorycdto move yourself to that home directoryumount /mntto unmount the CDROMtar zxf VMwareTools*to uncompress the archivecd vmware-tools-distribto get into the contents- And finally,
sudo ./vmware-install.plto run the installer
At this point the installer will walk you through the options; I just accepted all the defaults.
To turn on shared folders, go to the Virtual Machine | Shared Folders menu and configure from there. The vmware tools daemon should detect the changes and make those folders appear under /mnt/hgfs (which stands for Host Guest FileSystem).
Good luck.
/m
Maia Verzekering
September 11, 2010 at 10:03 am
Hi,
I am going to try Ubuntu myself. I am getting the cd image right now. While getting it i was searching for some info on Ubuntu. That is how i came acros your blog post. Thanks for the information you posted, i will certanly need it when i am going to use Ubuntu.
Will come back here!