up vote 1 down vote favorite
share [g+] share [fb]

I'm running ubuntu 9.10 on a virtual box, is there any way to access the files saved in there in the operating system outside?

link|improve this question

68% accept rate
feedback

1 Answer

up vote 2 down vote accepted

If your VM is running (suggested method)

You can use the Shared Folders (after installing the Guest Additions) feature of VirtualBox to expose a folder on the host operating system to Ubuntu.

You could also use some sort of network transfer from the guest (Ubuntu) to the host provided the host is running something like ftp or ssh.

If you VM is not running (untested)

Consider mounting the hard disk image of the guest directly, http://forums.virtualbox.org/viewtopic.php?t=4748

link|improve this answer
note: in order to share a folder, you'll have to install the guest additions from the 'Devices' menu. – Molly7244 Dec 6 '09 at 13:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.