NTFS是Windows NT以及之後的Windows 2000、Windows XP、Windows Server 2003、Windows Server 2008、Windows Vista和Windows 7的標準檔案系統。(現以漸漸取代FAT32)
具有以下特點:
1. 安全性(ex:EFS)
2. 可恢復性
3. 文件壓縮
4. 磁碟配額控制
5. 更佳的文件管理技術
NTFS取代了檔案分配表(FAT)檔案系統,為Microsoft的Windows系列作業系統提供檔案系統。NTFS對FAT和HPFS(高性能檔案系統)作了若干改進,例如,支援後設資料,並且使用了高階資料結構,以便於改善性能、可靠性和磁碟空間利用率,並提供了若干附加擴充功能功能,如存取控制列表(ACL)和檔案系統日誌。該檔案系統的詳細定義屬於商業秘密,Microsoft已經將其註冊為智慧財產權產品。
NTFS System (Metadata) Files
Master File Table | $MFT |
Master File Table 2 | $MFTMirr |
Log File | $LogFile |
Volume Descriptor | $Volume |
Attribute Definition Table | $AttrDef |
Root Directory / Folder | |
Cluster Allocation Bitmap | $Bitmap |
Volume Boot Code | $Boot |
Bad Cluster File | $BadClus |
Quota Table | $Quota |
Upper Case Table | $UpCase |
更多內容請至微軟官網