1FSCK.EROFS(1) General Commands Manual FSCK.EROFS(1)
2
3
4
6 fsck.erofs - tool to check the EROFS filesystem's integrity
7
9 fsck.erofs [OPTIONS] IMAGE
10
12 fsck.erofs is used to scan an EROFS filesystem IMAGE and check the in‐
13 tegrity of it.
14
16 -V Print the version number of fsck.erofs and exit.
17
18 -d # Specify the level of debugging messages. The default is 2, which
19 shows basic warning messages.
20
21 -p Print total compression ratio of all files including compressed
22 and non-compressed files.
23
24 --device=path
25 Specify an extra device to be used together. You may give mul‐
26 tiple `--device' options in the correct order.
27
28 --extract
29 Check if all files are well encoded. This will induce more I/Os
30 to read compressed file data, so it might take too much time de‐
31 pending on the image.
32
33 --help Display this help and exit.
34
36 This version of fsck.erofs is written by Daeho Jeong <daeho‐
37 jeong@google.com>.
38
40 fsck.erofs is part of erofs-utils package and is available from
41 git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git.
42
44 fsck(8).
45
46
47
48 FSCK.EROFS(1)