FUSE-EXT2 - FUSE module for Second Extended File System
fuse-ext2 [OPTION]... imagefile
mountpoint
fuse-ext2 imagefile mountpoint
[OPTION]...
Fuse-ext2 mounts an ext2/ext3/ext4 partition or image file. It
uses Fuse support (Filesystem in Userspace) included in modern Linux
kernels. The same module is available for view-os (umview(1), kmview(1))
under the name umfuseext2.
- -o force
- force read-write mount (EXPERIMENTAL, the option rw without
force mounts the file system in read-only mode, with a
warning).
- -o rw+
- enable read-write mount (EXPERIMENTAL, is a shortcut for -o
rw,force)