]> git.ipfire.org Git - thirdparty/util-linux.git/blob - disk-utils/fsck.cramfs.8.adoc
Merge branch 'realloc' of https://github.com/t-8ch/util-linux
[thirdparty/util-linux.git] / disk-utils / fsck.cramfs.8.adoc
1 //po4a: entry man manual
2 = fsck.cramfs(8)
3 :doctype: manpage
4 :man manual: System Administration
5 :man source: util-linux {release-version}
6 :page-layout: base
7 :command: fsck.cramfs
8
9 == NAME
10
11 fsck.cramfs - fsck compressed ROM file system
12
13 == SYNOPSIS
14
15 *fsck.cramfs* [options] _file_
16
17 == DESCRIPTION
18
19 *fsck.cramfs* is used to check the cramfs file system.
20
21 == OPTIONS
22
23 *-v*, *--verbose*::
24 Enable verbose messaging.
25
26 *-b*, *--blocksize* _blocksize_::
27 Use this blocksize, defaults to page size. Must be equal to what was set at creation time. Only used for *--extract*.
28
29 *--extract*[=_directory_]::
30 Test to uncompress the whole file system. Optionally extract contents of the _file_ to _directory_.
31
32 *-a*::
33 This option is silently ignored.
34
35 *-y*::
36 This option is silently ignored.
37
38 include::man-common/help-version.adoc[]
39
40 == EXIT STATUS
41
42 *0*::
43 success
44 *4*::
45 file system was left uncorrected
46 *8*::
47 operation error, such as unable to allocate memory
48 *16*::
49 usage information was printed
50
51 == SEE ALSO
52
53 *mount*(8),
54 *mkfs.cramfs*(8)
55
56 include::man-common/bugreports.adoc[]
57
58 include::man-common/footer.adoc[]
59
60 ifdef::translation[]
61 include::man-common/translation.adoc[]
62 endif::[]