Natalia Portillo 8e0dde88bc * FileSystemIDandChk/ArrayFill.cs:
* FileSystemIDandChk/FileSystemIDandChk.csproj:
	  Added array filling class from mykohsu.

	* FileSystemIDandChk/Main.cs:
	  Print disk type as identified by image plugin

	* FileSystemIDandChk/ImagePlugins/ImagePlugin.cs:
	  Added more disk types

	* FileSystemIDandChk/ImagePlugins/TeleDisk.cs:
	  Added link to Dave's document.
	Completely implemented OpenImage() for standard
	  (non-compressed) teledisk images.
	Implemented GetImageSize(), GetSectors(), GetSectorSize(),
	  ReadSectors(), GetImageVersion(),
	  GetImageApplicationVersion(), GetImageCreationTime(),
	  GetImageLastModificationtime(), GetImageName(),
	  GetDiskType(), data sector decoders.

	* FileSystemIDandChk/TODO:
	  Discovered a filesystem specification present on ECMA-67.
	  Dunno if CP/M, FAT or a different one, must check.
	Teledisk plugin is working, but lacks "advanced compression"
	  and variable sectors per track support.
2014-06-07 04:54:15 +01:00

FileSystemIDandChk v1.00

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 and Apple DiskCopy 4.2
  • 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
Server and webpage component for Aaru
Readme 23 MiB
Languages
C# 71.5%
HTML 26%
CSS 2.5%