Florian Philipp wrote:
Wil Reichert schrieb:
[...]
Funny, I always thought the 'defaults' in the 4th column was a no-op,
kinda like 'none' in the device column for tmpfs. Seems its got other
implications -
defaults
Use default options: rw, suid, dev, exec, auto, nouser, and async.
Wil
You are right on this one: You don't need to specify 'defaults' if there
is another entry. 'defaults,noatime' is absolutely equal to just
'noatime'. It's just there to have something in that column.
I have "defaults,noatime" and yet mount reports:
/dev/root on / type ext4 (rw,noatime,barrier=1,data=ordered)
Where does "rw,barrier=1,data=ordered" come from if not from "defaults"?