1EROFSFUSE(1) General Commands Manual EROFSFUSE(1)
2
3
4
6 erofsfuse - FUSE file system client for erofs file system
7
9 erofsfuse [OPTIONS] DEVICE MOUNTPOINT
10
12 erofsfuse is a FUSE file system client that supports reading from de‐
13 vices or image files containing erofs file system.
14
16 general options:
17 -o opt,[opt...]
18 mount options
19
20 -h --help
21 display help and exit
22
23 erofsfuse options:
24 --dbglevel=#
25 Specify the level of debugging messages. The default is 2, which
26 shows basic warning messages.
27
28 --device=path
29 Specify an extra device to be used together. You may give mul‐
30 tiple `--device' options in the correct order.
31
32 --offset=#
33 Specify `--offset' bytes to skip when reading image file. The
34 default is 0.
35
36 FUSE options:
37 -d -o debug
38 enable debug output (implies -f)
39
40 -f foreground operation
41
42 -s disable multi-threaded operation
43
44 For other FUSE options please see mount.fuse(8) or see the output of
45 erofsfuse --help
46
48 erofsfuse is part of erofs-utils package and is available from
49 git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git.
50
52 mount.fuse(8)
53
54
55
56 EROFSFUSE(1)