Penguin
Annotated edit history of cramfsck(8) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 CRAMFSCK
2 !!!CRAMFSCK
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 AUTHOR
8 ----
9 !!NAME
10
11
12 cramfsck - check a compressed ROM file system
13 !!SYNOPSIS
14
15
16 __cramfsck__ [[__-hv__] [[__-x__ ''dir'']
17 ''file''
18 !!DESCRIPTION
19
20
21 This manual page documents briefly the __cramfsck__
22 command. This manual page was written for the __Debian
23 GNU/Linux__ distribution (but may be used by others),
24 because the original program does not have a manual
25 page.
26
27
2 perry 28 __cramfsck__ checks the consistency of a __!CramFs__
1 perry 29 file system given by ''file''. Unlike other file system
30 checkers, it does not attempt to repair a broken file
2 perry 31 system. This is not a deficiency as __!CramFs__ is not
1 perry 32 subject to the kind of corruption that a writable file
33 system may endure.
34
35
36 __cramfsck__ is also able to extract the contents of the
37 file system.
38 !!OPTIONS
39
40
41 __-h__
42
43
44 Give a brief help message.
45
46
47 __-v__
48
49
50 Turn on verbose mode.
51
52
53 __-x__ ''dir''
54
55
56 In addition to checking the given file system, extract its
57 contents into ''dir''.
58 !!AUTHOR
59
60
61 __cramfsck__ is written by Linus Torvalds and Daniel
62 Quinlan. Manual page added by Herbert Xu.
63 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.