0

I suspect it cannot be done. The closest 'answer' I found was VirtualBox 4.3 Guest Additions on OSX guest but I would like to go with Ubuntu 14.04 guest on a iMac host. I have not been successful in installing ubuntu on my mid-2011 12,1 imac OS X 10.9.3 even after following several guides, but I can run 14.04 on that iMac. I have virtualbox 4.3.12 with the extension pack installed and Guest Additions on the Ubuntu 14.04 guest. Fading hope.

scott

Scott Porter
  • 268
  • 1
  • 3
  • 13

1 Answers1

1

You can access files between host and guest operating systems. It is done via so called shared folder. This is folder on your host file system and it is mounted, and hence accessible, in the guest system.

You can create and set up the shared folder in the virtual machine properties - just look into it and you will easily find proper options. The tricky part is that your guest user account must belong to proper group to access shared folder mounted under guest Ubuntu - just look into /mnt to find shared folder mounting point and check the group name. After adding your account to that group and re-login, you will have full access to write and read files in shared folder.