forked from deepin-community/erofs-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherofsfuse.1
51 lines (51 loc) · 1.27 KB
/
erofsfuse.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.\" Copyright (c) 2021 Gao Xiang <[email protected]>
.\"
.TH EROFSFUSE 1
.SH NAME
erofsfuse \- FUSE file system client for erofs file system
.SH SYNOPSIS
\fBerofsfuse\fR [\fIOPTIONS\fR] \fIDEVICE\fR \fIMOUNTPOINT\fR
.SH DESCRIPTION
.B erofsfuse
is a FUSE file system client that supports reading from devices or image files
containing erofs file system.
.SH OPTIONS
.SS "general options:"
.TP
\fB\-o\fR opt,[opt...]
mount options
.TP
\fB\-h\fR \fB\-\-help\fR
display help and exit
.SS "erofsfuse options:"
.TP
.BI "\-\-dbglevel=" #
Specify the level of debugging messages. The default is 2, which shows basic
warning messages.
.TP
.BI "\-\-device=" path
Specify an extra device to be used together.
You may give multiple `--device' options in the correct order.
.TP
.BI "\-\-offset=" #
Specify `--offset' bytes to skip when reading image file. The default is 0.
.SS "FUSE options:"
.TP
\fB-d -o\fR debug
enable debug output (implies -f)
.TP
\fB-f\fR
foreground operation
.TP
\fB-s\fR
disable multi-threaded operation
.P
For other FUSE options please see
.BR mount.fuse (8)
or see the output of
.I erofsfuse \-\-help
.SH AVAILABILITY
\fBerofsfuse\fR is part of erofs-utils package and is available from
git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git.
.SH SEE ALSO
.BR mount.fuse (8)