Updated: March 28, 2003
Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2
In this section
A file system is a part of the operating system that determines how files are named, stored, and organized on a volume. A file system manages files and folders, and the information needed to locate and access these items by local and remote users. Microsoft Windows Server 2003 supports both the FAT and NTFS file systems.
NTFS allows you to gain the maximum benefits for the needs of today’s enterprise business environments from Windows Server 2003, such as increased security, more robust and reliable performance, as well as a design for greater storage growth, features not found in FAT.
This section describes a few scenarios in which NTFS should be used as the file system on a server running Windows Server 2003.
NTFS uses its log file and checkpoint information to restore the consistency of the file system when the computer is restarted in the event of a system failure. In the event of a bad-sector error, NTFS dynamically remaps the cluster containing the bad sector and allocates a new cluster for the data, as well as marking the cluster as bad and no longer using it. For example, by formatting a POP3 mail server with NTFS, the mail store can offer logging and recovery. In the event of a server crash, NTFS can recover data by replaying its log files.
NTFS allows you to set permissions on a file or folder, and specify the groups and users whose access you want to restrict or allow, and then select the type of access. NTFS also supports the Encrypting File System (EFS) technology used to store encrypted files on NTFS volumes. Any intruder who tries to access your encrypted files is prevented from doing so, even if that intruder has physical access to the computer. For example, a POP3 mail server, when formatted with an NTFS file system, provides increased security for the mail store, security that would not be available should the server be formatted with the FAT file system.
NTFS allows you to create an NTFS volume up to 16 terabytes using the default cluster size (4 KB) for large volumes. You can create NTFS volumes up to 256 terabytes using the maximum cluster size of 64 KB. NTFS also supports larger files and more files per volume than FAT. In addition, NTFS manages disk space more efficiently than FAT by using smaller cluster sizes. For example, a 30-GB NTFS volume uses 4-KB clusters. The same volume formatted by using FAT32 uses 16-KB clusters. Using smaller clusters reduces wasted space on hard disks. NTFS supports the many capabilities of dynamic disks for managing large storage requirements.
If your organization has limited space on a volume, NTFS provides support for increasing storage on a server with limited disk space.
NTFS has a number of features that are not available if you are using a FAT file system. These include:
Windows Server 2003 includes a number of features that require NTFS as the file system. A few of these features include:
In addition, NTFS is required before you can promote a server running Windows Server 2003 to a domain controller that hosts the Active Directory directory service.
If the volume is not formatted with the NTFS file system, these Windows Server 2003 features will not be available.
Note
NTFS is not supported on versions of Microsoft Windows earlier than Windows NT 4.0 and Windows 2000 Professional or MS-DOS. The table Operating System and NTFS Compatibility shows which operating systems support NTFS.
Operating System and NTFS Compatibility
Windows XP
Windows Server 2003
Windows 2000
Windows NT 4.0
Windows 95 OSR2, Windows 98, and Windows Millennium Edition
Windows 95 (prior to OSR2)
MS-DOS
NTFS depends on the following technologies:
Basic disks and basic volumes are the storage types most often used with Windows operating systems. The term basic disk refers to a disk that contains basic volumes, such as primary partitions and logical drives. The term basic volume refers to a partition on a basic disk. Basic disks, which are found in both x86-based and Itanium-based computers, provide a simple storage solution that can accommodate changing storage requirements.
Dynamic disks can use the master boot record (MBR) or GUID partition table (GPT) partitioning scheme. All volumes on dynamic disks are known as dynamic volumes. Dynamic disks were first introduced with Windows 2000 and provide features that basic disks do not.
NTFS is related to the following technology:
The File Allocation Table (FAT) file system is an older file system that relies on an allocation table to keep track of files and folders on a volume. Windows Server 2003 supports both FAT16 and FAT32 file systems.