[systemd-bugs] [Bug 53205] mount should support bind mount with new options
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Aug 14 13:50:52 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=53205
--- Comment #1 from Andrew Walrond <andrew at walrond.org> 2012-08-14 20:50:52 UTC ---
Yes this bit me also, but I'm using fstab entries like this:
LABEL=var /var auto defaults,relatime 0 1
/var/home /home none bind,noatime,auto 0 0
/home does not get mounted noatime until I do
mount -o remount,bind
after boot.
So a big +1 from me for fixing this.
Karel Zak (util-linux maintainer) explains this stuff nicely in the context of
the 'ro' attribute on his blog
http://karelzak.blogspot.co.uk/2011/04/bind-mounts-mtab-and-read-only.html
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the systemd-bugs
mailing list