Possible Duplicate:
Mount a Virtual Box drive image (vdi)?

I have a VirtualBox harddisk, let's say here:

~/harddisk/ubuntu.vdi

How can I mount it using FUSE, so that it's accessible from the host PC?

Please assume that I've almost no knowledge about FUSE and mounting.

link|improve this question

50% accept rate
A bit of googling and I found this (no idea how useful it is) mat.uniroma1.it/~caminati/mount_vdi.html – hasen j Jan 2 '11 at 5:29
Similar post here – karthick87 Jan 2 '11 at 7:23
1  
+1 Good question. Those two links above suggest it is only possible if you set up your virtual disc as "fixed size" rather than "variable size" – fluteflute Jan 2 '11 at 8:04
reading may be successful to some point but writing to a variable sized VDI will destroy it. – Takkat Jan 2 '11 at 8:12
Reading would be just fine. – FUZxxl Jan 2 '11 at 8:24
feedback

closed as exact duplicate by fluteflute, dv3500ea, karthick87, João Pinto, Marco Ceppi Jan 5 '11 at 1:19

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

As a workaround, I would use Clonezilla to backup the partition to a file and then restore the partition into your other vm. I'm not familiar with FUSE but I am guessing that this is the general idea of what you need to do.

link|improve this answer
I actually just wanted to access them in order to have a bridge to my virtual system. – FUZxxl Jan 5 '11 at 11:40
feedback

this howto explain very easily how to do that. =]

link|improve this answer
feedback

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