From: Andries Brouwer <Andries.Brouwer@cwi.nl>
To: Linus Torvalds <torvalds@osdl.org>
Cc: Andries Brouwer <Andries.Brouwer@cwi.nl>,
akpm@osdl.org, linux-kernel@vger.kernel.org
Subject: [PATCH] ext2 mount options doc
Date: Sat, 28 Aug 2004 23:30:14 +0200 [thread overview]
Message-ID: <20040828213014.GA2079@apps.cwi.nl> (raw)
In-Reply-To: <Pine.LNX.4.58.0408271856071.14196@ppc970.osdl.org>
Updated mount.8, and in the process added a few words to
Documentation/filesystems/ext2.txt too.
Andries
diff -uprN -X /linux/dontdiff a/Documentation/filesystems/ext2.txt b/Documentation/filesystems/ext2.txt
--- a/Documentation/filesystems/ext2.txt 2003-12-18 03:58:28.000000000 +0100
+++ b/Documentation/filesystems/ext2.txt 2004-08-28 23:17:15.000000000 +0200
@@ -12,29 +12,47 @@ Options
=======
When mounting an ext2 filesystem, the following options are accepted.
-Defaults are marked with (*).
+Most defaults are determined by the filesystem superblock, and can be
+set using tune2fs(8). Kernel-determined defaults are indicated by (*).
bsddf (*) Makes `df' act like BSD.
minixdf Makes `df' act like Minix.
+check Check block and inode bitmaps at mount time
+ (requires CONFIG_EXT2_CHECK).
check=none, nocheck (*) Don't do extra checking of bitmaps on mount
(check=normal and check=strict options removed)
debug Extra debugging information is sent to the
kernel syslog. Useful for developers.
-errors=continue (*) Keep going on a filesystem error.
+errors=continue Keep going on a filesystem error.
errors=remount-ro Remount the filesystem read-only on an error.
errors=panic Panic and halt the machine if an error occurs.
grpid, bsdgroups Give objects the same group ID as their parent.
-nogrpid, sysvgroups (*) New objects have the group ID of their creator.
+nogrpid, sysvgroups New objects have the group ID of their creator.
resuid=n The user ID which may use the reserved blocks.
resgid=n The group ID which may use the reserved blocks.
sb=n Use alternate superblock at this location.
+nouid32 Use 16-bit UIDs and GIDs.
+
+oldalloc Use old allocator for new inodes.
+orlov (*) Use Orlov allocator.
+
+nobh Do not attach buffer_heads to file pagecache.
+
+user_xattr Support "user." extended attributes
+ (requires CONFIG_EXT2_FS_XATTR).
+nouser_xattr Don't support "user." extended attributes.
+
+acl Support POSIX Access Control Lists
+ (requires CONFIG_EXT2_FS_POSIX_ACL).
+noacl Don't support POSIX ACLs.
+
grpquota,noquota,quota,usrquota Quota options are silently ignored by ext2.
next prev parent reply other threads:[~2004-08-28 21:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-27 16:06 [PATCH] reiserfs/xattr fix Andries.Brouwer
2004-08-27 18:04 ` Linus Torvalds
2004-08-28 1:19 ` [PATCH] remove unused ext2_panic Andries Brouwer
2004-08-28 1:58 ` Linus Torvalds
2004-08-28 21:30 ` Andries Brouwer [this message]
2004-08-28 21:46 ` [PATCH] ext2 mount options doc Andrew Morton
2004-08-28 22:08 ` Andries Brouwer
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=20040828213014.GA2079@apps.cwi.nl \
--to=andries.brouwer@cwi.nl \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.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.