So I'm trying to mount my ext4 (with extents) partition on Mac OS X using MacFUSE (from MacPorts) and ext4fuse (compiled from git), but I just can't manage to do it. I'm trying to do it like this:
sudo ./ext4fuse /dev/disk0s3 ~/Mountpoint
or
sudo ./ext4fuse /dev/rdisk0s3 ~/Mountpoint
(I'm not sure what's the difference between disk and rdisk)
but I just end up with an unusable shortcut. What am I doing wrong?
Thank you all in advance