Linux: VirtualBox: Explore VDI disk without running virtualbox

PHOTO EMBED

Mon Aug 29 2022 14:28:01 GMT+0000 (Coordinated Universal Time)

Saved by @marcopinero #bash

#convert VDI to RAW:
$ vboxmanage clonehd --format RAW ubuntu.vdi ubuntu.img

#mount RAW:
$ mount -t ext3 -o loop,rw ./ubuntu.img /mnt
content_copyCOPY