未验证 提交 d683c67c 编写于 作者: D Daniel Pinto 提交者: Konstantin Komarov

fs/ntfs3: Document windows_names mount option

Add documentation for windows_names mount option.
Signed-off-by: NDaniel Pinto <danielpinto52@gmail.com>
Signed-off-by: NKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
上级 1d07a9df
...@@ -75,6 +75,14 @@ this table marked with no it means default is without **no**. ...@@ -75,6 +75,14 @@ this table marked with no it means default is without **no**.
- Files with the Windows-specific SYSTEM (FILE_ATTRIBUTE_SYSTEM) attribute - Files with the Windows-specific SYSTEM (FILE_ATTRIBUTE_SYSTEM) attribute
will be marked as system immutable files. will be marked as system immutable files.
* - windows_names
- Prevents the creation of files and directories with a name not allowed
by Windows, either because it contains some not allowed character (which
are the characters " * / : < > ? \\ | and those whose code is less than
0x20), because the name (with or without extension) is a reserved file
name (CON, AUX, NUL, PRN, LPT1-9, COM1-9) or because the last character
is a space or a dot. Existing such files can still be read and renamed.
* - discard * - discard
- Enable support of the TRIM command for improved performance on delete - Enable support of the TRIM command for improved performance on delete
operations, which is recommended for use with the solid-state drives operations, which is recommended for use with the solid-state drives
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册