mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
088a8dd14189b279c00a4ecb87e482ba4d283154
Modified logic to work around FAT12 predating DOS 2.0. Limiting it to disks supported by 86-DOS and DOS 1.x, yet probably it will give false positives. * FileSystemIDandChk/PrintHex.cs: * FileSystemIDandChk/FileSystemIDandChk.csproj: Added function to print hexadecimal output of sector, useful for debugging with compressed disk images.
FileSystemIDandChk v1.10
Filesystem identifier and checker.
Copyright © 2011-2014 Natalia Portillo claunia@claunia.com
Usage
FileSystemIDandChk.exe
And read help.
Works under any operating system where there is Mono or .NET Framework. Tested with Mono 2.0.
Features
- Supports reading CDRWin cue/bin cuesheets, Apple DiskCopy 4.2 and TeleDisk disk images.
- Supports traversing MBR, Apple and NeXT partitioning schemes.
- Identifies HFS, HFS+, MFS, BeFS, ext/2/3/4, FAT12/16/32, FFS/UFS/UFS2, HPFS, ISO9660, LisaFS, MinixFS, NTFS, ODS11, Opera, PCEngine, SolarFS, System V and UnixWare boot filesystem.
Changelog
See Changelog file.
To-Do
See TODO file.
Description
Languages
C#
100%