mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 11:14:27 +00:00
66 lines
1.7 KiB
Plaintext
66 lines
1.7 KiB
Plaintext
Disc image plugins:
|
|
--- Add support for dump(8) images
|
|
--- Add support for IMD images
|
|
--- Add support for Kryoflux images
|
|
--- Add support for DiscFerret images
|
|
--- Add support for XPACK images
|
|
|
|
Filesystem plugins:
|
|
--- Add support for NwFS
|
|
--- Add support for ReFS
|
|
|
|
Partitioning scheme plugins:
|
|
--- Add support for AIX partitions
|
|
|
|
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
|
|
|
|
Device handling:
|
|
--- Add support for MMC/SD devices
|
|
--- Add support for NVMe devices
|
|
--- Add support for streaming tape devices
|
|
--- Add mapfile support for resuming dumps
|
|
--- Add support for FreeBSD
|
|
--- Support SCSI mode pages 18h, 1Dh, 20h, 31h, 32h
|
|
--- Support MMC feature codes FF33h
|
|
|
|
QCOW plugin:
|
|
--- Add support for encrypted images
|
|
|
|
VMDK plugin:
|
|
--- Add support for compressed extents
|
|
--- Add support for encrypted extents
|
|
|
|
UDIF plugin:
|
|
--- Add support for chunks compressed with RLE, LZH, KenCode or LZFSE
|
|
|
|
NDIF plugin:
|
|
--- Add support for chunks compressed with RLE, LZH or KenCode
|
|
|
|
DART plugin:
|
|
--- Add support for chunks compressed with RLE or LZH
|
|
|
|
CHD plugin:
|
|
--- Add support for compressed hunks on CD disc images
|
|
--- Add support for compressed version 5 disk images
|
|
--- Add support for PCMCIA images
|
|
|
|
Filters:
|
|
--- Add support for XZ compressed files
|
|
--- Add support for ZIP archives
|
|
--- Add support for 7Z archives |