Files
Aaru/Changelog.md

590 lines
16 KiB
Markdown
Raw Normal View History

# [4.0.1.0] - 2018-01-06
## Fixes
### Apple DOS and ProDOS interleaved disk images
- Fixed interleaving values.
### Apple Nibble disk image
- Fixed detection of DOS vs ProDOS sector order.
### Apple 2IMG disk image
- Fixed deinterleaving of DOS and ProDOS sector order.
- Fixed denibblizing images.
### Apple ProDOS filesystem
- Fixed detection on Apple II disks.
### UCSD Pascal filesystem
- Added support for Apple II variants (two physical sectors per logical sector and little endian fields).
2017-12-23 04:37:17 +00:00
# [4.0.0.0] - 2017-12-25
2017-05-19 22:30:23 +01:00
## Added
2017-12-23 04:37:17 +00:00
### - Advanced Disc Filing System
- Added support for ADFS-S, ADFS-M, ADFS-L, ADFS-D, ADFS-E, ADFS-E+, ADFS-F, ADFS-F+ and ADFS-G.
### - Apple Partition Map
- Added support for decoding Driver Description Map.
- Added support for maps without Driver Description Map.
- Added support for old partition table.
2017-09-05 17:21:24 +01:00
### - Commands
2017-11-29 17:10:10 +00:00
- Added separate application to debug commands sent to devices.
2017-09-05 17:21:24 +01:00
- list-devices: Lists devices that can be used for device dependent commands.
2017-11-29 17:10:10 +00:00
- list-encodings: Lists supported character encodings.
2017-09-05 17:21:24 +01:00
2017-05-20 06:14:16 +01:00
### - Create Sidecar command
2017-12-23 04:37:17 +00:00
- Added support for hashing DiscFerret flux images.
- Added support for hashing KryoFlux STREAM flux images.
- Added support for hashing SuperCardPro flux images.
2017-09-05 17:21:24 +01:00
- Added support for tape dumps where each tape-file is a separate dumped file.
- Calculate checksum of contents not only of image file.
- Consider each optical disc track as a separate partition.
- Store superblock modification time on sidecar.
- Support tracks.
2017-05-19 22:30:23 +01:00
- Use dump drive information from images that support it.
2017-06-04 23:09:27 +01:00
### - Decoders
2017-12-23 04:37:17 +00:00
- Xbox DMI.
- Xbox Security Sectors.
2017-06-04 23:09:27 +01:00
2017-05-20 06:14:16 +01:00
### - Devices
2017-12-23 04:37:17 +00:00
- MMC.
- PCMCIA block devices.
- SCSI Streaming Devices (aka "tapes").
- SecureDigital.
### - Device commands
- Add ATA and SCSI commands support for FreeBSD.
- Add ATA commands support for Windows.
- Add retrieval of USB information on Windows.
- Add SecureDigital/MMC commands support for Windows.
2017-05-19 22:30:23 +01:00
2017-05-20 06:14:16 +01:00
### - Disc images.
2017-05-19 22:30:23 +01:00
- Alcohol 120%.
2017-09-05 17:21:24 +01:00
- Anex86.
- Apple DOS interleaved (.do).
2017-05-19 22:30:23 +01:00
- Apple New Disk Image Format (aka NDIF, aka img, aka DiskCopy 6).
- Apple Nibble (aka NIB).
2017-09-05 17:21:24 +01:00
- Apple ProDOS interleaved (.po).
2017-05-19 22:30:23 +01:00
- Apple Universal Disk Image Format (aka UDIF, aka dmg).
- BlindWrite 4.
- BlindWrite 5.
2017-09-05 17:21:24 +01:00
- CisCopy (aka DC-File or DCF).
2017-05-19 22:30:23 +01:00
- CloneCD.
- CopyQM.
- CPCEMU Disk File.
- CPCEMU Extended Disk File.
- D64.
- D71.
- D81.
2017-11-29 17:10:10 +00:00
- Digital Research's DiskCopy.
2017-05-19 22:30:23 +01:00
- DiscJuggler.
2017-12-23 04:37:17 +00:00
- HD-Copy.
2017-09-05 17:21:24 +01:00
- IBM SaveDskF.
- IMD.
2017-05-19 22:30:23 +01:00
- MAME Compressed Hunks of Data (aka CHD).
- Parallels Hard Disk Image (aka HDD).
2017-11-29 17:10:10 +00:00
- Partclone disk images
- Partimage disk images
2017-05-19 22:30:23 +01:00
- QEMU Copy-On-Write (aka QCOW).
- QEMU Copy-On-Write v2.
- QEMU Enhanced Disk (aka QED).
2017-09-05 17:21:24 +01:00
- Quasi88 (.D77/.D88).
2017-11-29 17:10:10 +00:00
- Ray Arachelian's Disk IMage (.DIM).
- RS-IDE hard disk images.
- Spectrum floppy disk image (.FDI)
2017-09-05 17:21:24 +01:00
- T98.
2017-05-19 22:30:23 +01:00
- VHDX.
2017-09-05 17:21:24 +01:00
- Virtual98.
2017-05-19 22:30:23 +01:00
- VMware.
- X68k .DIM.
2017-05-20 06:14:16 +01:00
### - DiskCopy 4.2 disk image
2017-12-23 04:37:17 +00:00
- Added support for invalid images that use little-endian values.
- Added support for images created by macOS that don't have a format byte set.
2017-05-19 22:30:23 +01:00
- Use resource fork to get DiskCopy version used to create them.
2017-06-04 23:09:27 +01:00
### - Dumping
2017-09-05 17:21:24 +01:00
- Added the ability to resume a partially done dump, even on a separate drive.
2017-12-23 04:37:17 +00:00
- Added the ability to skip dumping the Lead-in.
2017-09-05 17:21:24 +01:00
- Allow creation of a separate subchannel file.
2017-12-23 04:37:17 +00:00
- Create dump log.
- Dumping optical media creates an Alcohol 120% descriptor file.
- Raw dump of DVD with Matshita recorders.
- XGD with Kreon drives.
### - ext2/3/4 filesystem
- Added new superblock fields.
- Added support for devices with sectors bigger than 512 bytes.
### - FAT filesystem
- Added DEC Rainbow's hard-wired BPB.
- Added support for volumes with 256 bytes/sector.
- Added support for ACT Apricot BPB.
- Gets volume label, creation time and modification time from root directory if available.
2017-06-04 23:09:27 +01:00
2017-05-20 06:14:16 +01:00
### - Filesystems
2017-05-19 22:30:23 +01:00
- Apple DOS.
- CP/M.
2017-09-05 17:21:24 +01:00
- Detecting AO-DOS.
- Detecting AtheOS.
2017-11-29 17:10:10 +00:00
- Detecting CD-i.
2017-05-19 22:30:23 +01:00
- Detecting Commodore 1540/1541/1571/1581.
- Detecting cram.
2017-09-05 17:21:24 +01:00
- Detecting Cray UNICOS.
2017-11-29 17:10:10 +00:00
- Detecting dump(8) (Old historic BSD, AIX, UFS and UFS2 types).
2017-05-19 22:30:23 +01:00
- Detecting ECMA-67.
- Detecting exFAT.
2017-09-05 17:21:24 +01:00
- Detecting Extent File System (aka SGI EFS).
2017-05-19 22:30:23 +01:00
- Detecting F2FS.
- Detecting FAT+.
2017-09-05 17:21:24 +01:00
- Detecting fossil.
- Detecting HAMMER.
2017-11-29 17:10:10 +00:00
- Detecting High Sierra Format.
- Detecting HP Logical Interchange Format.
2017-05-19 22:30:23 +01:00
- Detecting IBM JFS.
2017-11-29 17:10:10 +00:00
- Detecting Locus.
- Detecting MicroDOS file system.
2017-05-19 22:30:23 +01:00
- Detecting NILFS2.
2017-09-05 17:21:24 +01:00
- Detecting OS-9 Random Block File (aka RBF).
2017-05-19 22:30:23 +01:00
- Detecting Professional File System (aka PFS).
- Detecting QNX 4.
- Detecting QNX 6.
- Detecting Reiser.
- Detecting Reiser4.
2017-09-05 17:21:24 +01:00
- Detecting RT-11.
2017-05-19 22:30:23 +01:00
- Detecting SmartFileSystem (aka SFS, aka Standard File System).
- Detecting Squash.
- Detecting Universal Disk Format (aka UDF).
- Detecting Veritas.
- Detecting VMware.
- Detecting Xbox.
- Detecting XFS.
- Detecting Zettabyte File System (aka ZFS).
- UCSD Pascal.
2017-05-20 06:14:16 +01:00
### - Filters
2017-12-23 04:37:17 +00:00
- AppleDouble.
- Apple PCExchange.
- AppleSingle.
- BZIP2.
- GZIP.
- LZIP.
- MacBinary.
- XZ.
2017-05-19 22:30:23 +01:00
2017-05-20 06:14:16 +01:00
### - GUID Partition Table
2017-05-19 22:30:23 +01:00
- New type GUIDs.
2017-12-23 04:37:17 +00:00
### - ISO9660 filesystem
- Added detection of AAIP extensions.
- Added detection of Apple extensions.
- Added detection of EFI Platform ID for El Torito.
- Added detection of RRIP extensions.
- Added detection of SUSP extensions.
- Added detection of XA extensions.
- Added detection of ziso extensions.
2017-05-20 06:14:16 +01:00
### - Lisa filesystem
2017-12-23 04:37:17 +00:00
- Full read-only support.
2017-05-19 22:30:23 +01:00
2017-05-20 06:14:16 +01:00
### - Media types
2017-05-19 22:30:23 +01:00
- DDS, DDS-2, DDS-3, DDS-4.
2017-11-29 17:10:10 +00:00
- HiFD.
- IOMEGA Clik! (aka PocketZip).
- IOMEGA JAZ.
- LS-120, LS-240, FD32MB.
2017-05-19 22:30:23 +01:00
- NEC floppies.
2017-09-05 17:21:24 +01:00
- Old DEC hard disks
2017-05-19 22:30:23 +01:00
- SHARP floppies.
2017-11-29 17:10:10 +00:00
- XGD3.
2017-05-19 22:30:23 +01:00
2017-05-20 06:14:16 +01:00
### - Partitions
2017-05-19 22:30:23 +01:00
- Acorn FileCore.
2017-11-29 17:10:10 +00:00
- ACT Apricot.
2017-05-19 22:30:23 +01:00
- BSD disklabels.
- DEC disklabels.
- DragonFly BSD.
- Human68k.
2017-09-05 17:21:24 +01:00
- MINIX subpartitions.
2017-05-19 22:30:23 +01:00
- NEC PC-9800.
2017-09-05 17:21:24 +01:00
- Plan9 partition table.
2017-05-19 22:30:23 +01:00
- Rio Karma.
- SGI Disk Volume Headers.
2017-09-05 17:21:24 +01:00
- UNIX hardwired partition tables.
- UNIX VTOC.
- XENIX partition table.
2017-05-19 22:30:23 +01:00
2017-12-23 04:37:17 +00:00
### - SCSI decoding
- Handling of EVPDs smaller than length field.
- Handling of modes 02h, 04h and 1Ch smaller than expected.
- Prettyfying of mode 0Bh.
### - SmartFileSystem
- Added support for version 2.
2017-06-04 23:09:27 +01:00
### - Statistics
- Added version and operating system statistics.
2017-12-23 04:37:17 +00:00
### - Sun disklabel
- Added bound checks.
- Added support for 16-entries VTOC.
- Added support for pre-VTOC disklabels.
- Corrected structures for 8-entries VTOC.
### - System V filesystem
- Added COHERENT offsets.
- Check for it starting on second cylinder.
- Corrected cluster size calculation.
- Corrected detection between Release 2 and Release 4.
- Corrected Release 2 superblock parameters.
- Enlarged NICFREE for Version 7.
2017-09-05 17:21:24 +01:00
2017-12-23 04:37:17 +00:00
### TeleDisk images
- Added support for Advanced Compression.
- Added support for floppy lead-out.
- Added variable sectors per track support.
## Fixes
2017-05-20 06:14:16 +01:00
### - AmigaDOS filesystem
2017-09-05 17:21:24 +01:00
- Corrected checksum calculation.
- Corrected cluster size calculation.
- Corrected root block location.
- Corrected support for AROS i386 variant that has a PC bootblock before the AmigaDOS bootblock itself.
2017-05-19 22:30:23 +01:00
- Detection on hard disks or with clusters bigger than 1 sector.
2017-09-05 17:21:24 +01:00
- Tested FFS2.
### - Apple Partition Map
2017-11-29 17:10:10 +00:00
- Added bound checks.
2017-09-05 17:21:24 +01:00
- Added support for decoding Driver Description Map.
- Added support for maps without Driver Description Map.
- Added support for old partition table.
2017-11-29 17:10:10 +00:00
- Corrected partition start when map it's not on start of device.
2017-09-05 17:21:24 +01:00
- Corrected support for misaligned maps, like on CDs.
- Cut partitions that span outside the device.
2017-05-19 22:30:23 +01:00
2017-05-20 06:14:16 +01:00
### - cdrdao
2017-11-29 17:10:10 +00:00
- Audio track matching.
- Corrected images that start with comments.
2017-05-19 22:30:23 +01:00
- Prevent reading binary files.
2017-05-20 06:14:16 +01:00
### - CDRWin
2017-11-29 17:10:10 +00:00
- CD-Text detection.
2017-05-19 22:30:23 +01:00
- CD+G data return.
2017-12-23 04:37:17 +00:00
- Fixed composer parsing.
2017-05-19 22:30:23 +01:00
- Prevent reading binary files.
2017-11-29 17:10:10 +00:00
### - CP/M filesystem
- Corrected cluster count calculation.
- Corrected directory location on CP/M-86.
- Corrected sector reading.
2017-12-23 04:37:17 +00:00
- Skip media types that were never used as a CP/M disk.
2017-11-29 17:10:10 +00:00
### - Create Sidecar command
- Corrected creation when path is absolute.
2017-09-05 17:21:24 +01:00
### - Device commands
2017-11-29 17:10:10 +00:00
- Do not send SCSI INQUIRY to non-SCSI paths on Linux.
2017-09-05 17:21:24 +01:00
2017-06-04 23:09:27 +01:00
### - Device reports
2017-12-23 04:37:17 +00:00
- Call ATA READ LONG last, as it confuses some drives.
- Try SCSI READ LONG (10) until max block size (65535).
2017-06-04 23:09:27 +01:00
2017-05-20 06:14:16 +01:00
### - DiskCopy 4.2
2017-11-29 17:10:10 +00:00
- Corrected track order for Lisa and Macintosh Twiggy.
2017-05-19 22:30:23 +01:00
2017-05-20 06:14:16 +01:00
### - Dreamcast GDI images
2017-05-19 22:30:23 +01:00
- Prevent reading binary files.
2017-06-04 23:09:27 +01:00
### - Dumping
- Calculation of streaming device dumping speed.
2017-11-29 17:10:10 +00:00
- Corrected dumping CD-R and CD-RW.
2017-06-04 23:09:27 +01:00
- Optical media with 2048 bytes/sector now get ".iso" file extension.
2017-11-29 17:10:10 +00:00
- Retry when SCSI devices return reset status.
2017-09-05 17:21:24 +01:00
- Streaming Devices now store block size changes in metadata sidecar.
2017-11-29 17:10:10 +00:00
- Wait for SCSI devices to exit ASC 28h (MEDIUM CHANGE) status.
2017-09-05 17:21:24 +01:00
### - ext2/3/4 filesystem
- Use os type as XML system identifier.
2017-06-04 23:09:27 +01:00
2017-05-20 06:14:16 +01:00
### - FAT filesystem
2017-05-19 22:30:23 +01:00
- Behaviour with some non-compliant media descriptors.
2017-11-29 17:10:10 +00:00
- Corrected 5.25" MD1DD detection.
2017-09-05 17:21:24 +01:00
- Corrected boot code detection.
- Corrected misaligned volumes on optical media.
- Rewritten to better detect Atari, MSX, *-DOS and ANDOS variants.
- Use OEM name as XML system identifier.
### - Guid Partition Table
2017-11-29 17:10:10 +00:00
- Added bound checks.
2017-09-05 17:21:24 +01:00
- Corrected misaligned tables on optical media.
2017-11-29 17:10:10 +00:00
- Corrected when table is smaller than one sector.
2017-09-05 17:21:24 +01:00
### - HFS filesystem
- Corrected detection of a PowerPC only bootable volume (no boot sector).
- Corrected misaligned volumes on optical media.
- Corrected volume serial number case.
### - HFS+ filesystem
- Corrected misaligned volumes on optical media.
- Corrected misalignment of fields in Volume Header.
- Use last mount version as XML system identifier.
### - HPFS filesystem
- Corrected cluster size.
- Detect boot code.
- Show NT flags.
- Use OEM name as XML system identifier.
### - ISO9660 filesystem
2017-11-29 17:10:10 +00:00
- Complete rewrite.
2017-09-05 17:21:24 +01:00
- Check that date fields start with a number.
### - Master Boot Record partitioning scheme
- Check real presence of a GPT.
- Corrected infinite looping on extended partitions.
- Remove disklabels support.
- Support misaligned MBRs on optical media.
- Support NEC extensions.
- Support OnTrack extensions.
### - MINIX filesystem
- Added support for v1 and v2 created on MINIX 3.
- Corrected misaligned volumes on optical media.
2017-05-19 22:30:23 +01:00
2017-05-20 06:14:16 +01:00
### - Nero Burning ROM
2017-12-23 04:37:17 +00:00
- Corrected track handling.
- Corrected typo on parsing v2 images.
- Disc types.
- Do not identify positively if footer version is unknown.
- Lead-In handling.
- Mode2 RAW sectors.
- Session count.
2017-05-19 22:30:23 +01:00
2017-09-05 17:21:24 +01:00
### - NeXT partition table
- Added missing fields.
- Corrected offsets.
- Cut partitions that span outside the device.
2017-11-29 17:10:10 +00:00
### - ODS filesystem
- Corrected cluster size calculation.
- Corrected misaligned volumes on optical media.
2017-05-20 06:14:16 +01:00
### - ProDOS filesystem
2017-09-05 17:21:24 +01:00
- Corrected cluster size calculation.
- Corrected misaligned volumes on optical media.
2017-05-19 22:30:23 +01:00
- Volume size.
2017-09-05 17:21:24 +01:00
### - Rigid Disk Block partition scheme
- Corrected AMIX mappings.
2017-06-04 23:09:27 +01:00
### - SCSI decoding
- Handling of EVPDs smaller than length field.
2017-09-05 17:21:24 +01:00
- Handling of modes 02h, 04h and 1Ch smaller than expected.
2017-11-29 17:10:10 +00:00
- Prevented overflow on MMC FEATURES decoding.
- Prevented overflow on SCSI MODE PAGE decoding.
2017-09-05 17:21:24 +01:00
### - SmartFileSystem
- Added support for version 2.
### - Sun disklabel
2017-11-29 17:10:10 +00:00
- Added bound checks.
2017-09-05 17:21:24 +01:00
- Corrected structures for 8-entries VTOC.
2017-11-29 17:10:10 +00:00
### - System V filesystem
- Check for it starting on second cylinder.
- Corrected cluster size calculation.
- Corrected detection between Release 2 and Release 4.
- Corrected Release 2 superblock parameters.
- Enlarged NICFREE for Version 7.
2017-09-05 17:21:24 +01:00
### - UFS filesystem
- Corrected superblock locations.
- Move superblock to a single structure and marshal it, corrects detection of several variants.
2017-05-19 22:30:23 +01:00
## Changes
- Added a public changelog.
2017-12-23 04:37:17 +00:00
- Added a side application to create device reports under Linux without a .NET environment.
2017-11-29 17:10:10 +00:00
- Added operating system version statistics.
2017-09-05 17:21:24 +01:00
- Added partitioning scheme name to partition structures.
- Added several internal tests to prevent regression on changes.
- Added support for different character encodings.
2017-05-19 22:30:23 +01:00
- Added support for filters.
2017-09-05 17:21:24 +01:00
- Added support for nested partitioning schemes.
- Added support for propagating disk geometry, needed by PC-98 partitions and old MBRs.
- Better support for decoding multibyte encodings from C, Pascal and space-padded strings.
- Changed handling of compressed files, using temporary files and caching.
2017-11-29 17:10:10 +00:00
- Corrected casting on big-endian marshalling that was failing on some .NET Framework versions.
- Corrected filter list reuse.
- Disabled EDC check on CDs because it is not working (TODO).
2017-09-05 17:21:24 +01:00
- Filesystems now have access to full partition structure.
- Filters no longer return their own extension when requested for filename.
- Moved Claunia.RsrcFork to NuGet.
2017-05-19 22:30:23 +01:00
- Priam tags.
- Support drive firmware inside disc images.
- Support subchannel with only Q channel.
# [3.0.0.0] - 2016-07-19
## Added
2017-05-20 06:14:16 +01:00
### - Commands
2017-05-19 22:30:23 +01:00
- benchmark: Tests speed for checksum algorithms.
- create-sidecar: Creates an XML sidecar with metadata.
- decode: Decodes and prints a disk tag present on the image.
- device-info: Prints device information.
- dump-media: Dumps media to a disk image.
- entropy: Calculates disk entropy.
- media-info: Prints media information.
- scan-media: Scans media for errors.
2017-05-20 06:14:16 +01:00
### - Checksums
2017-05-19 22:30:23 +01:00
- Adler-32
- SpamSum
2017-05-20 06:14:16 +01:00
### - Devices
2017-05-19 22:30:23 +01:00
- ATA on Linux.
- ATA on Windows (untested).
- FireWire on Linux.
- SCSI on Linux.
- SCSI on Windows (untested).
- USB on Linux.
2017-05-20 06:14:16 +01:00
### - Disc images
2017-05-19 22:30:23 +01:00
- Apple 2IMG.
- CDRDAO.
- Dreamcast GDI.
- VirtualPC.
2017-05-20 06:14:16 +01:00
### - Fast File System (FFS)
2017-05-19 22:30:23 +01:00
- Atari UNIX variant.
2017-05-20 06:14:16 +01:00
### - Filesystems
2017-05-19 22:30:23 +01:00
- Acorn ADFS.
- AmigaDOS.
- Apple File System, aka APFS.
- Apple ProDOS.
- btrfs.
- Nintendo Gamecube.
- Nintendo Wii.
2017-05-20 06:14:16 +01:00
### - Partitions
2017-05-19 22:30:23 +01:00
- Amiga Rigid Disk Block (aka RDB).
- Atari.
- Sun.
- (U)EFI GPT.
## Changes
2017-05-20 06:14:16 +01:00
### - PrintHex command
2017-05-19 22:30:23 +01:00
- Allow to print several sectors.
## Fixes
2017-05-20 06:14:16 +01:00
### - Be filesystem
2017-05-19 22:30:23 +01:00
- Endianness.
- Support for Be CDs.
2017-05-20 06:14:16 +01:00
### - CDRWin disk image
2017-05-19 22:30:23 +01:00
- Behaviour on .NET Framework.
- Detection of CD-ROM XA.
- Flags.
- Partition calculations.
2017-05-20 06:14:16 +01:00
### - Fast File System (FFS)
2017-05-19 22:30:23 +01:00
- False positives with 7th Edition.
2017-05-20 06:14:16 +01:00
### - ISO9660
2017-05-19 22:30:23 +01:00
- Dreamcast IP.BIN decoding.
- Sega CD IP.BIN decoding.
2017-05-20 06:14:16 +01:00
### - System V Filesystem
2017-05-19 22:30:23 +01:00
- Big endian support
# [2.20] - 2014-08-28
## Added
2017-05-20 06:14:16 +01:00
### - Checksums
2017-05-19 22:30:23 +01:00
- Reed Solomon.
## Fixes
2017-05-20 06:14:16 +01:00
### - Apple Partition Map
2017-05-19 22:30:23 +01:00
- Disks with 2048 bytes/sector but a 512 bytes/sector map.
2017-05-20 06:14:16 +01:00
### - HFS
2017-05-19 22:30:23 +01:00
- Disks with 2048 bytes/sector but a 512 bytes/sector filesystem.
# [2.10] - 2014-08-25
## Added
2017-05-20 06:14:16 +01:00
### - Checksums
2017-05-19 22:30:23 +01:00
- CD EDC and ECC.
- CRC16.
2017-05-20 06:14:16 +01:00
### - Commands
2017-05-19 22:30:23 +01:00
- Verify: Verifies disk image contents, if supported.
2017-05-20 06:14:16 +01:00
### - Disc images
2017-05-19 22:30:23 +01:00
- Nero Burning ROM.
# [2.0] - 2014-07-03
## Added
2017-05-20 06:14:16 +01:00
### - Commands
2017-05-19 22:30:23 +01:00
- analyze: Gives informatio about disk image contents as well as detecting partitions and filesystems.
- checksum: Generates CRC32, CRC64, RIPEMD160, MD5, SHA1, SHA256, SHA384 and SHA512 checksums of disk image contents.
- compare: Compares two media images.
- printhex: Prints a hexadecimal output of a sector.
2017-05-20 06:14:16 +01:00
### - Disc images
2017-05-19 22:30:23 +01:00
- RAW (sector by sector).
2017-05-20 06:14:16 +01:00
### - Media types
2017-05-19 22:30:23 +01:00
- BD-R.
- BD-RE XL.
- FDFORMAT.
## Fixes
2017-05-20 06:14:16 +01:00
### - FAT filesystem
2017-05-19 22:30:23 +01:00
- Workaround FAT12 without BIOS Parameter Block.
2017-05-20 06:14:16 +01:00
### - MBR partitions
2017-05-19 22:30:23 +01:00
- Do not search for them on disks with less than 512 bytes/sector.
2017-05-20 06:14:16 +01:00
### - ODS-11 filesystem
2017-05-19 22:30:23 +01:00
- Do not search for them on disks with less than 512 bytes/sector.
# [1.10] - 2014-04-21
## Added
2017-05-20 06:14:16 +01:00
### - Disc images
2017-05-19 22:30:23 +01:00
- Sydex TeleDisk.
# [1.0] - 2014-04-17
## Added
2017-05-20 06:14:16 +01:00
### - Filesystems
2017-05-19 22:30:23 +01:00
- Detecting BeFS.
- Detecting ext.
- Detecting ext2.
- Detecting ext3.
- Detecting ext4.
- Detecting FAT12.
- Detecting FAT16.
- Detecting FAT32.
- Detecting FFS.
- Detecting HFS+.
- Detecting HFS.
- Detecting HPFS.
- Detecting ISO9660.
- Detecting LisaFS.
- Detecting MFS.
- Detecting MinixFS.
- Detecting NTFS.
- Detecting ODS-11.
- Detecting Opera.
- Detecting PCEngine.
- Detecting SolarFS.
- Detecting System V.
- Detecting UFS.
- Detecting UFS2.
- Detecting UnixWare boot.
2017-05-20 06:14:16 +01:00
### - Disc images
2017-05-19 22:30:23 +01:00
- Apple DiskCopy 4.2.
- CDRWin.
2017-05-20 06:14:16 +01:00
### - Partitions
2017-05-19 22:30:23 +01:00
- Apple Partition Map (aka APM).
- Master Boot Record (aka MBR).
- NeXT disklabels.