alperakcan / fuse-ext2

Fuse-ext2 is a multi OS FUSE module to mount ext2, ext3 and ext4 file system devices and/or images with read write support.
GNU General Public License v2.0
804 stars 130 forks source link

fuse2fs? #108

Open metafarion opened 4 years ago

metafarion commented 4 years ago

Completely unrelated to my last issue, I was wondering from a technical standpoint, what is the difference between fuse-ext2 and fuse2fs (which is part of e2fsprogs). Is fuse2fs lacking certain functionality? I'd originally come to fuse-ext2 searching for a way to read an ext4 filesystem with 64k sector size (and it worked btw, thx!), but on closer examination, fuse2fs can do that too.