Skip to content

marcurdy/evmount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

evmount

Mark McCurdy

HP Enterprise Digital Investigative Services

Finally a solution to mounting your evidence in Linux to avoid all that manual labor and steep learning curve for something that should be much simpler.

VMDK's, EWF's, and Virtualbox VHD's are containers around partitions. VMDK's often are stream-optimized and need to be converted before processing. A mounted image can contain any of a number of Windows or Linux filesystems. They also could contain an LVM partition that once mounted need additional parsing to mount the various logical volumes.

This requires the installation of per-image libraries. For the support of all images, it requires libewf-tools, libvmdk, losetup, and libvhdi (compiled from https://github.com/libyal/libvhdi/releases). If your VMDK needs to be converted to a compatible format, you will need to install VMware-vix-disklib that contains vmware-vdiskmanager.

Run this with the expected DEVICE and optional MOUNTPOINT and sit back.

evmount [-u] <DEVICE_OR_FILE> [MOUNT_POINT]

Unmounting is not automatic. The complexity there is a future addition.

Happy Hunting!

About

The start of a be-all end-all for Linux mounting of VMDK's, EWF's, and dd's

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages