Jump to content

NTFS

From Wikipedia, the free encyclopedia
(Redirected fromNtfs)
NT File System[1]
Developer(s)Microsoft
Full nameNT File System[2]
IntroducedJuly 27, 1993;31 years ago(1993-07-27)withWindows NT 3.1
Partition IDs0x07(MBR)
EBD0A0A2-B9E5-4433-87C0-68B6B72699C7(GPT)
Structures
Directory contentsB-treevariant[3][4]
File allocationBitmap
Bad blocks$BadClus (MFT Record)
Limits
Max volume size264clusters− 1 cluster (format);
256TB[a]− 64KB[a](Windows 10version 1703,Windows Server 2016or earlier implementation)[5]
8PB[a]− 2MB[a](Windows 10 version 1709,Windows Server 2019or later implementation)[6]
Max file size16EB[a]− 1KB(format);
16TB− 64KB(Windows 7,Windows Server 2008 R2or earlier implementation)[5]
256TB− 64KB(Windows 8,Windows Server 2012or later implementation)[7]
8PB− 2MB(Windows 10 version 1709,Windows Server 2019or later implementation)[6]
Maxno.of files4,294,967,295 (232−1)[5]
Max filename length255UTF-16code units[8]
Allowed filename
characters
  • InWin32namespace: anyUTF-16code unit (case-insensitive) except/\:* "?<>|as well asNUL[8]
  • InPOSIXnamespace: anyUTF-16code unit (case-sensitive) except/as well asNUL
Features
Dates recordedCreation, modification, POSIX change, access
Date range1 January 1601 – 14 Sept 30828 (File times are 64-bit positive signed numbers[9]counting 100-nanosecond intervals (ten million per second) since 1601, which is more than 32,000 years)
Date resolution100 ns
ForksYes (see§ Alternate data stream (ADS)below)
AttributesRead-only, hidden, system, archive, not content indexed, off-line, temporary, compressed, encrypted
File system
permissions
ACLs
Transparent
compression
Per-file,LZ77(Windows NT 3.51onward)
Transparent
encryption
Per-file,
DESX(Windows 2000onward),
Triple DES(Windows XPonward),
AES(Windows XP Service Pack 1,Windows Server 2003onward)
Data deduplicationYes (Windows Server 2012)[10]
Other
Supported
operating systems
Windows NT 3.1and later
Mac OS X 10.3and later (read-only)
Linux kernelversion 2.6 and later
Linux kernel versions 2.2-2.4 (read-only)
FreeBSD
NetBSD
OpenBSD(read-only)
ChromeOS
Solaris
ReactOS(read-only)

NT File System(NTFS) (commonly calledNew Technology File System) is a proprietaryjournaling file systemdeveloped byMicrosoftin the 1990s.[11][12][2]

It was developed to overcome scalability, security and other limitations withFAT.[13]NTFS adds several features thatFATandHPFSlack including:access control lists(ACLs); filesystem encryption; transparent compression;sparse files;file system journalingandvolume shadow copy,a feature that allows backups of a system while in use.

Starting withWindows NT 3.1,it is the default file system of theWindows NTfamily superseding theFile Allocation Table(FAT) file system.[14]NTFS read/write support is available onLinuxandBSDusingNTFS3inLinuxandNTFS-3GinBSD.[15][16]

NTFS uses several files hidden from the user to store metadata about other files stored on the drive which can help improve speed and performance when reading data.[1]

History

[edit]

In the mid-1980s,MicrosoftandIBMformed a joint project to create the next generation of graphicaloperating system;the result wasOS/2andHPFS.Because Microsoft disagreed with IBM on many important issues, they eventually separated; OS/2 remained an IBM project and Microsoft worked to developWindows NTand NTFS.

TheHPFSfile system for OS/2 contained several important new features. When Microsoft created their new operating system, they borrowed many of these concepts for NTFS.[17]The original NTFS developers wereTom Miller,Gary Kimura, Brian Andrew, and David Goebel.[18]

Probably as a result of this common ancestry, HPFS and NTFS use the samedisk partitionidentification type code (07). Using the same Partition ID Record Number is highly unusual, since there were dozens of unused code numbers available, and other major file systems have their own codes. For example, FAT has more than nine (one each forFAT12,FAT16,FAT32,etc.). Algorithms identifying the file system in a partition type 07 must perform additional checks to distinguish between HPFS and NTFS.

Versions

[edit]

Microsoft has released five versions of NTFS:

NTFS version number First operating system Release date New features Remarks
1.0 Windows NT 3.1 1993[14] Initial version NTFS 1.0 is incompatible with 1.1 and newer: volumes written by Windows NT 3.5x cannot be read by Windows NT 3.1 until an update (available on the NT 3.5x installation media) is installed.[19]
1.1 Windows NT 3.5 1994 Named streams andaccess control lists[20] NTFS compression support was added inWindows NT 3.51
1.2 Windows NT 4.0 1996 Security descriptors Commonly called NTFS 4.0 after the OS release
3.0 Windows 2000 2000 Disk quotas, file-level encryption in a form ofEncrypting File System,sparse files,reparse points,update sequence number (USN) journaling,distributed link tracking, the$Extendfolder and its files Compatibility was also made available for Windows NT 4.0 with the Service Pack 4 update. Commonly called NTFS 5.0 after the OS release.[21]
3.1 Windows XP October 2001 Expanded theMaster File Table(MFT) entries with redundant MFT record number (useful for recovering damaged MFT files) Commonly called NTFS 5.1 after the OS release. LFS version 1.1 was replaced by version 2.0 as of Windows 8 to improve performance.

TheNTFS.sysversion number (e.g. v5.0 in Windows 2000) is based on the operating system version; it should not be confused with the NTFS version number (v3.1 since Windows XP).[22][23]

Although subsequent versions of Windows added new file system-related features, they did not change NTFS itself. For example,Windows VistaimplementedNTFS symbolic links,Transactional NTFS,partition shrinking, and self-healing.[24]NTFS symbolic links are a new feature in the file system; all the others are new operating system features that make use of NTFS features already in place.

Scalability

[edit]

NTFS is optimized for 4KB[a]clusters,but supports a maximum cluster size of 2MB[a].(Earlier implementations support up to 64KB)[6]The maximum NTFS volume size that the specification can support is264− 1clusters, but not all implementations achieve this theoretical maximum, as discussed below.

The maximum NTFS volume size implemented in Windows XP Professional is232− 1clusters, partly due to partition table limitations. For example, using 64KB clusters, the maximum size Windows XP NTFS volume is 256TBminus 64KB.Using the default cluster size of 4KB, the maximum NTFS volume size is 16TB minus 4KB. Both of these are vastly higher than the 128GB[a]limit inWindows XP SP1.The size of a partition in the Master Boot Record (MBR) is limited to 2 TiB with a hard drive with 512-byte physical sectors,[25][26]although for a 4 KiB physical sector the MBR partition size limit is 16 TiB. An alternative is to use multipleGUID Partition Table(GPT or "dynamic" ) volumes for be combined to create a single NTFS volume larger than 2 TiB. Booting from a GPT volume to a Windows environment in a Microsoft supported way requires a system withUnified Extensible Firmware Interface(UEFI) and 64-bit[b]support.[27]GPT data disks are supported on systems with BIOS.

The NTFS maximum theoretical limit on the size of individual files is 16EB[a][28](16 × 10246or264bytes) minus 1KB, which totals 18,446,744,073,709,550,592 bytes. WithWindows 10version 1709 andWindows Server 2019,the maximumimplementedfile size is 8PB[a]minus 2MB or 9,007,199,252,643,840 bytes.[6]

Interoperability

[edit]

Windows

[edit]

While the different NTFS versions are for the most part fullyforward- andbackward-compatible,there are technical considerations for mounting newer NTFS volumes in older versions of Microsoft Windows. This affects dual-booting, and external portable hard drives. For example, attempting to use an NTFS partition with "Previous Versions" (Volume Shadow Copy) on an operating system that does not support it will result in the contents of those previous versions being lost.[29]A Windows command-line utility calledconvert.execan convert supporting file systems to NTFS, includingHPFS(only on Windows NT 3.1, 3.5, and 3.51),FAT16and FAT32 (on Windows 2000 and later).[30][31]

FreeBSD

[edit]

FreeBSD3.2 released in May 1999 included read-only NTFS support written by Semen Ustimenko.[32][33]This implementation was ported toNetBSDby Christos Zoulas and Jaromir Dolecek and released with NetBSD 1.5 in December 2000.[34]The FreeBSD implementation of NTFS was also ported toOpenBSDby Julien Bordet and offers native read-only NTFS support by default on i386 and amd64 platforms as of version 4.9 released 1 May 2011.[35][33]

Linux

[edit]

Linux kernelversions 2.1.74 and later include a driver written by Martin von Löwis which has the ability to read NTFS partitions;[36]kernel versions 2.5.11 and later contain a new driver written by Anton Altaparmakov (University of Cambridge) and Richard Russon which supports file read.[37][38][36]The ability to write to files was introduced with kernel version 2.6.15 in 2006 which allows users to write to existing files but does not allow the creation of new ones.[39]Paragon's NTFS driver (see below) has been merged into kernel version 5.15, and it supports read/write on normal, compressed and sparse files, as well as journal replaying.[40]

NTFS-3Gis a freeGPL-licensed FUSE implementation of NTFS that was initially developed as a Linux kernel driver by Szabolcs Szakacsits. It was re-written as a FUSE program to work on other systems that FUSE supports likemacOS,FreeBSD, NetBSD,OpenBSD,[41]Solaris,QNX,andHaiku[42]and allows reading and writing to NTFS partitions. A performance enhanced commercial version of NTFS-3G, called "TuxeraNTFS for Mac ", is also available from the NTFS-3G developers.[43]

Captive NTFS,a 'wrapping' driver that uses Windows' own driverntfs.sys,exists for Linux. It was built as aFilesystem in Userspace(FUSE) program and released under the GPL but work on Captive NTFS ceased in 2006.[44]

Linux kernel versions 5.15 onwards carry NTFS3, a fully functional NTFS Read-Write driver which works on NTFS versions up to 3.1 and is maintained primarily by theParagon Software Group.

macOS

[edit]

Mac OS X 10.3included Ustimenko's read-only implementation of NTFS from FreeBSD. Then in 2006 Apple hired Anton Altaparmakov to write a new NTFS implementation forMac OS X 10.6.[45]Native NTFS write support is included in 10.6 and later, but is not activated by default, although workarounds do exist to enable the functionality. However, user reports indicate the functionality is unstable and tends to causekernel panics.[46]

Paragon Software Groupsells a read-write driver namedNTFS for Mac,[47]which is also included on some models ofSeagatehard drives.[48]

OS/2

[edit]

The NetDrive package forOS/2(and derivatives such aseComStationandArcaOS) supports a plugin which allows read and write access to NTFS volumes.[49][50]

DOS

[edit]

There is a free-for-personal-use read/write driver forMS-DOSbyAviracalled "NTFS4DOS".[51][52]

Ahead Softwaredeveloped a "NTFSREAD" driver (version 1.200) forDR-DOS7.0x between 2002 and 2004. It was part of theirNero Burning ROMsoftware.

Security

[edit]

NTFS usesaccess control listsand user-level encryption to help secure user data.

Access control lists (ACLs)

[edit]
NTFS file system permissions on a modernWindowssystem

In NTFS, each file or folder is assigned asecurity descriptorthat defines its owner and contains twoaccess control lists(ACLs). The first ACL, calleddiscretionary access controllist (DACL), defines exactly what type of interactions (e.g. reading, writing, executing or deleting) are allowed or forbidden by which user or groups of users. For example, files in theC:\Program Filesfolder may be read and executed by all users but modified only by a user holding administrative privileges.[53]Windows Vista addsmandatory access controlinfo to DACLs. DACLs are the primary focus ofUser Account ControlinWindows Vistaand later.

The second ACL, called system access control list (SACL), defines which interactions with the file or folder are to be audited and whether they should be logged when the activity is successful, failed or both. For example, auditing can be enabled on sensitive files of a company, so that its managers get to know when someone tries to delete them or make a copy of them, and whether they succeed.[53]

Encryption

[edit]

Encrypting File System(EFS) provides user-transparent encryption of any file or folder on an NTFS volume.[54]EFS works in conjunction with the EFS service, Microsoft'sCryptoAPIand the EFS File System Run-Time Library (FSRTL). EFS works by encrypting a file with a bulksymmetric key(also known as the File Encryption Key, or FEK), which is used because it takes a relatively small amount of time to encrypt and decrypt large amounts of data than if anasymmetric keycipher is used. The symmetric key that is used to encrypt the file is then encrypted with apublic keythat is associated with the user who encrypted the file, and this encrypted data is stored in an alternate data stream of the encrypted file. To decrypt the file, the file system uses theprivate keyof the user to decrypt the symmetric key that is stored in the data stream. It then uses the symmetric key to decrypt the file. Because this is done at the file system level, it is transparent to the user.[55]Also, in case of a user losing access to their key, support for additional decryption keys has been built into the EFS system, so that a recovery agent can still access the files if needed. NTFS-provided encryption and NTFS-provided compression are mutually exclusive; however, NTFS can be used for one and a third-party tool for the other.

The support of EFS is not available in Basic, Home, and MediaCenter versions of Windows, and must be activated after installation of Professional, Ultimate, and Server versions of Windows or by using enterprise deployment tools within Windows domains.

Features

[edit]

Journaling

[edit]

NTFS is ajournaling file systemand uses the NTFS Log ($LogFile) to record metadata changes to the volume. It is a feature that FAT does not provide and is critical for NTFS to ensure that its complex internal data structures will remain consistent in case of system crashes or data moves performed by thedefragmentationAPI, and allow easy rollback of uncommitted changes to these critical data structures when the volume is remounted. Notably affected structures are the volume allocation bitmap, modifications toMFTrecords such as moves of some variable-length attributes stored in MFT records and attribute lists, and indices for directories andsecurity descriptors.

The ($LogFile) format has evolved through several versions:

Windows Version $LogFileformat version
Windows NT 4.0 1.1
Windows 2000
Windows XP
Windows Vista
Windows 7
Windows 8 2.0
Windows 8.1
Windows 10

The incompatibility of the$LogFileversions implemented byWindows 8,Windows 10,Windows 11preventsWindows 7(and earlier versions of Windows) from recognizing version 2.0 of the$LogFile.Backward compatibility is provided by downgrading the$LogFileto version 1.1 when an NTFS volume is cleanly dismounted. It is again upgraded to version 2.0 when mounting on a compatible version of Windows. However, when hibernating to disk in the logoff state (a.k.a. Hybrid Boot or Fast Boot, which is enabled by default), mounted file systems are not dismounted, and thus the$LogFiles of any active file systems are not downgraded to version 1.1. The inability to process version 2.0 of the$LogFileby versions of Windows older than 8.0 results in an unnecessary invocation of theCHKDSKdisk repair utility. This is particularly a concern in amulti-bootscenario involving pre- and post-8.0 versions of Windows, or when frequently moving a storage device between older and newer versions. AWindows Registrysetting exists to prevent the automatic upgrade of the$LogFileto the newer version. The problem can also be dealt with by disabling Hybrid Boot.[56]

TheUSN Journal(Update Sequence Number Journal) is a system management feature that records (in$Extend\$UsnJrnl) changes to files, streams and directories on the volume, as well as their various attributes and security settings. The journal is made available for applications to track changes to the volume.[57]This journal can be enabled or disabled on non-system volumes.[58]

[edit]

Thehard linkfeature allows different file names to directly refer to the same file contents. Hard links may link only to files in the same volume, because each volume has its ownMFT. Hard links were originally included to support thePOSIXsubsystem in Windows NT.[59]

Although hard links use the same MFT record (inode) which records file metadata such as file size, modification date, and attributes, NTFS also caches this data in the directory entry as a performance enhancement. This means that when listing the contents of a directory using FindFirstFile/FindNextFile family of APIs, (equivalent to the POSIX opendir/readdir APIs) you will also receive this cached information, in addition to the name and inode. However, you may not see up-to-date information, as this information is only guaranteed to be updated when a file is closed, and then only for the directory from which the file was opened.[60]This means where a file has multiple names via hard links, updating a file via one name does not update the cached data associated with the other name. You can always obtain up-to-date data using GetFileInformationByHandle (which is the true equivalent of POSIX stat function). This can be done using a handle which has no access to the file itself (passing zero to CreateFile for dwDesiredAccess), and closing this handle has the incidental effect of updating the cached information.

Windows uses hard links to supportshort (8.3) filenamesin NTFS. Operating system support is needed because there are legacy applications that can work only with 8.3 filenames, but support can be disabled. In this case, an additional filename record and directory entry is added, but both 8.3 and long file name are linked and updated together, unlike a regular hard link.

The NTFS file system has a limit of 1024hard linkson a file.[61]

Alternate data stream (ADS)

[edit]

Alternate data streams allow more than onedata streamto be associated with a filename (afork), using the format "filename:streamname" (e.g., "text.txt:extrastream" ).

NTFS Streams were introduced inWindows NT 3.1,to enable Services for Macintosh (SFM) to storeresource forks.Although current versions of Windows Server no longer include SFM, third-partyApple Filing Protocol(AFP) products (such asGroupLogic's ExtremeZ-IP) still use this feature of the file system.

A small ADS named "Zone.Identifier" is added byInternet Explorerand by most browsers to mark files downloaded from external sites as possibly unsafe to run; the local shell would then require user confirmation before opening them.[62]When the user indicates that they no longer want this confirmation dialog, this ADS is deleted. This functionality is also known as "Mark of the Web".[63][64]

Alternate streams are not listed in Windows Explorer, and their size is not included in the file's size. When the file is copied or moved to another file system without ADS support the user is warned that alternate data streams cannot be preserved. No such warning is typically provided if the file is attached to an e-mail, or uploaded to a website. Thus, using alternate streams for critical data may cause problems. Microsoft provides a tool called Streams[65]to view streams on a selected volume. Starting withWindows PowerShell3.0, it is possible to manage ADS natively with six cmdlets: Add-Content, Clear-Content, Get-Content, Get-Item, Remove-Item, Set-Content.[66]

Malwarehas used alternate data streams to hide code.[67]As a result, malware scanners and other special tools now[when?]check for alternate data streams.

File compression

[edit]

Compression is enabled on a per-folder or per-file basis by setting the 'compressed' attribute. When compression is enabled on a folder, any files moved or saved to that folder will be automaticallycompressedusing LZNT1 algorithm (a variant ofLZ77).[68]The compression algorithm is designed to support cluster sizes of up to 4 KB; when the cluster size is greater than 4 KB on an NTFS volume, NTFS compression is not available.[69]Data is compressed in 16-cluster chunks (up to 64 KB in size); if the compression reduces 64KB of data to 60KB or less, NTFS treats the unneeded 4KB pages like emptysparse fileclusters—they are not written. This allows for reasonable random-access times as the OS merely has to follow the chain of fragments.

Compression works best with files that have repetitive content, are seldom written, are usually accessed sequentially, and are not themselves compressed. Single-user systems with limited hard disk space can benefit from NTFS compression for small files, from 4KB to 64KB or more, depending on compressibility. Files smaller than approximately 900 bytes are stored within the directory entry of theMFT.[70]

Advantages

[edit]

Users of fastmulti-core processorswill find improvements in application speed by compressing their applications and data as well as a reduction in space used. Even when SSD controllers already compress data, there is still a reduction in I/Os since less data is transferred.[71]

According to research by Microsoft's NTFS Development team, 50–60GBis a reasonable maximum size for a compressed file on an NTFS volume with a 4KB (default) cluster (block) size. This reasonable maximum size decreases sharply for volumes with smaller cluster sizes.[72]

Disadvantages

[edit]

Large compressible files become highly fragmented since every chunk smaller than 64KB becomes a fragment.[72][73]Flash memory, such asSSDdrives do not have the head movement delays and highaccess timeof mechanicalhard disk drives,so fragmentation has only a smaller penalty.

If system files that are needed at boot time (such as drivers, NTLDR, winload.exe, or BOOTMGR) are compressed, the system may fail to boot correctly, because decompression filters are not yet loaded.[74][failed verification]Later editions of Windows[which?]do not allow important system files to be compressed.

System compression

[edit]

SinceWindows 10,Microsoft has introduced new file compression scheme based on the XPRESS algorithm with 4K/8K/16K block size[75]and theLZXalgorithm;[76]both are variants ofLZ77updated withHuffman entropy codingandrange coding,which LZNT1 lacked. These compression algorithms were taken fromWindows Imaging Format(WIM file).

The new compression scheme is used by CompactOS feature, which reduces disk usage by compressing Windows system files.[77]CompactOS is not an extension of NTFS file compression and does not use the 'compressed' attribute; instead, it sets areparse pointon each compressed file with a WOF (Windows Overlay Filter) tag,[78]but the actual data is stored in an alternate data stream named "WofCompressedData", which is decompressed on-the-fly by a WOFfilesystem filterdriver, and the main file is an emptysparse file.[78]This design is meant purely for read-only access, so any writes to compressed files result in an automatic decompression.[78][79][80]

CompactOS compression is intended forOEMswho prepare OS images with the/compactflag of theDISMtoolinWindows ADK,[81]but it can also be manually turned on per file with the/exeflag of thecompactcommand.[82]CompactOS algorithm avoidsfile fragmentationby writing compressed data in contiguously allocated chunks, unlike core NTFS compression.[citation needed]

CompactOS file compression is an improved version of WIMBoot feature introduced inWindows 8.1.WIMBoot reduces Windows disk usage by keeping system files in acompressed WIM imageon a separate hiddendisk partition.[83]Similarly to CompactOS, Windows system directories only containsparse filesmarked by a reparse point with a WOF tag, and Windows Overlay Filter driver decompresses file contents on-the-fly from the WIM image. WIMBoot is less effective than CompactOS though, as new updated versions of system files need to be written to the system partition, consuming disk space.[78]

Sparse files

[edit]
A sparse file: Empty bytes don't need to be saved, thus they can be represented bymetadata.
Onepetabyte(1,125,899,906,842,624 bytes) of sparse files, 0 bytes on disk.

Sparse filesare files interspersed with empty segments for which no actual storage space is used. To the applications, the file looks like an ordinary file with empty regions seen as regions filled with zeros; the file system maintains an internal list of such regions for each sparse file.[84]A sparse file does not necessarily include sparse zeros areas; the "sparse file" attribute just means that the file is allowed to have them.

Database applications, for instance, may use sparse files.[85]As with compressed files, the actual sizes of sparse files are not taken into account when determining quota limits.[86]

Volume Shadow Copy

[edit]

TheVolume Shadow Copy Service (VSS)keeps historical versions of files and folders on NTFS volumes by copying old, newly overwritten data to shadow copy viacopy-on-writetechnique. The user may later request an earlier version to be recovered. This also allows data backup programs to archive files currently in use by the file system.

Windows Vista also introduced persistent shadow copies for use withSystem RestoreandPrevious Versionsfeatures. Persistent shadow copies, however, are deleted when an older operating system mounts that NTFS volume. This happens because the older operating system does not understand the newer format of persistent shadow copies.[29]

Transactions

[edit]

As of Windows Vista, applications can useTransactional NTFS(TxF) to group multiple changes to files together into a single transaction. The transaction will guarantee that either all of the changes happen, or none of them do, and that no application outside the transaction will see the changes until they are committed.[87]

It uses similar techniques as those used for Volume Shadow Copies (i.e. copy-on-write) to ensure that overwritten data can be safely rolled back, and aCLFSlog to mark the transactions that have still not been committed, or those that have been committed but still not fully applied (in case of system crash during a commit by one of the participants).

Transactional NTFS does not restrict transactions to just the local NTFS volume, but also includes other transactional data or operations in other locations such as data stored in separate volumes, the local registry, or SQL databases, or the current states of system services or remote services. These transactions are coordinated network-wide with all participants using a specific service, theDTC,to ensure that all participants will receive same commit state, and to transport the changes that have been validated by any participant (so that the others can invalidate their local caches for old data or rollback their ongoing uncommitted changes). Transactional NTFS allows, for example, the creation of network-wide consistent distributed file systems, including with their local live or offline caches.

Microsoft now advises against using TxF: "Microsoft strongly recommends developers utilize alternative means" since "TxF may not be available in future versions of Microsoft Windows".[88]

Quotas

[edit]

Disk quotaswere introduced in NTFS v3. They allow the administrator of a computer that runs a version of Windows that supports NTFS to set a threshold of disk space that users may use. It also allows administrators to keep track of how much disk space each user is using. An administrator may specify a certain level of disk space that a user may use before they receive a warning, and then deny access to the user once they hit their upper limit of space. Disk quotas do not take into account NTFS's transparentfile-compression,should this be enabled. Applications that query the amount of free space will also see the amount of free space left to the user who has a quota applied to them.

Reparse points

[edit]

Introduced in NTFS v3, NTFS reparse points are used by associating a reparse tag in the user space attribute of a file or directory. Microsoft includes several default tags includingsymbolic links,directory junction pointsandvolume mount points.When theObject Managerparses a file system name lookup and encounters a reparse attribute, it willreparsethe name lookup, passing the user controlled reparse data to every file system filter driver that is loaded into Windows. Each filter driver examines the reparse data to see whether it is associated with that reparse point, and if that filter driver determines a match, then it intercepts the file system request and performs its special functionality.

Limitations

[edit]

Resizing

[edit]

Starting withWindows VistaMicrosoft added the built-in ability to shrink or expand a partition. However, this ability does not relocate page file fragments or files that have been marked as unmovable, so shrinking a volume will often require relocating or disabling anypage file,the index ofWindows Search,and anyShadow Copyused bySystem Restore.Various third-party tools are capable of resizing NTFS partitions.

OneDrive

[edit]

Since 2017, Microsoft requires the OneDrive file structure to reside on an NTFS disk.[89]This is because OneDrive Files On-Demand feature uses NTFS reparse points to link files and folders that are stored in OneDrive to the local filesystem, making the file or folder unusable with any previous version of Windows, with any other NTFS file system driver, or any file system and backup utilities not updated to support it.[90]

Structure

[edit]

NTFS is made up of several components including: a partition boot sector (PBS) that holds boot information; the master file table that stores a record of all files and folders in the filesystem; a series of meta files that help structure meta data more efficiently; data streams and locking mechanisms.

Internally, NTFS usesB-treesto index file system data. Afile system journalis used to guarantee the integrity of the file system metadata but not individual files' content. Systems using NTFS are known to have improved reliability compared to FAT file systems.[91]

NTFS allows any sequence of 16-bit values for name encoding (e.g. file names, stream names or index names) except 0x0000. This meansUTF-16code units are supported, but the file system does not check whether a sequence is valid UTF-16 (it allows any sequence ofshortvalues, not restricted to those in the Unicode standard). In Win32 namespace, any UTF-16 code units are case insensitive whereas in POSIX namespace they are case sensitive. File names are limited to 255 UTF-16 code units. Certain names are reserved in the volume root directory and cannot be used for files. These are$MFT,$MFTMirr,$LogFile,$Volume,$AttrDef,.(dot),$Bitmap,$Boot,$BadClus,$Secure,$UpCase,and$Extend.[5].(dot) and$Extendare both directories; the others are files. The NT kernel limits full paths to 32,767 UTF-16 code units. There are some additional restrictions on code points and file names.[92]

Partition Boot Sector (PBS)

[edit]
NTFS boot sector contents[93][94](All values except strings are stored inlittle endianorder.)
Byte offset Field length Typical value Field name Purpose
0x00 3 bytes 0xEB5290 x86JMPandNOPinstructions Causes execution to continue after the data structures in this boot sector.
0x03 8 bytes "NTFS    "
Word "NTFS" followed by four trailing spaces (0x20)
OEM ID This is the magic number that indicates this is an NTFS file system.
0x0B 2 bytes 0x0200 BPB Bytes per sector The number of bytes in a disk sector.
0x0D 1 byte 0x08 Sectors Per Cluster The number of sectors in a cluster. If the value is greater than 0x80, the amount of sectors is 2 to the power of the absolute value of considering this field to be negative.
0x0E 2 bytes 0x0000 Reserved Sectors, unused
0x10 3 bytes 0x000000 Unused This field is always 0
0x13 2 bytes 0x0000 Unused by NTFS This field is always 0
0x15 1 byte 0xF8 Media Descriptor The type of drive. 0xF8 is used to denote a hard drive (in contrast to the several sizes of floppy).
0x16 2 bytes 0x0000 Unused This field is always 0
0x18 2 bytes 0x003F Sectors Per Track The number of disk sectors in a drive track.
0x1A 2 bytes 0x00FF Number Of Heads The number of heads on the drive.
0x1C 4 bytes 0x0000003F Hidden Sectors The number of sectors preceding the partition.
0x20 4 bytes 0x00000000 Unused Not used by NTFS
0x24 4 bytes 0x00800080 EBPB Unused Not used by NTFS
0x28 8 bytes 0x00000000007FF54A Total sectors The partition size in sectors.
0x30 8 bytes 0x0000000000000004 $MFT cluster number The cluster that contains the Master File Table
0x38 8 bytes 0x000000000007FF54 $MFTMirr cluster number The cluster that contains a backup of the Master File Table
0x40 1 byte 0xF6 Bytes or Clusters Per File Record Segment A positive value denotes the number of clusters in a File Record Segment. A negative value denotes the amount of bytes in a File Record Segment, in which case the size is 2 to the power of the absolute value. (0xF6 = -10 → 210= 1024).
0x41 3 bytes 0x000000 Unused This field is not used by NTFS
0x44 1 byte 0x01 Bytes or Clusters Per Index Buffer A positive value denotes the number of clusters in an Index Buffer. A negative value denotes the amount of bytes and it uses the same algorithm for negative numbers as the "Bytes or Clusters Per File Record Segment."
0x45 3 bytes 0x000000 Unused This field is not used by NTFS
0x48 8 bytes 0x1C741BC9741BA514 Volume Serial Number A unique random number assigned to this partition, to keep things organized.
0x50 4 bytes 0x00000000 Checksum, unused Supposedly a checksum.
0x54 426 bytes Bootstrap Code The code that loads the rest of the operating system. This is pointed to by the first 3 bytes of this sector.
0x01FE 2 bytes 0xAA55 End-of-sector Marker This flag indicates that this is a valid boot sector.

This boot partition format is roughly based upon the earlierFATfilesystem, but the fields are in different locations. Some of these fields, especially the "sectors per track", "number of heads" and "hidden sectors" fields may contain dummy values on drives where they either do not make sense or are not determinable.

The OS first looks at the 8 bytes at 0x30 to find the cluster number of the $MFT, then multiplies that number by the number of sectors per cluster (1 byte found at 0x0D). This value is the sector offset (LBA) to the $MFT, which is described below.

Master File Table

[edit]

In NTFS, all file, directory andmetafiledata—file name, creation date, access permissions (by the use ofaccess control lists), and size—are stored as metadata in theMaster File Table(MFT). This abstract approach allowed easy addition of file system features during Windows NT's development—an example is the addition of fields for inde xing used by theActive Directoryand theWindows Search.This also enables fast file search software to locate named local files and folders included in the MFT very quickly, without requiring any other index.

The MFT structure supports algorithms which minimizedisk fragmentation.[95]A directory entry consists of a filename and a "file ID" (analogous to theinode number), which is the record number representing the file in the Master File Table. The file ID also contains a reuse count to detect stale references. While this strongly resembles the W_FID ofFiles-11,other NTFS structures radically differ.

A partial copy of the MFT, called the MFT mirror, is stored to be used in case of corruption.[96]If the first record of the MFT is corrupted, NTFS reads the second record to find the MFT mirror file. Locations for both files are stored in the boot sector.[97]

Metafiles

[edit]

NTFS contains several files that define and organize the file system. In all respects, most of these files are structured like any other user file ($Volume being the most peculiar), but are not of direct interest to file system clients.[98]These metafiles define files, back up critical file system data, buffer file system changes, manage free space allocation, satisfyBIOSexpectations, track bad allocation units, and store security and disk space usage information. All content is in an unnamed data stream, unless otherwise indicated.

MFT (entries 0–26 are the NTFS metafiles)
Segment number File name Purpose
0 $MFT Describes all files on the volume, including file names, timestamps, stream names, and lists of cluster numbers where data streams reside, indexes,security identifiers,and file attributes like "read only", "compressed", "encrypted", etc.
1 $MFTMirr Duplicate of the first vital entries of$MFT,usually 4 entries (4kilobytes).
2 $LogFile Contains transaction log of file system metadata changes.
3 $Volume Contains information about the volume, namely the volume object identifier,volume label,file system version, and volume flags (mounted, chkdsk requested, requested$LogFileresize, mounted on NT 4, volume serial number updating, structure upgrade request). This data is not stored in a data stream, but in special MFT attributes: If present, a volume object ID is stored in an$OBJECT_IDrecord; the volume label is stored in a$VOLUME_NAMErecord, and the remaining volume data is in a$VOLUME_INFORMATIONrecord. Note: volume serial number is stored in file$Boot(below).
4 $AttrDef A table of MFT attributes that associates numeric identifiers with names.
5 . Root directory.Directory data is stored in$INDEX_ROOTand$INDEX_ALLOCATIONattributes both named$I30.
6 $Bitmap An array of bit entries: each bit indicates whether its corresponding cluster is used (allocated) or free (available for allocation).
7 $Boot Volume boot record(VBR). This file is always located at the first clusters on the volume. It containsbootstrap code(seeNTLDR/BOOTMGR) and aBIOS parameter blockincluding avolume serial numberand cluster numbers of$MFTand$MFTMirr.
8 $BadClus A file that contains all the clusters marked as havingbad sectors.This file simplifies cluster management by the chkdsk utility, both as a place to put newly discovered bad sectors, and for identifying unreferenced clusters. This file contains two data streams, even on volumes with no bad sectors: an unnamed stream contains bad sectors—it is zero length for perfect volumes; the second stream is named$Badand contains all clusters on the volume not in the first stream.
9 $Secure Access control listdatabase that reduces overhead having many identical ACLs stored with each file, by uniquely storing these ACLs only in this database (contains two indices:$SII(Standard_Information ID)and$SDH(Security DescriptorHash),which index the stream named$SDScontaining actual ACL table).[20]
10 $UpCase A table of unicode uppercase characters for ensuring case-insensitivity in Win32 and DOS namespaces.
11 $Extend A file system directory containing various optional extensions, such as$Quota,$ObjId,$Reparseor$UsnJrnl.
12–23 Reserved for$MFTextension entries. Extension entries are additional MFT records that contain additional attributes that do not fit in the primary record. This could occur if the file is sufficiently fragmented, has many streams, long filenames, complex security, or other rare situations.
24 $Extend\$Quota Holds disk quota information. Contains two index roots, named$Oand$Q.
25 $Extend\$ObjId Holdslink trackinginformation. Contains an index root and allocation named$O.
26 $Extend\$Reparse Holdsreparse pointdata (such assymbolic links). Contains an index root and allocation named$R.
27– Beginning of regular file entries.

These metafiles are treated specially by Windows, handled directly by theNTFS.SYSdriver and are difficult to directly view: special purpose-built tools are needed.[c]As of Windows 7, the NTFS driver completely prohibits user access, resulting in aBSoDwhenever an attempt to execute a metadata file is made. One such tool is the nfi.exe ( "NTFS File Sector Information Utility" ) that is freely distributed as part of the Microsoft "OEM Support Tools". For example, to obtain information on the "$MFT" -Master File Table Segment the following command is used:nfi.exe c:\$MFT[99]Another way to bypass the restriction is to use7-Zip's file manager and go to the low-level NTFS path\\.\X:\(whereX:\resembles any drive/partition). Here, 3 new folders will appear:$EXTEND,[DELETED](a pseudo-folder that 7-Zip uses to attach files deleted from the file system to view), and[SYSTEM](another pseudo-folder that contains all the NTFS metadata files). This trick can be used from removable devices (USBflash drives,external hard drives,SD Cards,etc.) inside Windows, but doing this on the active partition requires offline access (namelyWinRE).

Attribute lists, attributes, and streams

[edit]

For each file (or directory) described in the MFT record, there is a linear repository of stream descriptors (also namedattributes), packed together in one or more MFT records (containing the so-calledattributes list), with extra padding to fill the fixed 1 KB size of every MFT record, and that fully describes the effective streams associated with that file.

Each attribute has an attribute type (a fixed-size integer mapping to an attribute definition in file$AttrDef), an optional attribute name (for example, used as the name for an alternate data stream), and a value, represented in a sequence of bytes. For NTFS, the standard data of files, the alternate data streams, or the index data for directories are stored as attributes.

According to$AttrDef,some attributes can be either resident or non-resident. The$DATAattribute, which contains file data, is such an example. When the attribute is resident (which is represented by a flag), its value is stored directly in the MFT record. Otherwise, clusters are allocated for the data, and the cluster location information is stored as data runs in the attribute.

  • For each file in the MFT, the attributes identified byattribute type, attribute namemust be unique. Additionally, NTFS has some ordering constraints for these attributes.
  • There is a predefined null attribute type, used to indicate the end of the list of attributes in one MFT record. It must be present as the last attribute in the record (all other storage space available after it will be ignored and just consists of padding bytes to match the record size in the MFT).
  • Some attribute types are required and must be present in each MFT record, except unused records that are just indicated by null attribute types.
    • This is the case for the$STANDARD_INFORMATIONattribute that is stored as a fixed-size record and contains thetimestampsand other basic single-bit attributes (compatible with those managed byFATin DOS orWindows 9x).
  • Some attribute types cannot have a name and must remain anonymous.
    • This is the case for the standard attributes, or for the preferred NTFS "filename" attribute type, or the "short filename" attribute type, when it is also present (for compatibility with DOS-like applications, see below). It is also possible for a file to contain only a short filename, in which case it will be the preferred one, as listed in the Windows Explorer.
    • The filename attributes stored in the attribute list do not make the file immediately accessible through thehierarchical file system.In fact, all the filenames must be indexed separately in at least one other directory on the same volume. There it must have its own MFT record and its ownsecurity descriptorsand attributes that reference the MFT record number for this file. This allows the same file or directory to be "hardlinked" several times from several containers on the same volume, possibly with distinct filenames.
  • The default data stream of a regular file is a stream of type$DATAbut with an anonymous name, and the ADSs are similar but must be named.
  • On the other hand, the default data stream of directories has a distinct type, but are not anonymous: they have an attribute name ( "$I30"in NTFS 3+) that reflects its inde xing format.

All attributes of a given file may be displayed by using the nfi.exe ( "NTFS File Sector Information Utility" ) that is freely distributed as part of the Microsoft "OEM Support Tools".[99]

Windows system calls may handle alternate data streams.[5]Depending on the operating system, utility and remote file system, a file transfer might silently strip data streams.[5]A safe way of copying or moving files is to use the BackupRead and BackupWrite system calls, which allow programs to enumerate streams, to verify whether each stream should be written to the destination volume and to knowingly skip unwanted streams.[5]

Resident vs. non-resident attributes

[edit]

To optimize the storage and reduce the I/O overhead for the very common case of attributes with very small associated value, NTFS prefers to place the value within the attribute itself (if the size of the attribute does not then exceed the maximum size of an MFT record), instead of using the MFT record space to list clusters containing the data; in that case, the attribute will not store the data directly but will just store an allocation map (in the form ofdata runs) pointing to the actual data stored elsewhere on the volume.[100]When the value can be accessed directly from within the attribute, it is called "resident data" (bycomputer forensicsworkers). The amount of data that fits is highly dependent on the file's characteristics, but 700 to 800 bytes is common in single-stream files with non-lengthy filenames and no ACLs.

  • Some attributes (such as the preferred filename, the basic file attributes) cannot be made non-resident. For non-resident attributes, their allocation map must fit within MFT records.
  • Encrypted-by-NTFS, sparse data streams, or compressed data streams cannot be made resident.
  • The format of the allocation map for non-resident attributes depends on its capability of supporting sparse data storage. In the current implementation of NTFS, once a non-resident data stream has been marked and converted as sparse, it cannot be changed back to non-sparse data, so it cannot become resident again, unless this data is fully truncated, discarding the sparse allocation map completely.
  • When a non-resident attribute is so fragmented, that its effective allocation map cannot fit entirely within one MFT record, NTFS stores the attribute in multiple records. The first one among them is called the base record, while the others are called extension records. NTFS creates a special attribute$ATTRIBUTE_LISTto store information mapping different parts of the long attribute to the MFT records, which means the allocation map may be split into multiple records. The$ATTRIBUTE_LISTitself can also be non-resident, but its own allocation map must fit within one MFT record.
  • When there are too many attributes for a file (including ADS's, extended attributes, orsecurity descriptors), so that they cannot fit all within the MFT record, extension records may also be used to store the other attributes, using the same format as the one used in the base MFT record, but without the space constraints of one MFT record.

The allocation map is stored in a form ofdata runswith compressed encoding. Each data run represents a contiguous group of clusters that store the attribute value. For files on a multi-GB volume, each entry can be encoded as 5 to 7 bytes, which means a1KBMFT record can store about 100 such data runs. However, as the$ATTRIBUTE_LISTalso has a size limit, it is dangerous to have more than 1 million fragments of a single file on an NTFS volume, which also implies that it is in general not a good idea to use NTFS compression on a file larger than10GB.[101]

The NTFS file system driver will sometimes attempt to relocate the data of some of the attributes that can be made non-resident into the clusters, and will also attempt to relocate the data stored in clusters back to the attribute inside the MFT record, based on priority and preferred ordering rules, and size constraints.

Since resident files do not directly occupy clusters ( "allocation units" ), it is possible for an NTFS volume to contain more files on a volume than there are clusters. For example, a74.5 GBpartition NTFS formats with 19,543,064 clusters of4 KB.Subtracting system files (a64MBlog file, a 2,442,888-byte Bitmap file, and about 25 clusters of fixed overhead) leaves 19,526,158 clusters free for files and indices. Since there are four MFT records per cluster, this volume theoretically could hold almost 4 × 19,526,158 = 78,104,632 resident files.

Opportunistic locks

[edit]

Opportunistic file locks (oplocks) allow clients to alter their buffering strategy for a given file or stream in order to increase performance and reduce network use.[102]Oplocks apply to the given open stream of a file and do not affect oplocks on a different stream.

Oplocks can be used to transparently access files in the background. A network client may avoid writing information into a file on a remote server if no other process is accessing the data, or it may buffer read-ahead data if no other process is writing data.

Windows supports four different types of oplocks:

  • Level 2 (or shared) oplock: multiple readers, no writers (i.e. read caching).
  • Level 1 (or exclusive) oplock: exclusive access with arbitrary buffering (i.e. read and write caching).
  • Batch oplock (also exclusive): a stream is opened on the server, but closed on the client machine (i.e. read, write and handle caching).
  • Filter oplock (also exclusive): applications and file system filters can "back out" when others try to access the same stream (i.e. read and write caching) (since Windows 2000)

Opportunistic locks have been enhanced in Windows 7 and Windows Server 2008 R2 with per-client oplock keys.[103]

Time

[edit]

Windows NT and its descendants keep internal timestamps asUTCand make the appropriate conversions for display purposes; all NTFS timestamps are in UTC.[citation needed]

For historical reasons, the versions of Windows that do not support NTFS all keep time internally as local zone time, and therefore so do all file systems – other than NTFS – that are supported by current versions of Windows. This means that when files are copied or moved between NTFS and non-NTFS partitions, the OS needs to convert timestamps on the fly. But if some files are moved whendaylight saving time(DST) is in effect, and other files are moved whenstandard timeis in effect, there can be some ambiguities in the conversions. As a result, especially shortly after one of the days on which local zone time changes, users may observe that some files have timestamps that are incorrect by one hour. Due to the differences in implementation of DST in different jurisdictions, this can result in a potential timestamp error of up to 4 hours in any given 12 months.[104]

See also

[edit]

Notes

[edit]
  1. ^abcdefghij1byte= 8bits
    1 KB = 1,024 bytes
    1 MB = 1,048,576 bytes
    1 GB = 1,073,741,824 bytes
    1 TB = 1,099,511,627,776 bytes
    1 PB = 1,125,899,906,842,624 bytes
    1 EB = 1,152,921,504,606,846,976 bytes
  2. ^Can also be 32-bit, provided that the firmware and operating system loader are size-matched.
  3. ^Since Windows XP, it is very difficult to view a listing of these files: they exist in the root directory's index, but the Win32 interface filters them out. In NT 4.0, the command linedircommand would list the metafiles in the root directory if/awere specified. In Windows 2000,dir/astopped working, butdir/a \$MFTworked.

References

[edit]
  1. ^abKarresand, Martin; Axelsson, Stefan; Dyrkolbotn, Geir Olav (2019-07-01)."Using NTFS Cluster Allocation Behavior to Find the Location of User Data".Digital Investigation.29:–51–S60.doi:10.1016/j.diin.2019.04.018.hdl:11250/2631756.ISSN1742-2876.S2CID199004263.
  2. ^ab"Glossary".[MS-EFSR]: Encrypting File System Remote (EFSRPC) Protocol.Microsoft. 14 November 2013.
  3. ^"How NTFS Works".TechNet.Microsoft. 8 October 2009.Retrieved2 December2017.
  4. ^"B*Trees - NTFS Directory Trees - Concept - NTFS Documentation".flatcap.org.Archived fromthe originalon 2019-05-13.Retrieved2019-05-13.
  5. ^abcdefg"How NTFS Works".Windows Server 2003 Technical Reference.2003-03-28.Retrieved2011-09-12.
  6. ^abcd"Appendix A: Product Behavior".[MS-FSA]: File System Algorithms.Microsoft. 2018-09-12.Retrieved2018-10-01.NTFS uses a default cluster size of 4 KB, a maximum cluster size of 64 KB on Windows 10 v1703 operating system and Windows Server 2016 and prior, and 2 MB on Windows 10 v1709 operating system and Windows Server 2019 and later, and a minimum cluster size of 512 bytes.
  7. ^"Appendix A: Product Behavior".[MS-FSA]: File System Algorithms.Microsoft. 14 November 2013.Retrieved2012-09-21.
  8. ^abRusson, Richard; Fledel, Yuval."NTFS Documentation"(PDF).Archived(PDF)from the original on 2022-10-09.Retrieved2011-06-26.
  9. ^"SYSTEMTIME structure (minwinbase.h)".Microsoft. October 5, 2021.RetrievedJanuary 7,2024.
  10. ^Rick Vanover (14 September 2011)."Windows Server 8 data deduplication".Archived fromthe originalon 2016-07-18.Retrieved2011-12-02.
  11. ^Sammes, Tony; Jenkinson, Brian, eds. (2007),"The New Technology File System",Forensic Computing,London: Springer, pp. 215–275,doi:10.1007/978-1-84628-732-9_6,ISBN978-1-84628-732-9,retrieved2024-08-14
  12. ^Weiss, David (2022-08-01)."What Is NTFS and How Does It Work?".Datto.Retrieved2024-08-14.
  13. ^"New Technology File System - an overview | ScienceDirect Topics".sciencedirect.Retrieved2024-08-14.
  14. ^abCuster, Helen (1994).Inside the Windows NT File System.Microsoft Press.ISBN978-1-55615-660-1.
  15. ^"NTFS3 — The Linux Kernel documentation".kernel.org.Retrieved2021-12-02.
  16. ^"ntfs-3g".freebsd.org.Retrieved2021-12-02.
  17. ^Kozierok, Charles (14 February 2018)."Overview and History of NTFS".The PC Guide.RetrievedMay 30,2019.
  18. ^Custer, Helen (1994).Inside the Windows NT File System.Microsoft Press.p. vii.ISBN978-1-55615-660-1.
  19. ^"Recovering Windows NT After a Boot Failure on an NTFS Drive".Microsoft. November 1, 2006.
  20. ^abRussinovich, Mark(30 June 2006)."Inside Win2K NTFS, Part 1".MSDN.Microsoft.Retrieved2008-04-18.
  21. ^"What's New in Windows NT 4.0 Service Pack 4?".Microsoft.12 January 1999. Archived fromthe originalon 17 January 1999.Retrieved17 August2018.
  22. ^"New Capabilities and Features of the NTFS 3.1 File System".Microsoft. 1 December 2007. Archived fromthe originalon Nov 16, 2006.
  23. ^"NTFS Overview".LSoft Technologies Inc.
  24. ^Loveall, John (2006)."Storage improvements in Windows Vista and Windows Server 2008"(PowerPoint).Microsoft. pp. 14–20.Retrieved2007-09-04.
  25. ^"Windows support for hard disks that are larger than 2 TB".Microsoft Learn.2013-06-26.Retrieved2024-08-08.
  26. ^"Default cluster size for NTFS, FAT, and exFAT".Microsoft Support.Archived fromthe originalon 2024-03-09.
  27. ^"Booting from GPT".Rodsbooks.Retrieved22 September2018.
  28. ^"NTFS vs FAT vs exFAT - NTFS".ntfs.Retrieved2021-01-19.
  29. ^abcfsbloggers (July 14, 2006)."How restore points and other recovery features in Windows Vista are affected when dual-booting with Windows XP".The Filing Cabinet.Archived fromthe originalon 2006-07-18.Retrieved2007-03-21.
  30. ^"How to Convert FAT Disks to NTFS".Microsoft. 18 December 2017.RetrievedMay 30,2019.
  31. ^"FAQ: How to use Convert.exe to convert a partition to the NTFS file system".The Educationsl University of Hong Kong.2007-02-12. Archived fromthe originalon 2023-12-06.Retrieved2010-12-26.
  32. ^"FreeBSD 3.2 Release Notes".17 May 1999.Retrieved2020-06-15.
  33. ^ab"mount_ntfs - OpenBSD manual pages".Retrieved2020-06-15.
  34. ^"Announcing NetBSD 1.5".6 December 2000.Retrieved2020-06-15.
  35. ^"OpenBSD 4.9".Openbsd.Retrieved22 September2018.
  36. ^ab"NTFS Credits and History".Linux-NTFS Project.Archived fromthe originalon 2021-09-24.Retrieved2021-09-24.
  37. ^"Kernel development".lwn.net.2 May 2002.Retrieved2021-09-05.
  38. ^"Release notes for v2.5.11".29 April 2002.Retrieved2021-09-05.
  39. ^"2.6.15 changelog".Linux project.3 January 2006.Retrieved2021-09-05.
  40. ^Anderson, Tim (2021-09-06)."GitHub merges 'useless garbage' says Linus Torvalds as new NTFS support added to Linux kernel 5.15".The Register.Retrieved2021-09-07.
  41. ^"OpenBSD adds fuse(4) support for adding file systems in userland".OpenBSD Journal.2013-11-08.Retrieved2013-11-08.
  42. ^"NTFS-3G Stable Read/Write Driver".2009-07-25.
  43. ^"Tuxera NTFS for Mac".Tuxera. August 30, 2011.RetrievedSeptember 20,2011.
  44. ^"Jan Kratochvil: Captive: The first free NTFS read/write filesystem for GNU/Linux".Retrieved2020-06-15.
  45. ^"About Tuxera".Retrieved2020-06-15.
  46. ^"10.6: Enable native NTFS read/write support".1 October 2009. Archived fromthe originalon 5 September 2021.Retrieved5 September2021.
  47. ^"Microsoft NTFS for Mac".Paragon Software Group.RetrievedAugust 8,2024.
  48. ^"The Leader in Mass Data Storage Solutions | Seagate US".Seagate.Archived fromthe originalon February 10, 2011.
  49. ^"NTFS plugin for NetDrive".ecsoft2.org.Retrieved2020-09-09.
  50. ^"NetDrive for OS/2".arcanoae.Retrieved2020-09-09.
  51. ^"Avira NTFS4DOS Personal".Archived fromthe originalon June 19, 2010.Retrieved2009-07-25.
  52. ^"Download Avira NTFS4DOS Personal 1.9".Archived fromthe originalon 10 November 2013.Retrieved22 September2018.
  53. ^ab"How Security Descriptors and Access Control Lists Work".TechNet.Microsoft.Retrieved4 September2015.
  54. ^Morello, John (February 2007)."Security Watch Deploying EFS: Part 1".Technet Magazine.Microsoft.Retrieved2009-01-25.
  55. ^"How EFS Works".Windows 2000 Resource Kit.Microsoft.18 July 2012.Retrieved25 February2014.
  56. ^"Windows 8 volume compatibility considerations with prior versions of Windows".17 January 2024.Retrieved2024-08-08.
  57. ^"Change Journals".Microsoft Docs.7 January 2021.Retrieved2023-08-12.
  58. ^"Creating, Modifying, and Deleting a Change Journal (Windows)".Microsoft Docs.7 January 2021.Retrieved2023-08-12.
  59. ^"Chapter 29 – POSIX Compatibility".MS Windows NT Workstation 4.0 Resource Guide.Microsoft.1995.Retrieved21 October2013.
  60. ^"Hard Links and Junctions".MSDN.Microsoft.12 October 2013.Retrieved21 October2013.
  61. ^"MSDN – CreateHardLink function".Retrieved14 January2016.
  62. ^Russinovich, Mark E.;Solomon, David A.; Ionescu, Alex (2009). "File Systems".Windows Internals(5th ed.). Microsoft Press. p. 921.ISBN978-0-7356-2530-3.One component in Windows that uses multiple data streams is the Attachment Execution Service[...] depending on which zone the file was downloaded from [...] Windows Explorer might warn the user
  63. ^Boyd, Christopher (26 October 2022)."Malformed signature trick can bypass Mark of the Web".Malwarebytes.Retrieved2023-05-15.
  64. ^DHB-MSFT (28 February 2023)."Macros from the internet are blocked by default in Office - Deploy Office".learn.microsoft.Retrieved2023-05-15.
  65. ^"Streams - Sysinternals".Microsoft Docs.23 March 2021.Retrieved12 August2023.
  66. ^"FileSystem Provider".Microsoft. 9 August 2012. Archived fromthe originalon 23 January 2015.Retrieved23 January2015.
  67. ^"Malware utilising Alternate Data Streams?".AusCERT Web Log.21 August 2007. Archived fromthe originalon 2011-02-23.
  68. ^"File Compression and Decompression".MSDN Platform SDK: File Systems.Retrieved2005-08-18.
  69. ^"The Default Cluster Size for the NTFS and FAT File Systems".Microsoft. January 31, 2002.Retrieved2012-01-10.
  70. ^"How NTFS Works".2003-03-28.Retrieved2011-10-24.
  71. ^Masiero, Manuel (2011-12-01)."Should You Compress Data On Your SSD?".Tom's Hardware.Bestofmedia Group.Retrieved2013-04-05.
  72. ^abMiddleton, Dennis."Understanding NTFS Compression".Ntdebugging Blog.Microsoft.Archived fromthe originalon 29 June 2011.Retrieved2011-03-16.
  73. ^"Shrinking the gap: carving NTFS-compressed files".Retrieved2011-05-29.
  74. ^"Disk Concepts and Troubleshooting".Microsoft. 11 September 2008.Retrieved2012-03-26.
  75. ^"[MS-XCA]: Xpress Compression Algorithm".31 January 2023.
  76. ^"wimlib: the open source Windows Imaging (WIM) library - Compression algorithm".
  77. ^"Compact OS, single-instancing, and image optimization".Microsoft.Retrieved1 October2019.
  78. ^abcdRaymond Chen (18 June 2019)."What is WofCompressedData? Does WOF mean that Windows is a dog?".Microsoft DevBlogs.
  79. ^Biggers, Eric (29 April 2019)."NTFS-3G plugin for reading" system compressed "files".GitHub.Retrieved1 October2019.
  80. ^"Re: [ntfs-3g-devel] Experimental support for Windows 10" System Compressed "files".SourceForge.net.Retrieved1 October2019.
  81. ^"DISM Overview".15 December 2021.
  82. ^"Compact".3 February 2023.
  83. ^"Windows Image File Boot (WIMBoot) Overview".10 March 2015.
  84. ^"Sparse Files".MSDN.Microsoft.12 October 2013.Retrieved21 October2013.
  85. ^Kandoth, Suresh B. (4 March 2009)."Sparse File Errors: 1450 or 665 due to file fragmentation: Fixes and Workarounds".CSS SQL Server Engineers.Microsoft.Archived fromthe originalon 21 October 2013.Retrieved21 October2013.
  86. ^"Sparse Files and Disk Quotas".MSDN Library.Microsoft.12 October 2013.Retrieved21 October2013.
  87. ^"Transactional NTFS".MSDN.Microsoft.Archived fromthe originalon 2007-02-21.Retrieved2007-02-02.
  88. ^"Transactional NTFS (TxF)".Microsoft Docs.Microsoft. 20 July 2022.Retrieved12 August2023.
  89. ^"Unable to open content synced in a OneDrive folder on an external drive".Microsoft Support.Retrieved2021-04-03.
  90. ^André, Jean-Pierre (March 1, 2019)."NTFS-3G: Junction Points, Symbolic Links and Reparse Points".jp-andre.pagesperso-orange.fr.Archived fromthe originalon Aug 28, 2022.
  91. ^"Chapter 18 – Choosing a File System".MS Windows NT Workstation 4.0 Resource Guide.Microsoft.20 February 2014.Retrieved25 February2014.
  92. ^"Naming Files, Paths, and Namespaces".MSDN.Microsoft.Naming Conventions.Retrieved25 February2014.
  93. ^"NTFS. Partition Boot Sector".Ntfs.Retrieved22 September2018.
  94. ^"Boot Sector".Technet.microsoft.September 11, 2008. Table 1.13 BPB and Extended BPB Fields on NTFS Volumes.Retrieved22 September2018.
  95. ^"Master File Table".MSDN.July 2, 2012.
  96. ^"Forensics: What is the MFT Mirror?".Where is Your Data?.2009-06-05.Retrieved2021-07-30.
  97. ^"NTFS Master File Table (MFT)".Ntfs.Retrieved22 September2018.
  98. ^Schwarz, Thomas."COEN 252 Computer Forensics NTFS".Faculty of Organization and Informatics University of Zagreb. Archived fromthe originalon 2021-02-27.RetrievedMay 30,2019.
  99. ^ab"OEM Support Tools Phase 3 Service Release 2 Availability".Microsoft Corporation. 2007-02-21. Archived fromthe originalon 2015-02-23.Retrieved2010-06-16.Windows NT File System (NTFS) File Sector Information Utility... A tool used to dump information about an NTFS volume
  100. ^"The Four Stages of NTFS File Growth".Archived fromthe originalon 23 September 2018.Retrieved22 September2018.
  101. ^"A heavily fragmented file in an NTFS volume may not grow beyond a certain size".Archivedfrom the original on 2021-05-06.Retrieved2021-05-19.
  102. ^"How Oplocks function in the Windows Environment: Overview".Archived fromthe originalon 2010-08-23.Retrieved2018-12-19.
  103. ^"What's New in NTFS".Technet.microsoft.2 July 2012.Retrieved22 September2018.
  104. ^Gilligan, Jonathan (28 May 2001)."Beating the Daylight Saving Time bug and getting correct file modification times".The Code Project.

Further reading

[edit]
[edit]