* README.md:
* DiscImageChef.Filesystems/JFS.cs:
* DiscImageChef.Filesystems/DiscImageChef.Filesystems.csproj:
Adds support for IBM JFS, closes#20.
* DiscImageChef.Helpers/DateHandlers.cs:
Add supports for UNIX timestamps divided in
seconds+nanoseconds.
* README.md:
* DiscImageChef.DiscImages/QCOW.cs:
* DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj:
Added support for QEMU Copy-On-Write disk image, closes#43.
* DiscImageChef.Filesystems/CPM/Info.cs:
Typo in HDD superblock, not allocating enough memory.
Corrected typo on audio track matching.
* DiscImageChef.DiscImages/CDRWin.cs:
Corrected detection of images with CD-Text.
Do not output partitions for index 0.
* DiscImageChef.DiscImages/CopyQM.cs:
Do not create debug image output.
* DiscImageChef.DiscImages/Nero.cs:
Added type for any dvd seen on old Nero version.
Corrected handling of images where pregap is not indicated
(nonetheless, Nero stores them).
Corrected handling of track 1 (Lead-In is stored there).
Corrected session count in discs with 1 session.
Do not add partitions of index 0.
Corrected partition start offset of disc start.
Guess disc type for old Nero discs.
Corrected output of Mode2 sectors stored in RAW mode.
Do not throw exceptions on values that should be returned
empty or null if not supported by image format.
* DiscImageChef.Filesystems/FFS.cs:
* DiscImageChef.Filesystems/BFS.cs:
* DiscImageChef.Filesystems/ODS.cs:
* DiscImageChef.Filesystems/FAT.cs:
* DiscImageChef.Filesystems/APFS.cs:
* DiscImageChef.Filesystems/NTFS.cs:
* DiscImageChef.Filesystems/SysV.cs:
* DiscImageChef.Filesystems/HPFS.cs:
* DiscImageChef.Filesystems/Opera.cs:
* DiscImageChef.Filesystems/Acorn.cs:
* DiscImageChef.Filesystems/extFS.cs:
* DiscImageChef.Filesystems/BTRFS.cs:
* DiscImageChef.Filesystems/ext2FS.cs:
* DiscImageChef.Filesystems/ProDOS.cs:
* DiscImageChef.Filesystems/SolarFS.cs:
* DiscImageChef.Filesystems/UNIXBFS.cs:
* DiscImageChef.Filesystems/ISO9660.cs:
* DiscImageChef.Filesystems/MinixFS.cs:
* DiscImageChef.Filesystems/AmigaDOS.cs:
* DiscImageChef.Filesystems/PCEngine.cs:
* DiscImageChef.Filesystems/AppleHFS.cs:
* DiscImageChef.Filesystems/AppleHFSPlus.cs:
* DiscImageChef.Filesystems/AppleMFS/Info.cs:
Do not try to read past partition end.
* DiscImageChef/Commands/CreateSidecar.cs:
Added points for skipping whole image checksum on debugging.
Track starts at index 0.
Lisa Twiggies and Macintosh Twiggies use a different track
order. Detect a Macintosh File System to know which
re-ordering to use.
* DiscImageChef.Filesystems/AppleMFS/Dir.cs:
Remove spurious debug leftover.
"Entries are always an integral number of words" solved.
* DiscImageChef.Filesystems/AppleMFS/Super.cs:
When filling volume block map, check we are not going out of
bounds.
* DiscImageChef.Partitions/NeXT.cs:
* DiscImageChef.Filesystems/HPFS.cs:
* DiscImageChef.Filesystems/SysV.cs:
Do not try to read past device.
Added support for superblock offset in Atari UNIX.
* DiscImageChef.Filesystems/SysV.cs:
Corrected big endian magic.
* DiscImageChef.Partitions/Atari.cs:
Added support for Atari UNIX, MINIX and HFS partitions.
* 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.
* DiscImageChef.Filesystems/DiscImageChef.Filesystems.csproj:
Added support for Acorn ADFS.
* DiscImageChef.Partitions/Sun.cs:
* DiscImageChef.Partitions/DiscImageChef.Partitions.csproj:
Added support for Sun disklabel.
* DiscImageChef.Filesystems/FFS.cs:
Correct FFS information.
* DiscImageChef/Commands/DumpMedia.cs:
Correct physical/logical block size in sidecar.
* TODO:
* README.md:
Added support for Sun disklabel.
Added support for Acorn ADFS.
* DiscImageChef.Filesystems/FAT.cs:
Correct null volume label and oem string
* DiscImageChef.Filesystems/NTFS.cs:
Some NTFS do not contain signature1.
* DiscImageChef.Metadata/MediaType.cs:
Added XML name for iomega ZIP.
* DiscImageChef/Commands/Analyze.cs:
* DiscImageChef/Commands/CreateSidecar.cs:
Check multiple partitioning schemes.
* DiscImageChef/Commands/DumpMedia.cs:
Check multiple partitioning schemes.
Do not add interface data to sidecar for removable devices.
Add dump hardware to sidecar for remocable block devices.
* README.md:
* DiscImageChef.DiscImages/CDRDAO.cs:
* DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj:
Added support for cdrdao images. Solves #53
* DiscImageChef.DiscImages/CDRWin.cs:
Implemented FLAGS field support and
quadraphonic/broadcasting flag.
Return CD track flags for any track type.
* DiscImageChef.Filesystems/ISO9660.cs:
Filter null characters from Volume Descriptors.
If Joliet descriptor is null, or ISO descriptor is longer, use
ISO descriptor for XML metadata.
* DiscImageChef/Commands/CreateSidecar.cs:
If a filesystem plugin crashes, do not abort.
* DiscImageChef/DetectImageFormat.cs:
If an image plugin crashes, keep trying the others.