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

fs/ntfs3: Document the hidedotfiles mount option

Add documentation for the hidedotfiles mount option.
Signed-off-by: NDaniel Pinto <danielpinto52@gmail.com>
Signed-off-by: NKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
上级 19b42450
...@@ -75,6 +75,12 @@ this table marked with no it means default is without **no**. ...@@ -75,6 +75,12 @@ 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.
* - hidedotfiles
- Updates the Windows-specific HIDDEN (FILE_ATTRIBUTE_HIDDEN) attribute
when creating and moving or renaming files. Files whose names start
with a dot will have the HIDDEN attribute set and files whose names
do not start with a dot will have it unset.
* - windows_names * - windows_names
- Prevents the creation of files and directories with a name not allowed - Prevents the creation of files and directories with a name not allowed
by Windows, either because it contains some not allowed character (which by Windows, either because it contains some not allowed character (which
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册