2018-07-20 20:50:20 +01:00
|
|
|
DiscImageChef v4.5.99.1693
|
2014-04-19 18:23:00 +01:00
|
|
|
|
2014-07-03 18:39:24 +01:00
|
|
|
Disc Image Chef (because "swiss-army-knife" is used too much)
|
2014-04-19 18:23:00 +01:00
|
|
|
|
2017-12-24 19:42:10 +00:00
|
|
|
Copyright © 2011-2018 Natalia Portillo <claunia@claunia.com>
|
2015-10-24 00:48:32 +01:00
|
|
|
|
2015-10-24 01:13:41 +01:00
|
|
|
[](https://travis-ci.org/claunia/DiscImageChef)[](https://ci.appveyor.com/project/claunia/discimagechef)
|
2014-04-19 18:23:00 +01:00
|
|
|
|
2017-10-12 18:44:13 +01:00
|
|
|
You can see statistics and device reports [here](http://discimagechef.claunia.com/Statistics.aspx)
|
2017-06-04 23:09:27 +01:00
|
|
|
|
2017-12-24 19:42:10 +00:00
|
|
|
DiscImageChef is a fully featured media dump management solution. You usually know media dumps
|
|
|
|
|
as disc images, disk images, tape images, etc.
|
|
|
|
|
|
|
|
|
|
With DiscImageChef you can analyze a media dump, extract files from it (for supported
|
|
|
|
|
filesystems), compare two of them, create them from real media using the appropriate drive,
|
|
|
|
|
create a sidecar metadata with information about the media dump, and a lot of other features
|
|
|
|
|
that commonly would require you to use separate applications.
|
|
|
|
|
|
2017-10-12 18:44:13 +01:00
|
|
|
To see last changes, check the [changelog](Changelog.md).
|
|
|
|
|
To see list of pending things to do, check the [TODO list](TODO.md).
|
2017-08-23 01:30:02 +01:00
|
|
|
|
2017-12-24 19:42:10 +00:00
|
|
|
If you want to contribute in any way please read the [contributing guide](CONTRIBUTING.md).
|
|
|
|
|
|
|
|
|
|
System requirements
|
|
|
|
|
===================
|
|
|
|
|
DiscImageChef should work under any operating system where there is [Mono](http://www.mono-project.com/)
|
|
|
|
|
or [.NET Framework](https://www.microsoft.com/net/download).
|
2018-06-24 00:48:50 +01:00
|
|
|
It has been tested using Mono 5.0 and .NET Framework 4.6.1. However recommended versions are
|
|
|
|
|
Mono 5.8 and .NET Framework 4.7.1. .NET Core is unsupported.
|
2017-12-24 19:42:10 +00:00
|
|
|
|
2014-04-19 18:23:00 +01:00
|
|
|
Usage
|
|
|
|
|
=====
|
|
|
|
|
|
2014-07-03 18:39:24 +01:00
|
|
|
DiscImageChef.exe
|
2014-04-19 18:23:00 +01:00
|
|
|
|
|
|
|
|
And read help.
|
|
|
|
|
|
2017-12-24 19:42:10 +00:00
|
|
|
Or read the [wiki](https://github.com/claunia/DiscImageChef/wiki).
|
2014-04-19 18:23:00 +01:00
|
|
|
|
|
|
|
|
Features
|
|
|
|
|
========
|
2014-07-03 18:39:24 +01:00
|
|
|
* Analyzes a disk image getting information about the disk itself and analyzes partitions and filesystems inside them
|
|
|
|
|
* Can checksum the disks (and if optical disc, separate tracks) user-data (tags and metadata coming soon)
|
2017-05-20 06:19:59 +01:00
|
|
|
* Can compare two disk images, even different formats, for different sectors and/or metadata
|
2016-07-29 02:25:29 +01:00
|
|
|
* Can list and extract contents from filesystems that support that
|
2017-05-20 06:19:59 +01:00
|
|
|
* Can read several disk image formats.
|
|
|
|
|
* Can read several known sector by sector formats with variable bytes per sector.
|
|
|
|
|
* Can read standard sector by sector copies for optical and magnetic discs with constant bytes per sector.
|
|
|
|
|
* Can verify sectors or disk images if supported by the underlying format
|
2015-03-22 07:53:06 +00:00
|
|
|
|
2018-06-24 00:48:50 +01:00
|
|
|
Supported disk image formats (read-only)
|
|
|
|
|
========================================
|
|
|
|
|
* Apple Disk Archival/Retrieval Tool (DART)
|
|
|
|
|
* Apple II nibble images (NIB)
|
|
|
|
|
* BlindWrite 4 TOC files (.BWT/.BWI/.BWS)
|
|
|
|
|
* BlindWrite 5/6 TOC files (.B5T/.B5I and .B6T/.B6I)
|
|
|
|
|
* CopyQM
|
|
|
|
|
* CPCEMU Disk file and Extended Disk File
|
|
|
|
|
* Dave Dunfield IMD
|
|
|
|
|
* DiscJuggler images
|
|
|
|
|
* Dreamcast GDI
|
|
|
|
|
* HD-Copy disk images
|
|
|
|
|
* MAME Compressed Hunks of Data (CHD)
|
|
|
|
|
* Microsoft VHDX
|
|
|
|
|
* Nero Burning ROM (both image formats)
|
|
|
|
|
* Partclone disk images
|
|
|
|
|
* Partimage disk images
|
|
|
|
|
* Quasi88 disk images (.D77/.D88)
|
|
|
|
|
* Spectrum floppy disk image (.FDI)
|
|
|
|
|
* TeleDisk
|
|
|
|
|
* X68k DIM disk image files (.DIM)
|
|
|
|
|
|
|
|
|
|
Supported disk image formats (read and write)
|
|
|
|
|
=============================================
|
2017-05-20 06:19:59 +01:00
|
|
|
* Alcohol 120% Media Descriptor Structure (.MDS/.MDF)
|
2018-06-24 00:48:50 +01:00
|
|
|
* Anex86 disk images (.FDI for floppies, .HDI for hard disks)
|
2015-03-22 07:53:06 +00:00
|
|
|
* Any 512 bytes/sector disk image format (sector by sector copy, aka raw)
|
2015-04-19 03:50:31 +01:00
|
|
|
* Apple 2IMG (used with Apple // emulators)
|
2017-05-20 06:19:59 +01:00
|
|
|
* Apple DiskCopy 4.2
|
2018-06-24 00:48:50 +01:00
|
|
|
* Apple ][ Interleaved Disk Image
|
2017-05-20 06:19:59 +01:00
|
|
|
* Apple Universal Disk Image Format (UDIF), including obsolete (previous than DiskCopy 6) versions
|
2017-09-22 23:02:30 +01:00
|
|
|
* Apridisk disk image formats (for ACT Apricot disks)
|
2018-06-24 00:48:50 +01:00
|
|
|
* Basic Lisa Utility
|
2017-05-20 06:19:59 +01:00
|
|
|
* CDRDAO TOC sheets
|
|
|
|
|
* CDRWin cue/bin cuesheets, including ones with ISOBuster extensions
|
2017-08-23 01:29:45 +01:00
|
|
|
* CisCopy disk image (aka DC-File, .DCF)
|
2018-06-24 00:48:50 +01:00
|
|
|
* CloneCD
|
2017-09-13 00:15:19 +01:00
|
|
|
* Digital Research DiskCopy
|
2018-06-24 00:48:50 +01:00
|
|
|
* DiscImageChef format
|
2017-08-17 02:17:08 +01:00
|
|
|
* IBM SaveDskF
|
2017-09-25 01:29:38 +01:00
|
|
|
* MAXI Disk disk images (HDK)
|
2017-05-20 06:19:59 +01:00
|
|
|
* Most known sector by sector copies of floppies with 128, 256, 319 and 1024 bytes/sector.
|
|
|
|
|
* Most known sector by sector copies with different bytes/sector on track 0.
|
|
|
|
|
* Parallels Hard Disk Image (HDD) version 2
|
2016-08-27 01:49:52 +01:00
|
|
|
* QEMU Copy-On-Write versions 1, 2 and 3 (QCOW and QCOW2)
|
2016-08-26 20:07:34 +01:00
|
|
|
* QEMU Enhanced Disk (QED)
|
2017-09-26 23:54:14 +01:00
|
|
|
* Ray Arachelian's Disk IMage (.DIM)
|
2017-09-16 18:48:23 +01:00
|
|
|
* RS-IDE hard disk images
|
2017-05-20 06:19:59 +01:00
|
|
|
* Sector by sector copies of Microsoft's DMF floppies
|
2017-08-03 01:14:12 +01:00
|
|
|
* T98 hard disk images (.THD)
|
2017-08-03 11:10:44 +01:00
|
|
|
* T98-Next hard disk images (.NHD)
|
2017-08-03 11:11:13 +01:00
|
|
|
* Virtual98 disk images
|
2017-05-20 06:19:59 +01:00
|
|
|
* VirtualBox Disk Image (VDI)
|
2018-06-24 00:48:50 +01:00
|
|
|
* Virtual PC fixed size, dynamic size and differencing (undo) disk images
|
|
|
|
|
* VMware VMDK and COWD images
|
2017-05-20 06:19:59 +01:00
|
|
|
* XDF disk images (as created by IBM's XDFCOPY)
|
2015-03-22 07:53:06 +00:00
|
|
|
|
|
|
|
|
Supported partitioning schemes
|
|
|
|
|
==============================
|
2017-05-20 06:19:59 +01:00
|
|
|
* Acorn Linux and RISCiX partitions
|
2017-09-24 19:16:00 +01:00
|
|
|
* ACT Apricot partitions
|
2015-04-20 04:29:23 +01:00
|
|
|
* Amiga Rigid Disk Block (RDB)
|
2017-05-20 06:19:59 +01:00
|
|
|
* Apple Partition Map
|
2015-04-20 16:38:13 +01:00
|
|
|
* Atari AHDI and ICDPro
|
* DiscImageChef.Helpers/BigEndianStructure.cs:
* DiscImageChef.Helpers/DiscImageChef.Helpers.csproj:
Added code that directly marshals from a big-endian byte
array. But untested with nested structures.
* DiscImageChef.Partitions/Acorn.cs:
Added support for Acorn FileCore partition, closes #4.
* DiscImageChef.Partitions/BSD.cs:
Moved BSD partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
* DiscImageChef.Partitions/DEC.cs:
Added support for DEC disklabels, closes #11.
* DiscImageChef.Partitions/DragonFlyBSD.cs:
Added support for DragonFly BSD 64-bit disklabels.
* DiscImageChef.Partitions/PC98.cs:
Added support for NEC PC-9800 partitions.
* DiscImageChef.Partitions/RioKarma.cs:
Added support for Rio Karma partitions.
* DiscImageChef.Partitions/SGI.cs:
Added support for SGI DVHs, closes #9.
* DiscImageChef.Partitions/UNIX.cs:
Moved UNIX partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
* TODO:
* README.md:
* DiscImageChef.Partitions/DiscImageChef.Partitions.csproj:
Added support for Acorn FileCore partition, closes #4.
Added support for DEC disklabels, closes #11.
Added support for SGI DVHs, closes #9.
Moved BSD partitions from inside MBR code to separate code, as
they can (and do) appear on other architectures as the only
scheme.
Added support for DragonFly BSD 64-bit disklabels.
Added support for NEC PC-9800 partitions.
Added support for Rio Karma partitions.
Moved UNIX partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
* DiscImageChef.Partitions/GPT.cs:
Added new partition type UUIDs.
* DiscImageChef.Partitions/MBR.cs:
Moved BSD partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
Moved UNIX partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
* DiscImageChef.Partitions/Sun.cs:
Added new partition types.
Prepare structures for marshaling.
2016-08-21 08:27:43 +01:00
|
|
|
* BSD disklabels
|
2017-05-20 06:19:59 +01:00
|
|
|
* BSD slices inside MBR
|
* DiscImageChef.Helpers/BigEndianStructure.cs:
* DiscImageChef.Helpers/DiscImageChef.Helpers.csproj:
Added code that directly marshals from a big-endian byte
array. But untested with nested structures.
* DiscImageChef.Partitions/Acorn.cs:
Added support for Acorn FileCore partition, closes #4.
* DiscImageChef.Partitions/BSD.cs:
Moved BSD partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
* DiscImageChef.Partitions/DEC.cs:
Added support for DEC disklabels, closes #11.
* DiscImageChef.Partitions/DragonFlyBSD.cs:
Added support for DragonFly BSD 64-bit disklabels.
* DiscImageChef.Partitions/PC98.cs:
Added support for NEC PC-9800 partitions.
* DiscImageChef.Partitions/RioKarma.cs:
Added support for Rio Karma partitions.
* DiscImageChef.Partitions/SGI.cs:
Added support for SGI DVHs, closes #9.
* DiscImageChef.Partitions/UNIX.cs:
Moved UNIX partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
* TODO:
* README.md:
* DiscImageChef.Partitions/DiscImageChef.Partitions.csproj:
Added support for Acorn FileCore partition, closes #4.
Added support for DEC disklabels, closes #11.
Added support for SGI DVHs, closes #9.
Moved BSD partitions from inside MBR code to separate code, as
they can (and do) appear on other architectures as the only
scheme.
Added support for DragonFly BSD 64-bit disklabels.
Added support for NEC PC-9800 partitions.
Added support for Rio Karma partitions.
Moved UNIX partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
* DiscImageChef.Partitions/GPT.cs:
Added new partition type UUIDs.
* DiscImageChef.Partitions/MBR.cs:
Moved BSD partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
Moved UNIX partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
* DiscImageChef.Partitions/Sun.cs:
Added new partition types.
Prepare structures for marshaling.
2016-08-21 08:27:43 +01:00
|
|
|
* DEC disklabels
|
2017-05-20 06:19:59 +01:00
|
|
|
* DragonFly BSD 64-bit disklabel
|
|
|
|
|
* EFI GUID Partition Table (GPT)
|
|
|
|
|
* Human68k (Sharp X68000) partitions table
|
|
|
|
|
* Microsoft/IBM/Intel Master Boot Record (MBR)
|
|
|
|
|
* Minix subpartitions inside MBR
|
* DiscImageChef.Helpers/BigEndianStructure.cs:
* DiscImageChef.Helpers/DiscImageChef.Helpers.csproj:
Added code that directly marshals from a big-endian byte
array. But untested with nested structures.
* DiscImageChef.Partitions/Acorn.cs:
Added support for Acorn FileCore partition, closes #4.
* DiscImageChef.Partitions/BSD.cs:
Moved BSD partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
* DiscImageChef.Partitions/DEC.cs:
Added support for DEC disklabels, closes #11.
* DiscImageChef.Partitions/DragonFlyBSD.cs:
Added support for DragonFly BSD 64-bit disklabels.
* DiscImageChef.Partitions/PC98.cs:
Added support for NEC PC-9800 partitions.
* DiscImageChef.Partitions/RioKarma.cs:
Added support for Rio Karma partitions.
* DiscImageChef.Partitions/SGI.cs:
Added support for SGI DVHs, closes #9.
* DiscImageChef.Partitions/UNIX.cs:
Moved UNIX partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
* TODO:
* README.md:
* DiscImageChef.Partitions/DiscImageChef.Partitions.csproj:
Added support for Acorn FileCore partition, closes #4.
Added support for DEC disklabels, closes #11.
Added support for SGI DVHs, closes #9.
Moved BSD partitions from inside MBR code to separate code, as
they can (and do) appear on other architectures as the only
scheme.
Added support for DragonFly BSD 64-bit disklabels.
Added support for NEC PC-9800 partitions.
Added support for Rio Karma partitions.
Moved UNIX partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
* DiscImageChef.Partitions/GPT.cs:
Added new partition type UUIDs.
* DiscImageChef.Partitions/MBR.cs:
Moved BSD partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
Moved UNIX partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
* DiscImageChef.Partitions/Sun.cs:
Added new partition types.
Prepare structures for marshaling.
2016-08-21 08:27:43 +01:00
|
|
|
* NEC PC9800 partitions
|
2017-05-20 06:19:59 +01:00
|
|
|
* NeXT disklabel
|
2017-08-07 16:15:28 +01:00
|
|
|
* Plan9 partition table
|
* DiscImageChef.Helpers/BigEndianStructure.cs:
* DiscImageChef.Helpers/DiscImageChef.Helpers.csproj:
Added code that directly marshals from a big-endian byte
array. But untested with nested structures.
* DiscImageChef.Partitions/Acorn.cs:
Added support for Acorn FileCore partition, closes #4.
* DiscImageChef.Partitions/BSD.cs:
Moved BSD partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
* DiscImageChef.Partitions/DEC.cs:
Added support for DEC disklabels, closes #11.
* DiscImageChef.Partitions/DragonFlyBSD.cs:
Added support for DragonFly BSD 64-bit disklabels.
* DiscImageChef.Partitions/PC98.cs:
Added support for NEC PC-9800 partitions.
* DiscImageChef.Partitions/RioKarma.cs:
Added support for Rio Karma partitions.
* DiscImageChef.Partitions/SGI.cs:
Added support for SGI DVHs, closes #9.
* DiscImageChef.Partitions/UNIX.cs:
Moved UNIX partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
* TODO:
* README.md:
* DiscImageChef.Partitions/DiscImageChef.Partitions.csproj:
Added support for Acorn FileCore partition, closes #4.
Added support for DEC disklabels, closes #11.
Added support for SGI DVHs, closes #9.
Moved BSD partitions from inside MBR code to separate code, as
they can (and do) appear on other architectures as the only
scheme.
Added support for DragonFly BSD 64-bit disklabels.
Added support for NEC PC-9800 partitions.
Added support for Rio Karma partitions.
Moved UNIX partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
* DiscImageChef.Partitions/GPT.cs:
Added new partition type UUIDs.
* DiscImageChef.Partitions/MBR.cs:
Moved BSD partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
Moved UNIX partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
* DiscImageChef.Partitions/Sun.cs:
Added new partition types.
Prepare structures for marshaling.
2016-08-21 08:27:43 +01:00
|
|
|
* Rio Karma partitions
|
2017-05-20 06:19:59 +01:00
|
|
|
* SGI volume headers
|
|
|
|
|
* Solaris slices inside MBR
|
|
|
|
|
* Sun disklabel
|
* DiscImageChef.Helpers/BigEndianStructure.cs:
* DiscImageChef.Helpers/DiscImageChef.Helpers.csproj:
Added code that directly marshals from a big-endian byte
array. But untested with nested structures.
* DiscImageChef.Partitions/Acorn.cs:
Added support for Acorn FileCore partition, closes #4.
* DiscImageChef.Partitions/BSD.cs:
Moved BSD partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
* DiscImageChef.Partitions/DEC.cs:
Added support for DEC disklabels, closes #11.
* DiscImageChef.Partitions/DragonFlyBSD.cs:
Added support for DragonFly BSD 64-bit disklabels.
* DiscImageChef.Partitions/PC98.cs:
Added support for NEC PC-9800 partitions.
* DiscImageChef.Partitions/RioKarma.cs:
Added support for Rio Karma partitions.
* DiscImageChef.Partitions/SGI.cs:
Added support for SGI DVHs, closes #9.
* DiscImageChef.Partitions/UNIX.cs:
Moved UNIX partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
* TODO:
* README.md:
* DiscImageChef.Partitions/DiscImageChef.Partitions.csproj:
Added support for Acorn FileCore partition, closes #4.
Added support for DEC disklabels, closes #11.
Added support for SGI DVHs, closes #9.
Moved BSD partitions from inside MBR code to separate code, as
they can (and do) appear on other architectures as the only
scheme.
Added support for DragonFly BSD 64-bit disklabels.
Added support for NEC PC-9800 partitions.
Added support for Rio Karma partitions.
Moved UNIX partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
* DiscImageChef.Partitions/GPT.cs:
Added new partition type UUIDs.
* DiscImageChef.Partitions/MBR.cs:
Moved BSD partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
Moved UNIX partitions from inside MBR code to separate code,
as they can (and do) appear on other architectures as the
only scheme.
* DiscImageChef.Partitions/Sun.cs:
Added new partition types.
Prepare structures for marshaling.
2016-08-21 08:27:43 +01:00
|
|
|
* UNIX VTOC and disklabel
|
2017-05-20 06:19:59 +01:00
|
|
|
* UNIX VTOC inside MBR
|
2016-09-17 21:25:14 +01:00
|
|
|
* Xbox 360 hard coded partitions
|
2017-08-02 13:57:53 +01:00
|
|
|
* XENIX partition table
|
2015-03-22 07:53:06 +00:00
|
|
|
|
2016-07-29 02:25:29 +01:00
|
|
|
Supported file systems for read-only operations
|
|
|
|
|
===============================================
|
2017-05-20 06:19:59 +01:00
|
|
|
* Apple DOS file system
|
2016-07-29 02:25:29 +01:00
|
|
|
* Apple Lisa file system
|
2016-08-01 17:59:22 +01:00
|
|
|
* Apple Macintosh File System (MFS)
|
2016-08-26 01:45:58 +01:00
|
|
|
* CP/M file system
|
2017-05-20 06:19:59 +01:00
|
|
|
* U.C.S.D Pascal file system
|
2016-07-29 02:25:29 +01:00
|
|
|
|
|
|
|
|
Supported file systems for identification and information only
|
|
|
|
|
==============================================================
|
2017-05-20 06:19:59 +01:00
|
|
|
* 3DO Opera file system
|
|
|
|
|
* Acorn Advanced Disc Filing System
|
2017-08-25 01:58:22 +01:00
|
|
|
* Alexander Osipov DOS (AO-DOS for Electronika BK-0011) file system
|
2017-05-20 06:19:59 +01:00
|
|
|
* Amiga Fast File System v2, untested
|
|
|
|
|
* Amiga Fast File System, with international characters, directory cache and multi-user patches
|
|
|
|
|
* Amiga Original File System, with international characters, directory cache and multi-user patches
|
|
|
|
|
* Apple File System (preliminary detection until on-disk layout is stable)
|
2015-03-22 07:53:06 +00:00
|
|
|
* Apple Hierarchical File System (HFS)
|
|
|
|
|
* Apple Hierarchical File System+ (HFS+)
|
|
|
|
|
* Apple ProDOS / SOS file system
|
2017-07-26 03:08:29 +01:00
|
|
|
* AtheOS file system
|
2018-06-24 00:48:50 +01:00
|
|
|
* BeOS filesystem
|
2017-05-20 06:19:59 +01:00
|
|
|
* BSD Fast File System (FFS) / Unix File System (UFS)
|
|
|
|
|
* BSD Unix File System 2 (UFS2)
|
2018-06-24 00:48:50 +01:00
|
|
|
* B-tree file system (btrfs)
|
2017-10-13 21:50:10 +01:00
|
|
|
* CD-i file system
|
2017-05-20 06:19:59 +01:00
|
|
|
* Coherent UNIX file system
|
|
|
|
|
* Commodore 1540/1541/1571/1581 filesystems
|
|
|
|
|
* Cram file system
|
|
|
|
|
* DEC Files-11 (only checked with On Disk Structure 2, ODS-2)
|
2018-06-24 00:48:50 +01:00
|
|
|
* DEC RT-11 file system
|
2017-09-16 00:57:26 +01:00
|
|
|
* dump(8) (Old historic BSD, AIX, UFS and UFS2 types)
|
2017-05-20 06:19:59 +01:00
|
|
|
* ECMA-67: 130mm Flexible Disk Cartridge Labelling and File Structure for Information Interchange
|
|
|
|
|
* Flash-Friendly File System (F2FS)
|
2017-08-07 16:15:57 +01:00
|
|
|
* Fossil file system (from Plan9)
|
2017-07-26 04:21:47 +01:00
|
|
|
* HAMMER file system
|
2018-01-16 22:45:16 +00:00
|
|
|
* High Performance Optical File System (HPOFS)
|
2017-10-08 22:47:09 +01:00
|
|
|
* High Sierra Format
|
2017-09-14 02:01:43 +01:00
|
|
|
* HP Logical Interchange Format
|
2017-05-20 06:19:59 +01:00
|
|
|
* IBM Journaling File System (JFS)
|
|
|
|
|
* ISO9660
|
2015-03-22 07:53:06 +00:00
|
|
|
* Linux extended file system
|
|
|
|
|
* Linux extended file system 2
|
|
|
|
|
* Linux extended file system 3
|
|
|
|
|
* Linux extended file system 4
|
2017-09-14 21:20:32 +01:00
|
|
|
* Locus file system
|
2017-09-21 21:20:53 +01:00
|
|
|
* MicroDOS file system
|
2015-03-22 07:53:06 +00:00
|
|
|
* Microsoft 12-bit File Allocation Table (FAT12), including Atari ST extensions
|
|
|
|
|
* Microsoft 16-bit File Allocation Table (FAT16)
|
2016-09-13 12:58:19 +01:00
|
|
|
* Microsoft 32-bit File Allocation Table (FAT32), including FAT+ extension
|
2017-05-20 06:19:59 +01:00
|
|
|
* Microsoft Extended File Allocation Table (exFAT)
|
2015-03-22 07:53:06 +00:00
|
|
|
* Microsoft/IBM High Performance File System (HPFS)
|
2018-06-24 00:48:50 +01:00
|
|
|
* Microsoft New Technology File System (NTFS)
|
|
|
|
|
* Microsoft Resilient File System (ReFS)
|
2015-03-22 07:53:06 +00:00
|
|
|
* Minix v2 file system
|
|
|
|
|
* Minix v3 file system
|
2018-02-08 21:13:23 +00:00
|
|
|
* NEC PC-Engine executable
|
|
|
|
|
* NEC PC-FX executable
|
2016-09-02 18:46:55 +01:00
|
|
|
* NILFS2
|
2018-06-24 00:48:50 +01:00
|
|
|
* Nintendo optical filesystems (GameCube and Wii)
|
2017-08-16 15:45:37 +01:00
|
|
|
* OS-9 Random Block File
|
2017-05-20 06:19:59 +01:00
|
|
|
* Professional File System
|
|
|
|
|
* QNX4 and QNX6 filesystems
|
2016-09-02 19:33:30 +01:00
|
|
|
* Reiser file systems
|
2017-08-08 11:51:48 +01:00
|
|
|
* SGI Extent File System (EFS)
|
2016-09-02 20:05:55 +01:00
|
|
|
* SGI XFS
|
2016-09-13 19:06:05 +01:00
|
|
|
* SmartFileSystem
|
2017-05-20 06:19:59 +01:00
|
|
|
* SolarOS file system
|
2016-09-14 14:25:08 +01:00
|
|
|
* Squash file system
|
2017-08-09 03:09:05 +01:00
|
|
|
* UNICOS file system
|
2018-06-24 00:48:50 +01:00
|
|
|
* Universal Disk Format (UDF)
|
2017-05-20 06:19:59 +01:00
|
|
|
* UNIX System V file system
|
|
|
|
|
* UNIX Version 7 file system
|
|
|
|
|
* UnixWare boot file system
|
|
|
|
|
* Veritas file system
|
2018-06-24 00:48:50 +01:00
|
|
|
* VMware file system (VMFS)
|
2016-09-17 21:25:14 +01:00
|
|
|
* Xbox filesystems
|
2017-05-20 06:19:59 +01:00
|
|
|
* Xenix file system
|
2017-12-25 23:42:14 +00:00
|
|
|
* Xia filesystem
|
2016-09-18 05:09:55 +01:00
|
|
|
* Zettabyte File System (ZFS)
|
2015-03-22 07:53:06 +00:00
|
|
|
|
|
|
|
|
Supported checksums
|
|
|
|
|
===================
|
2015-04-19 01:07:12 +01:00
|
|
|
* Adler-32
|
2015-03-22 07:53:06 +00:00
|
|
|
* CRC-16
|
|
|
|
|
* CRC-32
|
|
|
|
|
* CRC-64
|
2015-04-19 01:18:36 +01:00
|
|
|
* Fletcher-16
|
|
|
|
|
* Fletcher-32
|
2015-03-22 07:53:06 +00:00
|
|
|
* MD5
|
|
|
|
|
* RMD160
|
|
|
|
|
* SHA-1
|
|
|
|
|
* SHA-2 (256, 384 and 512 bits)
|
2015-04-19 01:27:17 +01:00
|
|
|
* SpamSum (fuzzy hashing)
|
2014-04-19 18:23:00 +01:00
|
|
|
|
2016-09-05 17:37:31 +01:00
|
|
|
Supported filters
|
|
|
|
|
=================
|
2017-05-20 06:19:59 +01:00
|
|
|
* Apple PCExchange (FINDER.DAT & RESOURCE.FRK)
|
2016-09-05 21:22:04 +01:00
|
|
|
* AppleDouble
|
|
|
|
|
* AppleSingle
|
2016-09-10 01:31:52 +01:00
|
|
|
* BZip2
|
2017-05-20 06:19:59 +01:00
|
|
|
* GZip
|
2017-06-07 18:36:06 +01:00
|
|
|
* LZip
|
2017-05-20 06:19:59 +01:00
|
|
|
* MacBinary I, II, III
|
2017-12-03 01:49:33 +00:00
|
|
|
* XZ
|
|
|
|
|
|
|
|
|
|
Partially supported disk image formats
|
|
|
|
|
======================================
|
2018-02-06 02:46:56 +00:00
|
|
|
These disk image formats cannot be read, but their contents can be checksummed on sidecar creation
|
2017-12-05 00:07:36 +00:00
|
|
|
* DiscFerret
|
2017-12-04 19:35:42 +00:00
|
|
|
* KryoFlux STREAM
|
2017-12-03 01:49:33 +00:00
|
|
|
* SuperCardPro
|