- NTFS (NT file system; sometimes New Technology File System) is the file system that the Windows NT operating system uses for storing and retrieving files on a hard disk. NTFS is the Windows NT equivalent of the Windows 95 file allocation table (FAT) and the OS/2 High Performance File System (HPFS). However, NTFS offers a number of improvements over FAT and HPFS in terms of performance, extendibility, and security.Notable features of NTFS include: - Use of a B-tree directory scheme to keep track of file clusters
- Information about a file's clusters and other data is stored with each cluster, not just a governing table (as FAT is)
- Support for very large files (up to 2 to the 64th power or approximately 16 billion bytes in size)
- An access control list (ACL) that lets a server administrator control who can access specific files
- Integrated file compression
- Support for names based on Unicode
- Support for long file names as well as "8 by 3" names
- Data security on both removable and fixed disks
How NTFS WorksWhen a hard disk is formatted (initialized), it is divided into partitions or major divisions of the total physical hard disk space. Within each partition, the operating system keeps track of all the files that are stored by that operating system. Each file is actually stored on the hard disk in one or more clusters or disk spaces of a predefined uniform size. Using NTFS, the sizes of clusters range from 512 bytes to 64 kilobytes. Windows NT provides a recommended default cluster size for any given drive size. For example, for a 4 GB (gigabyte) drive, the default cluster size is 4 KB (kilobytes). Note that clusters are indivisible. Even the smallest file takes up one cluster and a 4.1 KB file takes up two clusters (or 8 KB) on a 4 KB cluster system.The selection of the cluster size is a trade-off between efficient use of disk space and the number of disk accesses required to access a file. In general, using NTFS, the larger the hard disk the larger the default cluster size, since it's assumed that a system user will prefer to increase performance (fewer disk accesses) at the expense of some amount of space inefficiency. When a file is created using NTFS, a record about the file is created in a special file, the Master File Table (MFT). The record is used to locate a file's possibly scattered clusters. NTFS tries to find contiguous storage space that will hold the entire file (all of its clusters). Each file contains, along with its data content, a description of its attributes (its metadata).
 |
Learn more about Windows File Management |
| Optimizing NTFS file system performance: The hard disk can become a bottleneck in system performance. While not much can be done to overcome hardware-related limitations, admins can optimize NTFS to reduce delays. |
| Windows Distributed File System (DFS) Tutorial: Find resources on Microsoft's Distributed File System, including troubleshooting tips and best practices for working with DFS Replication, DFS Namespace and more. |
| Windows Distributed File System (DFS) Namespace primer: This excerpt from "The Complete Guide to Windows Server 2008" goes over the basics of Distributed File System Namespace (DFSN), with details on what's new in Windows Server 2008. |
| Windows NTFS Tutorial: This short tutorial provides links to resources breaking down how the NTFS file system works, with details on NTFS vs FAT32, recovery techniques and management best practices. |
| A Windows administrator's guide to file management: File management in Windows means finding the right places for user data, planning for changes in how files are stored and dealing with the quirks of the Windows file systems. |
| Shore up on shareware!: Get a grasp on the concept of shareware with our collection of editor-selected tips and expert advice! |
| CONTRIBUTORS: |
Atanas Entchev |
| LAST UPDATED: |
03 Nov 2008
|
 |
Do you have something to add to this definition? Let us know.
Send your comments to techterms@whatis.com
|

 |
More resources from around the web:
|


');
// -->



|