Codebase list partman-basicfilesystems / f31b4e7
* Add support for relatime mount option (see http://lkml.org/lkml/2006/8/25/380; requires util-linux(-ng) 2.13). r48912 Colin Watson 16 years ago
3 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
11
22 * Resolve symlinks before looking up devices in /proc/swaps.
33 * Use 'mkdir -p' rather than more awkward test-then-create constructions.
4 * Add support for relatime mount option (see
5 http://lkml.org/lkml/2006/8/25/380; requires util-linux(-ng) 2.13).
46
57 -- Colin Watson <cjwatson@debian.org> Mon, 16 Jul 2007 17:44:44 +0100
68
225225 # Note to translators : Please keep your translations of the choices
226226 # below a 65 columns limit (which means 65 characters
227227 # in single-byte languages)
228 __Choices: noatime - do not update inode access times at each access, nodev - do not support character or block special devices, nosuid - ignore set-user-identifier or set-group-identifier bits, noexec - do not allow execution of any binaries, ro - mount the file system read-only, sync - all input/output activities occur synchronously, usrquota - user disk quota accounting enabled, grpquota - group disk quota accounting enabled, user_xattr - support user extended attributes
228 __Choices: noatime - do not update inode access times at each access, relatime - update inode access times relative to modify time, nodev - do not support character or block special devices, nosuid - ignore set-user-identifier or set-group-identifier bits, noexec - do not allow execution of any binaries, ro - mount the file system read-only, sync - all input/output activities occur synchronously, usrquota - user disk quota accounting enabled, grpquota - group disk quota accounting enabled, user_xattr - support user extended attributes
229229 _Description: Mount options:
230230 Mount options can tune the behavior of the file system.
231231
00 noatime
1 relatime
12 nodev
23 nosuid
34 noexec