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
mke2fs, and I couldn't find how it could have added a mount option. Is it possible you've also usedtune2fs -E mount_opts? – haggai_e Jan 22 at 18:41