Skip to content
/ evmount Public
forked from marcurdy/evmount

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

Notifications You must be signed in to change notification settings

jbeley/evmount

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

evmount

Mark McCurdy

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 and EWF's are containers for the filesystems, but they're not straight mounted. VMDK's often come stream-optimized and need to be converted before processing. A "bootstrap" device 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 reinstallation of libewf-tools, libvmdk, and losetup. If your VMDK needs to be converted to a compatible format, you will need 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 steps to unmount are given if the -u argument is given.

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

  • Shell 100.0%