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.
- Host: GitHub
- URL: https://github.com/cddmp/iso-diff
- Owner: cddmp
- Created: 2017-06-03T12:44:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-20T13:39:21.000Z (over 5 years ago)
- Last Synced: 2025-03-22T13:42:58.895Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```