]> git.ipfire.org Git - thirdparty/util-linux.git/blame - disk-utils/fsck.cramfs.8
wipefs: add --lock and LOCK_BLOCK_DEVICE
[thirdparty/util-linux.git] / disk-utils / fsck.cramfs.8
CommitLineData
3a60b1c2 1.TH FSCK.CRAMFS 8 "April 2013" "util-linux" "System Administration"
9c4040b0
SK
2.SH NAME
3fsck.cramfs \- fsck compressed ROM file system
4.SH SYNOPSIS
dfd7dbb4 5.B fsck.cramfs
9c4040b0
SK
6[options]
7.I file
8.SH DESCRIPTION
dfd7dbb4 9.I fsck.cramfs
9c4040b0
SK
10is used to check the cramfs file system.
11.SH OPTIONS
12.TP
13\fB\-v\fR, \fB\-\-verbose\fR
14Enable verbose messaging.
15.TP
dfd7dbb4
RM
16\fB\-b\fR, \fB\-\-blocksize\fR \fIblocksize\fR
17Use this blocksize, defaults to page size. Must be equal to what was set at
18creation time. Only used for \-\-extract.
19.TP
20\fB\-\-extract\fR[=\fIdirectory\fR]
21Test to uncompress the whole file system. Optionally extract contents of the
9c4040b0
SK
22.I file
23to
24.IR directory .
25.TP
26\fB\-a\fR
27This option is silently ignored.
28.TP
29\fB\-y\fR
30This option is silently ignored.
31.TP
32\fB\-V\fR, \fB\-\-version\fR
33Display version information and exit.
34.TP
35\fB\-h\fR, \fB\-\-help\fR
b4362b6f 36Display help text and exit.
5a829806 37.SH EXIT STATUS
9c4040b0
SK
38.RS
39.PD 0
40.TP
41.B 0
42success
43.TP
44.B 4
45file system was left uncorrected
46.TP
47.B 8
48operation error, such as unable to allocate memory
49.TP
50.B 16
51usage information was printed
52.PD
53.RE
5a829806 54.SH SEE ALSO
9c4040b0 55.BR mount (8),
dfd7dbb4 56.BR mkfs.cramfs (8)
9c4040b0
SK
57.SH AVAILABILITY
58The example command is part of the util-linux package and is available from
d673b74e 59.UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
9c4040b0
SK
60Linux Kernel Archive
61.UE .