util-linux/disk-utils/fsck.cramfs.8.adoc

67 lines
1.2 KiB
Plaintext
Raw Normal View History

//po4a: entry man manual
2021-03-16 15:08:43 -05:00
= 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_
2021-03-16 15:08:43 -05:00
== DESCRIPTION
*fsck.cramfs* is used to check the cramfs file system.
== OPTIONS
*-v*, *--verbose*::
2021-03-24 12:53:27 -05:00
Enable verbose messaging.
2021-03-16 15:08:43 -05:00
*-b*, *--blocksize* _blocksize_::
2021-03-24 12:53:27 -05:00
Use this blocksize, defaults to page size. Must be equal to what was set at creation time. Only used for *--extract*.
2021-03-16 15:08:43 -05:00
*--extract*[=_directory_]::
2021-03-24 12:53:27 -05:00
Test to uncompress the whole file system. Optionally extract contents of the _file_ to _directory_.
2021-03-16 15:08:43 -05:00
*-a*::
2021-03-24 12:53:27 -05:00
This option is silently ignored.
2021-03-16 15:08:43 -05:00
*-y*::
2021-03-24 12:53:27 -05:00
This option is silently ignored.
2021-03-16 15:08:43 -05:00
*-V*, *--version*::
2021-03-24 12:53:27 -05:00
Display version information and exit.
2021-03-16 15:08:43 -05:00
*-h*, *--help*::
2021-03-24 12:53:27 -05:00
Display help text and exit.
2021-03-16 15:08:43 -05:00
== EXIT STATUS
*0*::
2021-03-24 12:53:27 -05:00
success
2021-03-16 15:08:43 -05:00
*4*::
2021-03-24 12:53:27 -05:00
file system was left uncorrected
2021-03-16 15:08:43 -05:00
*8*::
2021-03-24 12:53:27 -05:00
operation error, such as unable to allocate memory
2021-03-16 15:08:43 -05:00
*16*::
2021-03-24 12:53:27 -05:00
usage information was printed
2021-03-16 15:08:43 -05:00
== SEE ALSO
*mount*(8),
*mkfs.cramfs*(8)
include::man-common/bugreports.adoc[]
2021-03-16 15:08:43 -05:00
include::man-common/footer.adoc[]
2021-03-16 15:08:43 -05:00
ifdef::translation[]
include::man-common/translation.adoc[]
2021-03-16 15:08:43 -05:00
endif::[]