/DiskImageAnalyzer

Tool for analyzing floppy disk images

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

DiskImageAnalyzer

DiskImageAnalyzer is a Python 3 tool for analyzing floppy disk images on Linux.

Installation

Required dependencies

Usage

Basic introduction:

./analyzer.py -h

DiskImageAnalyzer has two main functions:

  • print an extensive set of information about a disk image file
  • compare two disk image files

It is important to run this tool as sudo. Otherwise the disk images can't be mounted and therefore not analyzed completely.

Analyze a single disk image:

sudo ./analyzer.py disk.img

Compare two disk images:

sudo ./analyzer.py disk1.img --compare disk2.img

License

Licensed under the GNU GPLv3 license.