View Issue Details

IDProjectCategoryView StatusLast Update
0000449fileGeneralpublic2023-05-21 15:25
Reportersrjs Assigned Tochristos  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Fixed in Version5.45 
Summary0000449: Add magic for the DWARFS compressed file system format
DescriptionDwarFS ( 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

TagsNo tags attached.

Activities

srjs

2023-05-20 08:41

reporter  

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
dwarfs.magic (242 bytes)   
example.dwarfs (4,070 bytes)

christos

2023-05-21 15:25

manager   ~0003926

Added, thanks!

Issue History

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