ralphje / imagemounter

Command line utility and Python package to ease the (un)mounting of forensic disk images
MIT License
118 stars 36 forks source link

Auto mount support for vbox images #25

Closed ruzzle closed 6 years ago

ruzzle commented 6 years ago

Added auto mounting support for vbox disk images (vdi), by using qemu-nbd for mounting

ralphje commented 6 years ago

Seems simple enough 👍 . Will probably need to review how we detect which disk type is used and how to detect the method to mount, but that is of later concern 😄