DWARFS
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Filesystem }} '''DwarFS''' is a compressed read-only filesystem, developed by Marcus Holland-Moritz. == Links == * https://github....") |
(Flesh out on description and add references.) |
||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Filesystem | |subcat=Filesystem | ||
+ | |released=2020 <ref>[https://github.com/mhx/dwarfs/releases/tag/release-0.1.0 Release 0.1.0 - GitHub]</ref> | ||
}} | }} | ||
− | '''DwarFS''' is a compressed read-only filesystem, developed by Marcus Holland-Moritz. | + | '''DwarFS''' is a compressed read-only filesystem, developed by Marcus Holland-Moritz. Compared to Squashfs, DwarFS also offers a choice of hashing algorithms,<ref>[https://github.com/mhx/dwarfs/issues/92 Choice of hash for duplicate detection #92 - GitHub]</ref> as well as a tool for checking DwarFS image via <code>dwarfsck</code>. At maximum compression levels using LZMA, DwarFS (using <code>--compression=lzma:level=9:extreme</code>) can produce smaller file size compared to SquashFS with the rough equivalent of using XZ as <code>-comp xz</code> |
+ | |||
+ | See also [[Squashfs]]. | ||
== Links == | == Links == | ||
* https://github.com/mhx/dwarfs | * https://github.com/mhx/dwarfs | ||
+ | |||
+ | == References == | ||
+ | <references/> |
Revision as of 20:44, 30 July 2025
DwarFS is a compressed read-only filesystem, developed by Marcus Holland-Moritz. Compared to Squashfs, DwarFS also offers a choice of hashing algorithms,[2] as well as a tool for checking DwarFS image via dwarfsck
. At maximum compression levels using LZMA, DwarFS (using --compression=lzma:level=9:extreme
) can produce smaller file size compared to SquashFS with the rough equivalent of using XZ as -comp xz
See also Squashfs.