vote up 1 vote down star

I am trying to synchronize my music between my desktop (Ubuntu 9.10) and my laptop (VirtualBox: Windows 7 host & Ubuntu 9.10 guest) I use Unison to perform the actual sync, which itself is not the problem. I am ultimately trying to get my Windows 7 host to be able to access the music files so I can sync my iPod Touch.

What I need to figure out is how I can that to work. I would prefer to actually perform the sync to my Ubuntu Guest, mostly because of the filename allowed character differences between Windows and Linux.

Is there a way to access the files on my Linux Guest from the Windows Host?

  • Can I mount the VDI in Windows when VirtualBox is off?
  • Can I have Windows Host access the Linux Guest filesystem while VirtualBox is running?
flag

2 Answers

vote up 0 vote down

This forum post explains how to mount the disk with the machine switched off, but you will need to have it formatted with a Windows friendly filesystem...

I would use Samba to do a network share for access while the system is running, see this page in for how to do it in Ubuntu. You could also use the "shared folders" thing in Virtualbox.

link|flag
vote up 0 vote down

You can change the network settings in VirtualBox for the guest. Set it to bridge. Then can you access the guest as any computer on the network, and in example use WinSCP for copying files between the two computers in a secure way. You can also use FTP. You need to know the IP of the guest, you can see the IP with the ifconfig command on Linux and ipconfig command on Windows..

link|flag

Your Answer

Get an OpenID
or
never shown

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