lkml.org 
[lkml]   [2008]   [Aug]   [22]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
FromOGAWA Hirofumi <>
SubjectRe: [PATCH] document additional vfat mount options
DateSat, 23 Aug 2008 12:10:59 +0900
Bart Trojanowski <bart@jukie.net> writes:

Thanks. However, some parts seem not true. I'll change those to the following.

> +nocase        -- If set, files and directories read from device will have
> +                 their names converted to lowercase.  Not set by
> +                 default.

nocase           -- This was deprecated for vfat. Use shortname=win95 instead.

> +showexec      -- If set, files that end if .EXE, .COM, or .BAT will have
> +                 the execute permission bits set.  Not set by default,
> +                 in which case all files show up with the execute bits set.

showexec         -- If set, the execute permission bits of the file will be
		    allowed only if the extension part of the name is .EXE,
                    .COM, or .BAT. Not set by default.

> +sys_immutable -- If set, all files on this filesystem which have the SYS
> +                 attribute (DOS bit) set will become IMMUTABLE (inode flag)
> +                 preventing write operations on these files.  Not set by
> +                 default.

sys_immutable    -- If set, ATTR_SYS attribute on FAT is handled as
		    IMMUTABLE flag on Linux. Not set by default.

> +flush         -- If set, modified inodes will be flushed to disk on file
> +                 close system call.  This is ideal for USB connected
> +                 devices.  Not set by default.

flush            -- If set, the filesystem will try to flush to disk more
		    early than normal. Not set by default.
-- 
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>


\
 
 \ /
  Last update: 2008-08-23 05:13    [from the cache]
©2003-2008