Cramfs
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Filesystem |released=≤2002 }} '''cramfs''' (compressed ROM file system) is a compressed read-only filesystem for Linux. == Links...") |
m (Added sample files) |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Filesystem | |subcat=Filesystem | ||
| − | |released= | + | |released=1999 |
}} | }} | ||
| + | {{DISPLAYTITLE:cramfs}} | ||
'''cramfs''' (compressed ROM file system) is a compressed read-only filesystem for Linux. | '''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. | ||
| + | |||
| + | == Software == | ||
| + | * [[7-Zip]] | ||
| + | |||
| + | == Sample files == | ||
| + | * https://telparia.com/fileFormatSamples/archive/cramFS/ | ||
== Links == | == Links == | ||
Revision as of 20:11, 13 February 2023
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.