Lines Matching +full:- +full:- +full:enable +full:- +full:all
5 fsck.f2fs \- check a Linux F2FS file system
9 .B \-a
10 .I enable auto fix
13 .B \-f
14 .I enable force fix
17 .B \-H
20 .B \-M
24 .B \-p
25 .I enable preen mode
28 .B \-t
32 .B \-d
33 .I debugging-level
44 is 0 on success and -1 on failure.
47 .BI \-a " enable auto fix"
48 Enable to run file system check only if a bug was reported by the F2FS kernel
51 .BI \-f " enable force fix"
52 Enable to fix all the inconsistency in the partition.
54 .BI \-H
57 .BI \-M " show files map"
58 Enable to show all the filenames and inode numbers stored in the image
60 .BI \-p " enable preen mode"
61 Same as "-a" to support general fsck convention.
63 .BI \-t " show stored directory tree"
64 Enable to show every directory entries in the partition.
66 .BI \-d " debug-level"
76 is available from git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git.