-
Notifications
You must be signed in to change notification settings - Fork 149
Home
Rakesh Pandit edited this page Aug 19, 2021
·
23 revisions
- File ownership and permissions : the ownership and permissions of files, implemented according to POSIX rules, are interoperable with Windows.
- POSIX ACLs : the ACLs, are an extension to ownership and permissions, as defined in a POSIX draft.
- Junction points : the junction points and symbolic links created by Windows are seen as symbolic links.
- Access to NTFS Internal data : a few useful internal data are mapped to [extended attributes](Extended Attributes) for easier access.
- Compression : creating and updating compressed files are supported.
- Access to plugins for processing special file formats, such as the system compression of Windows 10.
- Plugin for reading the deduplicated files stored by Windows servers.
- Tools for managing ownership, permissions and ACLs : ntfssecaudit checks the integrity of ownership, permissions and ACL, ntfsusermap gives help to configure ownership.
- Applying unfinished metadata updates by ntfsrecover when a device was unsafely unplugged from Windows.
A general presentation of NTFS, NTFS-3G and Tuxera NTFS was made at the CELF Embedded Linux Conference at Grenoble, France, on Oct 16, 2009. This presentation is available here.
NTFS-3G project is sponsored by Tuxera Inc.