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

Nothing happens #126

Closed DUOLabs333 closed 2 years ago

DUOLabs333 commented 2 years ago

I'm on an M1 Macbook running Big Sur. However, when I compile it, and try to run with sudo fuse-ext2/fuse-ext2 ~/Arch/Arch.img ~/mounts/Arch, it exits, but nothing happens.

DUOLabs333 commented 2 years ago

Apparently, you had to mount it with hdiutil. Doesn't fuse-ext2 say it supports image files?