1FSCK.CRAMFS(8) System Administration FSCK.CRAMFS(8)
2
3
4
6 fsck.cramfs - fsck compressed ROM file system
7
9 fsck.cramfs [options] file
10
12 fsck.cramfs is used to check the cramfs file system.
13
15 -v, --verbose
16 Enable verbose messaging.
17
18 -b, --blocksize blocksize
19 Use this blocksize, defaults to page size. Must be equal to what
20 was set at creation time. Only used for --extract.
21
22 --extract[=directory]
23 Test to uncompress the whole file system. Optionally extract
24 contents of the file to directory.
25
26 -a This option is silently ignored.
27
28 -y This option is silently ignored.
29
30 -V, --version
31 Display version information and exit.
32
33 -h, --help
34 Display help text and exit.
35
37 0 success
38 4 file system was left uncorrected
39 8 operation error, such as unable to allocate memory
40 16 usage information was printed
41
43 mount(8), mkfs.cramfs(8)
44
46 The example command is part of the util-linux package and is available
47 from Linux Kernel Archive ⟨https://www.kernel.org/pub/linux/utils/util-
48 linux/⟩.
49
50
51
52util-linux April 2013 FSCK.CRAMFS(8)