Cramfs
From Just Solve the File Format Problem
(Difference between revisions)
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
m (Add Kaitai Struct schema) |
||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Filesystem | |subcat=Filesystem | ||
+ | |kaitai struct=cramfs | ||
|released=1999 | |released=1999 | ||
}} | }} |
Latest revision as of 17:41, 26 December 2024
cramfs (compressed ROM file system) is a compressed read-only filesystem for Linux.
Support for it first appeared in the Linux kernel in version 2.3.35 (1999).
It is usually preferable to use Squashfs instead of cramfs.