On 02/22/2017 06:09 AM, Jody Bruchon wrote: > On 2017-02-22 2:28 AM, Mattias Schlenker wrote: >> Am 21.02.2017 um 22:09 schrieb David Henderson: >> >>> EXT4-fs (sde2): couldn't mount as ext3 due to feature incompatibilities >>> EXT4-fs (sde2): couldn't mount as ext2 due to feature incompatibilities >> >> Are you in control of the kernel configuration? In this case it is >> better to use the ext4 driver for ext2/3/4 > Those messages appear to be from the ext4 driver.
Way back when I wrote toybox mount code that autodetected the filesystem type, I had it default to MS_SILENT so it wouldn't spam dmesg when it tried to mount things using the wrong driver. It looks like the ext4 driver is ignoring that flag, which technically is a bug in the kernel. Rob _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
