Disk image inspector for VHD, VMDK, QCOW2, ISO

Tool for inspecting disk images directly in your browser. Detects ISO, IMG, VHD, VHDX, VMDK, QCOW2, DMG and E01 by signature, parses MBR and GPT partition tables, identifies filesystems on each partition, parses the format-specific header and computes streaming MD5, SHA-1 and SHA-256 of the whole image.

How to inspect a disk image

1
Drop the image

Any of ISO, IMG, VHD, VHDX, VMDK, QCOW2, DMG, E01 or raw dd. Detection is by magic bytes, not extension.

2
Read the summary

Format, size, partition table, per-partition filesystem and header fields appear immediately.

3
Compute hashes

Click Compute hashes to stream MD5/SHA-1/SHA-256 in one pass.

4
Export the report

JSON for tooling or TXT for quick paste.

Read MBR, GPT, filesystem and headers from VHD, VMDK, QCOW2 and ISO

Drop a disk image here or click to browse
ISO, IMG, VHD, VHDX, VMDK, QCOW2, DMG, E01, RAW ·

Why this inspector beats desktop alternatives

Nine container formats
Auto-detects ISO, IMG, VHD (Conectix footer), VHDX, VMDK, QCOW2, DMG (UDIF), E01 (EWF) and raw dd by magic bytes — never by extension.
MBR + GPT parsing
Reads both partition schemes, decodes partition-type GUIDs against the standard list, flags protective and hybrid MBRs.
Filesystem fingerprint
Identifies FAT12/16/32, exFAT, NTFS, ext2/3/4, HFS+, APFS, ReFS, XFS, Btrfs, BitLocker and LUKS from superblock signatures — enough to inventory an image without touching the actual file tree.
Header parsers
VHD footer fields, VHDX region table, VMDK descriptor text, QCOW2 header (cluster size, L1, backing file, encryption), DMG UDIF resource fork, E01 segment header.
Triple hash, one pass
MD5, SHA-1 and SHA-256 of the whole image computed simultaneously; matches against published checksums printed inline.
Three-format report export
JSON for tooling, TXT for quick paste, ready to attach to a forensics ticket or change request.

Disk Image Inspector — common questions

Which formats are detected?

ISO, IMG, RAW/dd, VHD (Conectix footer), VHDX (signature vhdxfile), VMDK (KDMV/COWD or descriptor), QCOW2 (magic QFI), DMG (UDIF koly trailer at end-of-file) and E01 (EWF EVF). Detection is by magic bytes, not extension.

Will it mount the filesystem and read my files?

No. The inspector only fingerprints the filesystem from its superblock to identify its type (FAT, NTFS, ext4 etc.). Reading file contents is the job of /iso-extractor for ISO/UDF; other filesystems are not mounted.

Is there a size limit?

No. The image is read in slices and hashes/headers/partition tables only need a few targeted reads. A 50 GB VHDX inspects in seconds; full hashing takes as long as your disk can read.

How does the QCOW2 parser handle backing files?

We parse and display the backing-file path in the header; we do not chase external backing files because they are typically on a server you do not have. The header parse alone is enough for most forensic inventory tasks.

Common scenarios this is useful for

Confirming a downloaded Linux ISO is the right edition before flashing a USB; comparing a vendor-supplied VHDX against the published checksum before deploying to a hypervisor; peeking inside a forensic E01 image to map partitions before opening it in Autopsy or FTK; spot-checking a QCOW2 snapshot to see what backing file it expects; verifying a customer-supplied DMG before running it.

What does the report contain?

Format, size, all hashes, the full MBR/GPT table with partition GUIDs decoded, per-partition filesystem type and the format-specific header fields. Generated client-side as JSON or TXT.

Will it open encrypted disks (BitLocker, LUKS)?

It detects them (FVE-FS signature for BitLocker, LUKS magic for LUKS) and shows the encryption type, but does not decrypt. Decryption requires the key/password, which is not in scope for an inspector.

Can I open the data partition in the ISO Extractor?

Yes — when an ISO9660 or UDF partition is detected, the inspector can hand the same image to /iso-extractor scoped to that partition. (Coming in v2.)

How do you rate this tool?

Thank you for your rating!
Want to share more? Leave a comment!
Thank you! Your comment will appear after moderation.
Published Author: