vfat: change the default from shortname=lower to shortname=mixed
[pandora-kernel.git] / Documentation / filesystems / vfat.txt
index 3a5ddc9..eed520f 100644 (file)
@@ -102,7 +102,7 @@ shortname=lower|win95|winnt|mixed
                 winnt: emulate the Windows NT rule for display/create.
                 mixed: emulate the Windows NT rule for display,
                        emulate the Windows 95 rule for create.
-                Default setting is `lower'.
+                Default setting is `mixed'.
 
 tz=UTC        -- Interpret timestamps as UTC rather than local time.
                  This option disables the conversion of timestamps
@@ -124,14 +124,19 @@ sys_immutable -- If set, ATTR_SYS attribute on FAT is handled as
 flush         -- If set, the filesystem will try to flush to disk more
                 early than normal. Not set by default.
 
-rodir        -- FAT has the ATTR_RO (read-only) attribute. But on Windows,
-                the ATTR_RO of the directory will be just ignored actually,
-                and is used by only applications as flag. E.g. it's setted
-                for the customized folder.
+rodir        -- FAT has the ATTR_RO (read-only) attribute. On Windows,
+                the ATTR_RO of the directory will just be ignored,
+                and is used only by applications as a flag (e.g. it's set
+                for the customized folder).
 
                 If you want to use ATTR_RO as read-only flag even for
                 the directory, set this option.
 
+errors=panic|continue|remount-ro
+             -- specify FAT behavior on critical errors: panic, continue
+                without doing anything or remount the partition in
+                read-only mode (default behavior).
+
 <bool>: 0,1,yes,no,true,false
 
 TODO