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

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

20
21 Descriptor: SECURITY_DESCRIPTOR_RELATIVE
22
23 - *system.ntfs_attrib* gets/sets ntfs file/dir attributes.
24
25 Note: Applied to empty files, this allows to switch type between
26 sparse(0x200), compressed(0x800) and normal.
27
1.. SPDX-License-Identifier: GPL-2.0
2
3=====
4NTFS3
5=====
6
7Summary and Features
8====================

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

20
21 Descriptor: SECURITY_DESCRIPTOR_RELATIVE
22
23 - *system.ntfs_attrib* gets/sets ntfs file/dir attributes.
24
25 Note: Applied to empty files, this allows to switch type between
26 sparse(0x200), compressed(0x800) and normal.
27
28 - *system.ntfs_attrib_be* gets/sets ntfs file/dir attributes.
29
30 Same value as system.ntfs_attrib but always represent as big-endian
31 (endianness of system.ntfs_attrib is the same as of the CPU).
32
28Mount Options
29=============
30
31The list below describes mount options supported by NTFS3 driver in addition to
32generic ones. You can use every mount option with **no** option. If it is in
33this table marked with no it means default is without **no**.
34
35.. flat-table::

--- 94 unchanged lines hidden ---
33Mount Options
34=============
35
36The list below describes mount options supported by NTFS3 driver in addition to
37generic ones. You can use every mount option with **no** option. If it is in
38this table marked with no it means default is without **no**.
39
40.. flat-table::

--- 94 unchanged lines hidden ---