summaryrefslogtreecommitdiffstats
path: root/disk-utils/fsck.cramfs.8.adoc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:30:35 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:30:35 +0000
commit378c18e5f024ac5a8aef4cb40d7c9aa9633d144c (patch)
tree44dfb6ca500d32cabd450649b322a42e70a30683 /disk-utils/fsck.cramfs.8.adoc
parentInitial commit. (diff)
downloadutil-linux-378c18e5f024ac5a8aef4cb40d7c9aa9633d144c.tar.xz
util-linux-378c18e5f024ac5a8aef4cb40d7c9aa9633d144c.zip
Adding upstream version 2.38.1.upstream/2.38.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'disk-utils/fsck.cramfs.8.adoc')
-rw-r--r--disk-utils/fsck.cramfs.8.adoc62
1 files changed, 62 insertions, 0 deletions
diff --git a/disk-utils/fsck.cramfs.8.adoc b/disk-utils/fsck.cramfs.8.adoc
new file mode 100644
index 0000000..ec75262
--- /dev/null
+++ b/disk-utils/fsck.cramfs.8.adoc
@@ -0,0 +1,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::[]