diff options
author | Daniel Pinto <danielpinto52@gmail.com> | 2022-10-10 12:16:29 +0100 |
---|---|---|
committer | Konstantin Komarov <almaz.alexandrovich@paragon-software.com> | 2022-11-12 20:59:42 +0300 |
commit | d683c67c5f50802b9b14ea29d89d66a25327e965 (patch) | |
tree | 55e01968f06bd683f7a02c0b6a6692fb9cfff0d4 /Documentation | |
parent | 1d07a9dfa19914ad27bdb9ec9ac0baa2329b2ae3 (diff) | |
download | linux-stable-d683c67c5f50802b9b14ea29d89d66a25327e965.tar.gz linux-stable-d683c67c5f50802b9b14ea29d89d66a25327e965.tar.bz2 linux-stable-d683c67c5f50802b9b14ea29d89d66a25327e965.zip |
fs/ntfs3: Document windows_names mount option
Add documentation for windows_names mount option.
Signed-off-by: Daniel Pinto <danielpinto52@gmail.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/filesystems/ntfs3.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/filesystems/ntfs3.rst b/Documentation/filesystems/ntfs3.rst index d67ccd22c63b..cda8e0e010d4 100644 --- a/Documentation/filesystems/ntfs3.rst +++ b/Documentation/filesystems/ntfs3.rst @@ -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 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 - Enable support of the TRIM command for improved performance on delete operations, which is recommended for use with the solid-state drives |