View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000449 | file | General | public | 2023-05-20 08:41 | 2023-05-21 15:25 |
Reporter | srjs | Assigned To | christos | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 5.45 | ||||
Summary | 0000449: Add magic for the DWARFS compressed file system format | ||||
Description | DwarFS ( https://github.com/mhx/dwarfs ) is a high compression read-only file system much like SquashFS or EROFS unrecognized by the file utility. Attached is a magic file to recognize DwarFS archives. The file format may be found at: https://github.com/mhx/dwarfs/blob/main/doc/dwarfs-format.md Also attached is a test file. Further test files may be found under the test folder of the project repo: https://github.com/mhx/dwarfs/tree/main/test | ||||
Tags | No tags attached. | ||||
|
dwarfs.magic (242 bytes)
# file (1) Magic for DWARFS Compressed File System Archives # URL: https://github.com/mhx/dwarfs # From: Sooraj S <sooraj2642@gmail.com>, 2023 0 string DWARFS Dwarfs Compressed File System Archive >6 byte x version %d. >7 byte x \b%d |
|
Added, thanks! |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-05-20 08:41 | srjs | New Issue | |
2023-05-20 08:41 | srjs | File Added: dwarfs.magic | |
2023-05-20 08:41 | srjs | File Added: example.dwarfs | |
2023-05-21 15:25 | christos | Assigned To | => christos |
2023-05-21 15:25 | christos | Status | new => assigned |
2023-05-21 15:25 | christos | Status | assigned => resolved |
2023-05-21 15:25 | christos | Resolution | open => fixed |
2023-05-21 15:25 | christos | Fixed in Version | => 5.45 |
2023-05-21 15:25 | christos | Note Added: 0003926 |