I have:

  • installed Virtual Box 3.1.2 on Mac OS X 10.5
  • setup a Ubuntu 9.10 machine for Virtual Box
  • have a new external USB hard drive

My question is what can I format my hard drive and configure my Virtual box so that my ubuntu machine can read/write to that drive?

Thank you.

link|improve this question

17% accept rate
feedback

2 Answers

up vote 1 down vote accepted

Make a filter for the USB device (same on Mac OS X):

alt text

Ubuntu should be able to see the drive already.

link|improve this answer
feedback

My question is what can I format my hard drive and configure my Virtual box so that my ubuntu machine can read/write to that drive?

Out of the box, the only commonly supported file systems between host and guest would be FAT32 and HFS (but you can add ext2/ext3/NTFS support to Mac OS X).

If you stick with FAT32 (for windows-compatibility reasons) keep in mind that the maximum file size is limited to 4 GB (minus 1 byte).

link|improve this answer
HFS already works fine in Ubuntu. – John T Jan 28 '10 at 23:39
@John ... cheers. – Molly7244 Jan 28 '10 at 23:45
...although HFS+ does not have write capabilities in Ubuntu :) – John T Jan 28 '10 at 23:45
feedback

Your Answer

 
or
required, but never shown

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