I am trying to use mmp on an ubuntu server 11.10 64 bits.

I successfully installed e2fsprogs 1.42 and executed :

**mke2fs -t ext4 -O mmp /dev/sda**
[...]
Multiple mount protection is enabled with update interval 5 seconds.
[...]

**mount -t ext4 /dev/sda /mnt/ext4disk**
[ 4098.284894] EXT4-fs (sda): Unrecognized mount option "mmp" or missing value
mount: wrong fs type, bad option, bad superblock [...] try dmesg | tail or so

**dmesg | tail**
[...]Couldn't mount because of unsupported optional features (100)[...]

What am I missing? Any help appreciated

link|improve this question
I've tried to read the sources of mke2fs, and I couldn't find how it could have added a mount option. Is it possible you've also used tune2fs -E mount_opts? – haggai_e Jan 22 at 18:41
Did you check out the latest version? Apparently they added mmp in 1.42 (e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42) – user1163651 Jan 22 at 22:25
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.