From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodore Ts'o Subject: Re: ext4 lazytime: ctime of some files changed Date: Thu, 14 May 2015 08:38:48 -0400 Message-ID: <20150514123848.GD28473@thunk.org> References: <55531AE3.7030704@web.de> <20150514021728.GA28473@thunk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: linux-fsdevel@vger.kernel.org To: =?iso-8859-1?Q?J=F6rg-Volker?= Peetz Return-path: Received: from imap.thunk.org ([74.207.234.97]:35978 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932428AbbENMiw (ORCPT ); Thu, 14 May 2015 08:38:52 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, May 14, 2015 at 10:27:58AM +0200, J=F6rg-Volker Peetz wrote: >=20 > Also switching to relatime does not work with the mount command. Coul= d it be a > problem with the mount package of debian? I'm using Debian Jessie: ii mount 2.25.2-6 amd64 Tools for moun= ting and manipulating filesystem The other difference might be what you and I have in our /etc/fstab? I have: LABEL=3Dclosure-root / ext4 errors=3Dremount-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=3Drem= ount-ro,lazytime") =3D 0 Cheers, - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel= " in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html