On Thu, May 14, 2015 at 10:27:58AM +0200, Jörg-Volker Peetz wrote: > > Also switching to relatime does not work with the mount command. Could it be a > problem with the mount package of debian? I'm using Debian Jessie: ii mount 2.25.2-6 amd64 Tools for mounting and manipulating filesystem The other difference might be what you and I have in our /etc/fstab? I have: LABEL=closure-root / ext4 errors=remount-ro 0 1 Can you also try something like this? # strace -o /tmp/st mount -o remount,nolazytime / # grep ^mount /tmp/st mount("/dev/sda3", "/", 0x1f21250, MS_MGC_VAL|MS_REMOUNT, "errors=remount-ro,lazytime") = 0 Cheers, - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html