Is there any tool to mount a .vdi file (and/or examine its partitions) in Unix/Linux?
|
migrated from stackoverflow.com Dec 9 '10 at 1:46
|
I have successfully used First you make sure that the
Then you use
You will get a /dev/nbd0 block device, along with several /dev/nbd0p* partition device nodes. You use them as any other disk. Once you are done, you unmount everything, and disconnect the device:
|
||||
|
|
|
You can try for CloneVDI tool for your .VDI files, refer to below URL for more details. |
|||
|
|
|
it looks like vdfuse is the tool you are looking for. It is in the Ubuntu repositories. If you want to compile yourself (2010 source) you can do that too. |
|||
|
|
|
Short of using another emulator, you can use a loopback device to mount it. Instructions are available via Google, although one nice one I found is here. This will allow you to mount it as a loopback device. |
|||
|
|