Mac Os X ext4fuse allow read for users
I’ve patched the latest version of ext4fuse to allow users to read the mounted partition. You can download the source archive here: ext4fuse.tgz. And here the i386 binary: ext4fuse_binary_i386.tgz [compiled on MacOsX 10.6.8 Darwin Kernel Version 10.8.0 i386]
To compile ext4fuse I’ve installed Xcode & iOS SDK and MacPorts. After you can simply run command:
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig make
To mount:
sudo mkdir /Volumes/ext4disk sudo ./ext4fuse /dev/disk0s3 /Volumes/ext4disk
where /Volumes/ext4disk is your mountpoint and /dev/disk0s3 is your ext4 partition.
Now your mountpoint is user-readable. I hope this will be useful to someone :)


