Lines Matching +full:solid +full:- +full:state

1 .. SPDX-License-Identifier: GPL-2.0
10 NTFS3 is fully functional NTFS Read-Write driver. The driver works with NTFS
13 - This driver implements NTFS read/write support for normal, sparse and
15 - Supports native journal replaying.
16 - Supports NFS export of mounted NTFS volumes.
17 - Supports extended attributes. Predefined extended attributes:
19 - *system.ntfs_security* gets/sets security
23 - *system.ntfs_attrib* gets/sets ntfs file/dir attributes.
28 - *system.ntfs_attrib_be* gets/sets ntfs file/dir attributes.
30 Same value as system.ntfs_attrib but always represent as big-endian
40 .. flat-table::
42 :fill-cells:
44 * - iocharset=name
45 - This option informs the driver how to interpret path strings and
51 * - uid=
52 - :rspan:`1`
53 * - gid=
55 * - umask=
56 - Controls the default permissions for files/directories created after
59 * - dmask=
60 - :rspan:`1` Instead of specifying umask which applies both to files and
62 * - fmask=
64 * - nohidden
65 - Files with the Windows-specific HIDDEN (FILE_ATTRIBUTE_HIDDEN) attribute
68 * - sys_immutable
69 - Files with the Windows-specific SYSTEM (FILE_ATTRIBUTE_SYSTEM) attribute
72 * - hide_dot_files
73 - Updates the Windows-specific HIDDEN (FILE_ATTRIBUTE_HIDDEN) attribute
78 * - windows_names
79 - Prevents the creation of files and directories with a name not allowed
83 name (CON, AUX, NUL, PRN, LPT1-9, COM1-9) or because the last character
86 * - discard
87 - Enable support of the TRIM command for improved performance on delete
88 operations, which is recommended for use with the solid-state drives
91 * - force
92 - Forces the driver to mount partitions even if volume is marked dirty.
95 * - sparse
96 - Create new files as sparse.
98 * - showmeta
99 - Use this parameter to show all meta-files (System Files) on a mounted
100 NTFS partition. By default, all meta-files are hidden.
102 * - prealloc
103 - Preallocate space for files excessively when file size is increasing on
107 * - acl
108 - Support POSIX ACLs (Access Control Lists). Effective if supported by
114 - Full journaling support over JBD. Currently journal replaying is supported
119 - Commercial version of the NTFS driver for Linux.
120 https://www.paragon-software.com/home/ntfs-linux-professional/
122 - Direct e-mail address for feedback and requests on the NTFS3 implementation.
123 almaz.alexandrovich@paragon-software.com