imagemounter
imagemounter copied to clipboard
Command line utility and Python package to ease the (un)mounting of forensic disk images
As contributed by @ruzzle but never merged. It got auto-closed due to a history rewrite but it still should be cherry-picked. See #32
[Apple File System (APFS)][1] is the new file system used by Apple as a replacement for HFS+. The [sgan81/apfs-fuse driver][2] on GitHub looks like the best attempt at an open...
Somehow, either the squashfs test is broken, or the support for it is entirely broken. The test is now temporarily disabled.
We don't add the offset of partition tables to their nested volumes (this happens in the base of BSD, where a MBR will contain a BSD volume system). However, more...
This adds support for APFS using a trivial wrapper around [apfs-fuse](https://github.com/sgan81/apfs-fuse), in line with vmfs-fuse usage. Closes #30
I get an error when LVM is inside an encrypted LUKS partition. It tries to determine the decrypted LUKS file system type instead of the logical volume. This is on...