diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:10:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:10:49 +0000 |
commit | cfe5e3905201349e9cf3f95d52ff4bd100bde37d (patch) | |
tree | d0baf160cbee3195249d095f85e52d20c21acf02 /disk-utils/fsck.cramfs.8.adoc | |
parent | Initial commit. (diff) | |
download | util-linux-cfe5e3905201349e9cf3f95d52ff4bd100bde37d.tar.xz util-linux-cfe5e3905201349e9cf3f95d52ff4bd100bde37d.zip |
Adding upstream version 2.39.3.upstream/2.39.3
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.adoc | 62 |
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::[] |