logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fuse2fs - FUSE file system client for ext2/ext3/ext4 file systems

Availability

fuse2fs is part of the e2fsprogs package and is available from http://e2fsprogs.sourceforge.net.

Description

fuse2fs  is  a  FUSE  file  system  client  that supports reading and writing from devices or image files
       containing ext2, ext3, and ext4 file systems.

Name

       fuse2fs - FUSE file system client for ext2/ext3/ext4 file systems

Options

generaloptions:-o opt,[opt...]
              mount options

       -h--help
              print help

       -V--version
              print version

   fuse2fsoptions:-o ro  read-only mount

       -o errors=panic
              dump core on error

       -o minixdf
              minix-style df

       -o fakeroot
              pretend to be root for permission checks

       -o no_default_opts
              do not include default fuse options

       -o norecovery
              do not replay the journal and mount the file system read-only

       -o fuse2fs_debug
              enable fuse2fs debugging

   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 fuse2fs--helpfull

See Also

ext4(5) e2fsck(8), mount.fuse(8)

E2fsprogs version 1.47.2                          January 2025                                        FUSE2FS(1)

Synopsis

fuse2fs [ device/image ] [ mountpoint ] [ options ]

See Also