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 fuse2fs_debug
43 enable fuse2fs debugging
44
45 FUSE options:
46 -d -o debug
47 enable debug output (implies -f)
48
49 -f foreground operation
50
51 -s disable multi-threaded operation
52
53 For other FUSE options please see mount.fuse(8) or see the output of
54 fuse2fs --helpfull
55
57 fuse2fs is part of the e2fsprogs package and is available from
58 http://e2fsprogs.sourceforge.net.
59
61 ext4(5) e2fsck(8), mount.fuse(8)
62
63
64
65
66E2fsprogs version 1.45.6 March 2020 FUSE2FS(1)