1DUMP.EROFS(1) General Commands Manual DUMP.EROFS(1)
2
3
4
6 dump.erofs - retrieve directory and file entries, show specific file or
7 overall disk statistics information from an EROFS-formatted image.
8
10 dump.erofs [OPTIONS] IMAGE
11
13 dump.erofs is used to retrieve erofs metadata from IMAGE and demon‐
14 strate 1) overall disk statistics, 2) superblock information, 3) file
15 information of the given inode NID, 4) file extent information of the
16 given inode NID.
17
19 --device=path
20 Specify an extra device to be used together. You may give mul‐
21 tiple `--device' options in the correct order.
22
23 --ls List directory contents. An inode should be specified together.
24
25 --nid=NID
26 Specify an inode NID in order to print its file information.
27
28 --path=path
29 Specify an inode path in order to print its file information.
30
31 -e Show the file extent information. An inode should be specified
32 together.
33
34 -V Print the version number and exit.
35
36 -s Show superblock information of the an EROFS-formatted image.
37
38 -S Show EROFS disk statistics, including file type/size distribu‐
39 tion, number of (un)compressed files, compression ratio of the
40 whole image, etc.
41
43 Initial code was written by Wang Qi <mpiglet@outlook.com>, Guo Xuenan
44 <guoxuenan@huawei.com>.
45
46 This manual page was written by Guo Xuenan <guoxuenan@huawei.com>
47
49 dump.erofs is part of erofs-utils package and is available from
50 git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git.
51
53 mkfs.erofs(1), fsck.erofs(1)
54
55
56
57 DUMP.EROFS(1)