ntfs3.rst (60adc860ca7d7a95d5befd2d3c3e644d23706b2c) ntfs3.rst (dc0fcc99b1756c3c703326aa0015ed73fc4e9a73)
1.. SPDX-License-Identifier: GPL-2.0
2
3=====
4NTFS3
5=====
6
7Summary and Features
8====================

--- 61 unchanged lines hidden (view full) ---

70 * - nohidden
71 - Files with the Windows-specific HIDDEN (FILE_ATTRIBUTE_HIDDEN) attribute
72 will not be shown under Linux.
73
74 * - sys_immutable
75 - Files with the Windows-specific SYSTEM (FILE_ATTRIBUTE_SYSTEM) attribute
76 will be marked as system immutable files.
77
1.. SPDX-License-Identifier: GPL-2.0
2
3=====
4NTFS3
5=====
6
7Summary and Features
8====================

--- 61 unchanged lines hidden (view full) ---

70 * - nohidden
71 - Files with the Windows-specific HIDDEN (FILE_ATTRIBUTE_HIDDEN) attribute
72 will not be shown under Linux.
73
74 * - sys_immutable
75 - Files with the Windows-specific SYSTEM (FILE_ATTRIBUTE_SYSTEM) attribute
76 will be marked as system immutable files.
77
78 * - hidedotfiles
78 * - hide_dot_files
79 - Updates the Windows-specific HIDDEN (FILE_ATTRIBUTE_HIDDEN) attribute
80 when creating and moving or renaming files. Files whose names start
81 with a dot will have the HIDDEN attribute set and files whose names
82 do not start with a dot will have it unset.
83
84 * - windows_names
85 - Prevents the creation of files and directories with a name not allowed
86 by Windows, either because it contains some not allowed character (which

--- 43 unchanged lines hidden ---
79 - Updates the Windows-specific HIDDEN (FILE_ATTRIBUTE_HIDDEN) attribute
80 when creating and moving or renaming files. Files whose names start
81 with a dot will have the HIDDEN attribute set and files whose names
82 do not start with a dot will have it unset.
83
84 * - windows_names
85 - Prevents the creation of files and directories with a name not allowed
86 by Windows, either because it contains some not allowed character (which

--- 43 unchanged lines hidden ---