summaryrefslogtreecommitdiffstats
path: root/disk-utils/fsck.cramfs.8.adoc
blob: ec75262594e1b010214a5995bf75c825c4354c00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
//po4a: entry man manual
= fsck.cramfs(8)
:doctype: manpage
:man manual: System Administration
:man source: util-linux {release-version}
:page-layout: base
:command: fsck.cramfs

== NAME

fsck.cramfs - fsck compressed ROM file system

== SYNOPSIS

*fsck.cramfs* [options] _file_

== DESCRIPTION

*fsck.cramfs* is used to check the cramfs file system.

== OPTIONS

*-v*, *--verbose*::
Enable verbose messaging.

*-b*, *--blocksize* _blocksize_::
Use this blocksize, defaults to page size. Must be equal to what was set at creation time. Only used for *--extract*.

*--extract*[=_directory_]::
Test to uncompress the whole file system. Optionally extract contents of the _file_ to _directory_.

*-a*::
This option is silently ignored.

*-y*::
This option is silently ignored.

include::man-common/help-version.adoc[]

== EXIT STATUS

*0*::
success
*4*::
file system was left uncorrected
*8*::
operation error, such as unable to allocate memory
*16*::
usage information was printed

== SEE ALSO

*mount*(8),
*mkfs.cramfs*(8)

include::man-common/bugreports.adoc[]

include::man-common/footer.adoc[]

ifdef::translation[]
include::man-common/translation.adoc[]
endif::[]