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 FUSE options:
33 -d -o debug
34 enable debug output (implies -f)
35
36 -f foreground operation
37
38 -s disable multi-threaded operation
39
40 For other FUSE options please see mount.fuse(8) or see the output of
41 erofsfuse --help
42
44 erofsfuse is part of erofs-utils package and is available from
45 git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git.
46
48 mount.fuse(8)
49
50
51
52 EROFSFUSE(1)