From: Theodore Ts'o <tytso@mit.edu>
To: "Jörg-Volker Peetz" <jvpeetz@web.de>
Cc: linux-fsdevel@vger.kernel.org
Subject: Re: ext4 lazytime: ctime of some files changed
Date: Thu, 14 May 2015 08:38:48 -0400 [thread overview]
Message-ID: <20150514123848.GD28473@thunk.org> (raw)
In-Reply-To: <mj1maf$qnm$1@ger.gmane.org>
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2015-05-14 12:38 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-13 9:35 ext4 lazytime: ctime of some files changed Jörg-Volker Peetz
2015-05-13 16:20 ` Jörg-Volker Peetz
2015-05-14 22:20 ` Theodore Ts'o
2015-05-15 7:17 ` Jörg-Volker Peetz
2015-05-15 15:14 ` Jörg-Volker Peetz
2015-05-15 23:11 ` Theodore Ts'o
2015-05-20 8:48 ` Jörg-Volker Peetz
2015-05-23 13:24 ` Jörg-Volker Peetz
2015-05-14 2:17 ` Theodore Ts'o
2015-05-14 8:27 ` Jörg-Volker Peetz
2015-05-14 12:38 ` Theodore Ts'o [this message]
2015-05-14 12:58 ` Jörg-Volker Peetz
2015-05-14 13:09 ` Jörg-Volker Peetz
2015-05-14 17:58 ` Jörg-Volker Peetz
2015-05-14 8:34 ` Jörg-Volker Peetz
2015-05-16 14:30 ` Holger Hoffstätte
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150514123848.GD28473@thunk.org \
--to=tytso@mit.edu \
--cc=jvpeetz@web.de \
--cc=linux-fsdevel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.