Scroll to navigation

FUSE-EXT2(1) General Commands Manual FUSE-EXT2(1)

NAME

fuse-ext2fuse2fs compatibility wrapper

SYNOPSIS

fuse-ext2 [-hv] [-o ro|force|allow_others[,…]]… device|image mountpoint

DESCRIPTION

This wrapper provides the fuse-ext2 interface via fuse2fs(1), which you should migrate to instead.

OPTIONS

, --help
Show usage string.
, --verbose
Ignored.
, --options option[,…]
mount.fuse3(8) options, of which these are handled specially:
Mount read-only.
Mount read-write force also given. This is the default.
Same as -o rw,force
Ignored.
If rw, mount read-write.
all other options are forwarded to fuse2fs directly.

If rw but not force, the mount is read-only and a warning is issued.

October 24, 2024 fuse2fs