]> git.ipfire.org Git - thirdparty/util-linux.git/blame - disk-utils/fsck.cramfs.8.adoc
Merge branch 'util-linux:master' into make-nice-posix-compliant
[thirdparty/util-linux.git] / disk-utils / fsck.cramfs.8.adoc
CommitLineData
295b3979 1//po4a: entry man manual
c6a568fc
MB
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
11fsck.cramfs - fsck compressed ROM file system
12
13== SYNOPSIS
14
4d297435 15*fsck.cramfs* [options] _file_
c6a568fc
MB
16
17== DESCRIPTION
18
19*fsck.cramfs* is used to check the cramfs file system.
20
21== OPTIONS
22
23*-v*, *--verbose*::
299604dd 24Enable verbose messaging.
c6a568fc
MB
25
26*-b*, *--blocksize* _blocksize_::
299604dd 27Use this blocksize, defaults to page size. Must be equal to what was set at creation time. Only used for *--extract*.
c6a568fc
MB
28
29*--extract*[=_directory_]::
299604dd 30Test to uncompress the whole file system. Optionally extract contents of the _file_ to _directory_.
c6a568fc
MB
31
32*-a*::
299604dd 33This option is silently ignored.
c6a568fc
MB
34
35*-y*::
299604dd 36This option is silently ignored.
c6a568fc 37
2b2d3172 38include::man-common/help-version.adoc[]
c6a568fc
MB
39
40== EXIT STATUS
41
c6a568fc 42*0*::
299604dd 43success
c6a568fc 44*4*::
299604dd 45file system was left uncorrected
c6a568fc 46*8*::
299604dd 47operation error, such as unable to allocate memory
c6a568fc 48*16*::
299604dd 49usage information was printed
c6a568fc
MB
50
51== SEE ALSO
52
53*mount*(8),
54*mkfs.cramfs*(8)
55
625e9c61 56include::man-common/bugreports.adoc[]
c6a568fc 57
625e9c61 58include::man-common/footer.adoc[]
c6a568fc
MB
59
60ifdef::translation[]
625e9c61 61include::man-common/translation.adoc[]
c6a568fc 62endif::[]