File:NTPermissions.png · Wikimedia Commons · See Wikimedia Commons
NTFS
Sign in to saveAlso known as New Technology File System
NT File System (NTFS) is a proprietary journaling file system developed by Microsoft in the 1990s.
Key facts
- File system.max_file_size
- 16EB − 1KB (format);16TB − 64KB (Windows 7, Windows Server 2008 R2 or earlier implementation)256TB − 64KB (Windows 8, Windows Server 2012 or later implementation)8PB − 2MB (Windows 10 version 1709, Windows Server 2019 or later implementation)
- File system.max_files_no
- 4,294,967,295 (232−1)
- File system.max_filename_size
- 255 UTF-16 code units
- File system.dates_recorded
- Creation, modification, POSIX change, access
- File system.date_range
- 1 January 1601 – 14 Sept 30828 or 28 May 60056 (File times are 64-bit numbers counting 100-nanosecond intervals (ten million per second) from 1601)
- File system.date_resolution
- 100 ns
- File system.forks_streams
- Yes (see below)
- File system.attributes
- Read-only, hidden, system, archive, not content indexed, off-line, temporary, compressed, encrypted
- File system.file_system_permissions
- ACLs
- File system.compression
- Per-file, LZ77 (Windows NT 3.51 onward)
- File system.encryption
- Per-file,DESX (Windows 2000 onward),Triple DES (Windows XP onward),AES (Windows XP Service Pack 1, Windows Server 2003 onward)
- File system.OS
- Windows NT 3.1 and laterMac OS X 10.3 and later (read-only)Linux kernel version 2.6 and laterLinux kernel versions 2.2–2.4 (read-only)FreeBSDNetBSDOpenBSD (read-only)ChromeOSSolarisReactOS (read-only)
- File system.introduction_os
- Windows NT 3.1
- File system.single_instance_storage
- Yes (Windows Server 2012)
- File system.developer
- Microsoft
- File system.name
- NT File System
- File system.full_name
- NT File System
- File system.partition_id
- (MBR) (GPT)
via Wikipedia infobox
Described at
Link to a page describing this subject · 40,000 chars · not written by Vinony
Wikidata facts
Show 3 more facts
- Stack Exchange tag
- stackoverflow.com/tags/ntfs
- described at URL
- www.sweetscape.com/010editor/repository/files/Drive.bt
- partition type identifier
- EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
Sources (2)
via Wikidata · CC0
~55 min read
Article
42 sectionsContents
- History
- Versions
- Scalability
- Interoperability
- Windows
- FreeBSD
- Linux
- macOS
- OS/2
- DOS
- Security
- Access control lists (ACLs)
- Encryption
- Features
- Journaling
- Hard links
- Alternate data stream (ADS)
- File compression
- Advantages
- Disadvantages
- System compression
- Sparse files
- Volume Shadow Copy
- Transactions
- Quotas
- Reparse points
- Date and time
- Limitations
- Resizing
- OneDrive
- Structure
- {{Anchor|PBS}} Partition Boot Sector (PBS)
- Metafiles
- Attribute lists, attributes, and streams
- Resident vs. non-resident attributes
- Opportunistic locks
- Time
- See also
- Notes
- References
- Further reading
- External links
NT File System (NTFS) is a proprietary journaling file system developed by Microsoft in the 1990s.
It was developed to overcome scalability, security and other limitations with FAT. NTFS adds several features that FAT and HPFS lack, including: access control lists (ACLs); filesystem encryption; transparent compression; sparse files; file system journaling and volume shadow copy, a feature that allows backups of a system while in use.