Files
Aaru/TODO
Natalia Portillo 5bc9dd3c10 * TODO:
* README.md:
	* DiscImageChef.Partitions/GPT.cs:
	* DiscImageChef.Partitions/DiscImageChef.Partitions.csproj:
	  Added support for EFI GPT. Fixes #8.

	* commandline:

	* DiscImageChef.Decoders/SCSI/Sense.cs:
	  Corrected handling when sense contains multiple repeated
	  sense codes, in a not clean way (just ignoring repeats).

	* DiscImageChef.Filesystems/Acorn.cs:
	  Added exception catching and unsigned values to correct
	  Acorn DiscRecord structure. Fixes #34

	* DiscImageChef/Commands/DeviceReport.cs:
	  Check for 36 blocks in long block search in all cases.

	* DiscImageChef/Commands/DumpMedia.cs:
	  Only try the persistent pass one time. If it didn't correct
	  in the previous cycle it won't magically do now.
	Sort unreadalbe sectors before printing them.
2016-02-05 19:24:48 +00:00

70 lines
2.0 KiB
Plaintext

Disc image plugins:
--- Add support for BlindWrite images
--- Add support for CloneCD images
--- Add support for DiscJuggler images
--- Add support for Alcohol images
--- Add support for dump(8) images
--- Add support for IMD images
--- Add support for Kryoflux images
--- Add support for DiscFerret images
--- Add support for MAME CHDs
--- Add support for Apple NDIF images
--- Add support for Apple UDIF images
--- Add support for XPACK images
--- Add support for QEMU QCOW and QCOW2 images
--- Add support for VHDX images
--- Add support for VirtualBox images
--- Add support for VMWare images
--- Add support foe QEMU QED images
Filesystem plugins:
--- Add support for SFS filesystem
--- Add support for PFS3 filesystem
--- Add support for Apple DOS filesystems
--- Add support for UCSD/Pascal filesystem
--- Add support for AMSDOS filesystem
--- Add support for CP/M filesystem
--- Add support for CBM filesystem
--- Add support for btrfs
--- Add support for ZFS
--- Add support for UDF
--- Add support for CramFS
--- Add support for VxFS
--- Add support for VMWare filesystem
--- Add support for NwFS
--- Add support for JFS
--- Add support for Reiser filesystems
--- Add support for QNX filesystems
--- Add support for Squashfs
--- Add support for X-Box filesystems
--- Add support for exFAT
--- Add support for FAT+
--- Add support for ReFS
--- Add support for ECMA-67
Partitioning scheme plugins:
--- Add support for Acorn partitions
--- Add support for AIX partitions
--- Add support for SGI partitions
--- Add support for Ultrix partitions
Other things:
--- Surprise!
Teledisk plugin:
--- Add support for "advanced compression"
--- Handle variable sectors per track situation. Teledisk seems to be able to read garbage from previous formattings.
RAW plugin:
--- Finish support for reading sectors of variable bytes/sector images
Image comparison:
--- Compare sector tags
--- Offer the option to see differing values
--- Optimize and multithread
Image checksum:
--- Checksum disk tags
--- Checksum sector tags
--- Checksum long sectors
--- Optimize and multithread