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
27 This option is silently ignored.
28
29 -y
30 This option is silently ignored.
31
32 -h, --help
33 Display help text and exit.
34
35 -V, --version
36 Print version and exit.
37
39 0
40 success
41
42 4
43 file system was left uncorrected
44
45 8
46 operation error, such as unable to allocate memory
47
48 16
49 usage information was printed
50
52 mount(8), mkfs.cramfs(8)
53
55 For bug reports, use the issue tracker at
56 https://github.com/util-linux/util-linux/issues.
57
59 The fsck.cramfs command is part of the util-linux package which can be
60 downloaded from Linux Kernel Archive
61 <https://www.kernel.org/pub/linux/utils/util-linux/>.
62
63
64
65util-linux 2.38 2022-02-17 FSCK.CRAMFS(8)