View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000215 | file | General | public | 2020-12-16 06:19 | 2020-12-17 00:11 |
Reporter | davide | Assigned To | christos | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 5.39 | ||||
Fixed in Version | 5.40 | ||||
Summary | 0000215: identify NeXT filesystems | ||||
Description | NeXT systems use a dedicated filesystem format based on UFS, it'd be useful for file to identify it properly. There's a straightforward magic string right at the beginning: "NeXT" for v1, "dlV2" for v2 and "dlV3" for v3. The format is documented in a few places: http://homepages.cs.ncl.ac.uk/nick.cook/csc2025/minix/3.2.1/usr/src/sys/sys/bootblock.h (search for "next68k") https://opensource.apple.com/source/IOStorageFamily/IOStorageFamily-44.3/IONeXTPartitionScheme.h (search for "dl_version") | ||||
Tags | file system, magic | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2020-12-16 06:19 | davide | New Issue | |
2020-12-16 06:19 | davide | Tag Attached: file system | |
2020-12-16 06:19 | davide | Tag Attached: magic | |
2020-12-17 00:11 | christos | Assigned To | => christos |
2020-12-17 00:11 | christos | Status | new => assigned |
2020-12-17 00:11 | christos | Status | assigned => resolved |
2020-12-17 00:11 | christos | Resolution | open => fixed |
2020-12-17 00:11 | christos | Fixed in Version | => 5.40 |
2020-12-17 00:11 | christos | Note Added: 0003511 |