搜尋此網誌

關於我自己

我的相片
典實資訊 專業資料救援 web:www.dsinfo.com.tw
tel:0910-149-877
*免費檢測*不成功不收費*完善的設備技術 *資料保密*實在透明的收費標準

2011年3月27日 星期日

NTFS檔案系統

NTFSWindows NT以及之後的Windows 2000Windows XPWindows Server 2003Windows Server 2008Windows VistaWindows 7的標準檔案系統。(現以漸漸取代FAT32)
具有以下特點:
1.      安全性(ex:EFS)
2.      可恢復性
3.      文件壓縮
4.      磁碟配額控制
5.      更佳的文件管理技術

NTFS取代了檔案分配表(FAT)檔案系統,為MicrosoftWindows系列作業系統提供檔案系統。NTFSFATHPFS(高性能檔案系統)作了若干改進,例如,支援後設資料,並且使用了高階資料結構,以便於改善性能、可靠性和磁碟空間利用率,並提供了若干附加擴充功能功能,如存取控制列表(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

更多內容請至微軟官網