Other ext2fs - unsupported features

I am unable to mount an ext4 partition using ext2fs (I'm trying to get write access) and get an error complaining about unsupported optional features - 64 bit .

Is there any way to gain write access to ext4 partitions?
 
Last I heard ext3 and ext4 are read-only.
They are soft journaling filesystems and FreeBSD has no mechanism to handle Linux filesystem journaling.
Even fusefs only mounts them read only.
I also had trouble with FreeBSD messing up the journal after fusefs mounting, so back on Linux I had to fix the journal.
 
Back
Top