]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blob - misc/fuse2fs.1.in
Merge branch 'maint' into next
[thirdparty/e2fsprogs.git] / misc / fuse2fs.1.in
1 .\" -*- nroff -*-
2 .\" Copyright 1993, 1994, 1995 by Theodore Ts'o. All Rights Reserved.
3 .\" This file may be copied under the terms of the GNU Public License.
4 .\"
5 .TH FUSE2FS 1 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
6 .SH NAME
7 fuse2fs \- FUSE file system client for ext2/ext3/ext4 file systems
8 .SH SYNOPSIS
9 .B fuse2fs
10 [
11 .B device/image
12 ]
13 [
14 .B mountpoint
15 ]
16 [
17 .I options
18 ]
19 .SH DESCRIPTION
20 .B fuse2fs
21 is a FUSE file system client that supports reading and writing from
22 devices or image files containing ext2, ext3, and ext4 file systems.
23 .SH OPTIONS
24 .SS "general options:"
25 .TP
26 \fB\-o\fR opt,[opt...]
27 mount options
28 .TP
29 \fB\-h\fR \fB\-\-help\fR
30 print help
31 .TP
32 \fB\-V\fR \fB\-\-version\fR
33 print version
34 .SS "fuse2fs options:"
35 .TP
36 \fB-o\fR ro
37 read-only mount
38 .TP
39 \fB-o\fR errors=panic
40 dump core on error
41 .TP
42 \fB-o\fR minixdf
43 minix-style df
44 .TP
45 \fB-o\fR fakeroot
46 pretend to be root for permission checks
47 .TP
48 \fB-o\fR no_default_opts
49 do not include default fuse options
50 .TP
51 \fB-o\fR norecovery
52 do not replay the journal and mount the file system read-only
53 .TP
54 \fB-o\fR fuse2fs_debug
55 enable fuse2fs debugging
56 .SS "FUSE options:"
57 .TP
58 \fB-d -o\fR debug
59 enable debug output (implies -f)
60 .TP
61 \fB-f\fR
62 foreground operation
63 .TP
64 \fB-s\fR
65 disable multi-threaded operation
66 .P
67 For other FUSE options please see
68 .BR mount.fuse (8)
69 or see the output of
70 .I fuse2fs \-\-helpfull
71 .SH AVAILABILITY
72 .B fuse2fs
73 is part of the e2fsprogs package and is available from
74 http://e2fsprogs.sourceforge.net.
75 .SH SEE ALSO
76 .BR ext4 (5)
77 .BR e2fsck (8),
78 .BR mount.fuse (8)
79