net...@precedence.co.uk (Stephen Borrill) writes: >Interestingly, Linux reads it just fine (copied from another forum):
>a680v1: Unix Fast File system [v1] (little-endian), last mounted on /, >last written at Thu Nov 21 13:09:49 2002, clean flag 0, number of blocks >40960, number of data blocks 39603, number of cylinder groups 5, block >size 4096, fragment size 1024, minimum percentage of free blocks 1, >rotational delay 4ms, disk rotational speed 60rps, SPACE optimization So far: it's a 2048 byte superblock (we insist on having 8192 bytes). the old_flags field isn't known and we try to intrpret it. the sblockloc field isn't known and validation fails. the maxsymlinklen field isn't known and the 'value' triggers a panic. fsdb doesn't care, so I can use it to look for files and retrieve the content.