1FUSE2FS(1) General Commands Manual FUSE2FS(1)
2
3
4
6 fuse2fs - FUSE file system client for ext2/ext3/ext4 file systems
7
9 fuse2fs [ device/image ] [ mountpoint ] [ options ]
10
12 fuse2fs is a FUSE file system client that supports reading and writing
13 from devices or image files containing ext2, ext3, and ext4 file sys‐
14 tems.
15
17 general options:
18 -o opt,[opt...]
19 mount options
20
21 -h --help
22 print help
23
24 -V --version
25 print version
26
27 fuse2fs options:
28 -o ro read-only mount
29
30 -o errors=panic
31 dump core on error
32
33 -o minixdf
34 minix-style df
35
36 -o fakeroot
37 pretend to be root for permission checks
38
39 -o no_default_opts
40 do not include default fuse options
41
42 -o norecovery
43 do not replay the journal and mount the file system read-only
44
45 -o fuse2fs_debug
46 enable fuse2fs debugging
47
48 FUSE options:
49 -d -o debug
50 enable debug output (implies -f)
51
52 -f foreground operation
53
54 -s disable multi-threaded operation
55
56 For other FUSE options please see mount.fuse(8) or see the output of
57 fuse2fs --helpfull
58
60 fuse2fs is part of the e2fsprogs package and is available from
61 http://e2fsprogs.sourceforge.net.
62
64 ext4(5) e2fsck(8), mount.fuse(8)
65
66
67
68
69E2fsprogs version 1.46.5 December 2021 FUSE2FS(1)