lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 23 Aug 2008 12:10:59 +0900
From:	OGAWA Hirofumi <hirofumi@...l.parknet.co.jp>
To:	Bart Trojanowski <bart@...ie.net>
Cc:	linux-kernel@...r.kernel.org, trivial@...nel.org
Subject: Re: [PATCH] document additional vfat mount options

Bart Trojanowski <bart@...ie.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@...l.parknet.co.jp>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ