erofsfuse - FUSE file system client for erofs file system
Contents
Availability
erofsfuse is part of erofs-utils package and is available from
git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git.
Description
erofsfuse is a FUSE file system client that supports reading from devices or image files containing erofs
file system.
Name
erofsfuse - FUSE file system client for erofs file system
Options
generaloptions:-o opt,[opt...]
mount options
-h--help
display help and exit
erofsfuseoptions:--dbglevel=#
Specify the level of debugging messages. The default is 2, which shows basic warning messages.
--device=path
Specify an extra device to be used together. You may give multiple `--device' options in the
correct order.
--offset=#
Specify `--offset' bytes to skip when reading image file. The default is 0.
FUSEoptions:-d-o debug
enable debug output (implies -f)
-f foreground operation
-s disable multi-threaded operation
For other FUSE options please see mount.fuse(8) or see the output of erofsfuse--helpSee Also
mount.fuse(8) EROFSFUSE(1)
Synopsis
erofsfuse [OPTIONS] DEVICEMOUNTPOINT
