On Sun, Jul 24, 2011 at 07:09:47PM +0100, Daniel Drake wrote: > > When the error occurs, dmesg says: > [ 5495.860391] EXT4-fs (loop0): Unrecognized mount option "seclabel" > or missing value > > Here is the corresponding entry from /proc/mounts: > /dev/loop0 /home/dsd/tmpdisk/mountpt ext4 > rw,seclabel,relatime,barrier=1,data=ordered 0 0 > > Is this a util-linux bug? Or an ext4 issue? Or a selinux thing; "seclabel" seems to be SELinux's fault: % git grep LABELSUPP_STR security/selinux/hooks.c: {Opt_labelsupport, LABELSUPP_STR}, security/selinux/hooks.c: seq_puts(m, LABELSUPP_STR); security/selinux/hooks.c: match_prefix(LABELSUPP_STR, sizeof(LABEL security/selinux/include/security.h:#define LABELSUPP_STR "seclabel" Personally, I find my life has been much happier since I gave up on SELinux as being too complicated to be secure. - Ted -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html