An open API service indexing awesome lists of open source software.

https://github.com/cddmp/iso-diff

Since CDs/DVDs are padded with null bytes, a simple diff with the ISO image will often not work. This tool minds the padding and allows correct verification of CDs/DVDs with their corresponding image.
https://github.com/cddmp/iso-diff

Last synced: 9 months ago
JSON representation

Since CDs/DVDs are padded with null bytes, a simple diff with the ISO image will often not work. This tool minds the padding and allows correct verification of CDs/DVDs with their corresponding image.

Awesome Lists containing this project

README

          

# iso-diff
A quick hack to verify CDs/DVDs against ISO images.

## Usage
Just pass the ISO image as first parameter. For the second parameter pass the device (optional). If you do not pass a device, the script will try to use ```/dev/sr0```.

Examples:

```iso-diff.sh someimage.iso```

```iso-diff.sh someimage.iso /dev/cdrom```