|
权威的解释
http://en.wikipedia.org/wiki/NTFS
Versions
NTFS has five released versions:
* v1.0 with NT 3.1,[citation needed] released mid-1993
* v1.1 with NT 3.5,[citation needed] released fall 1994
* v1.2 written by NT 3.51 (mid-1995) and NT 4 (mid-1996) (occasionally referred to as "NTFS 4.0", because OS version is 4.0)
* v3.0 from Windows 2000 (occasionally "NTFS V5.0")
* v3.1 from Windows XP (autumn 2001; occasionally "NTFS V5.1"), Windows Server 2003 (spring 2003; occasionally "NTFS V5.2"), Windows Vista (mid-2005) (occasionally "NTFS V6.0") and Windows Server 2008
V1.0 and V1.1 (and newer) are incompatible: that is, volumes written by NT 3.5x cannot be read by NT 3.1 until an update on the NT 3.5x CD is applied to NT 3.1, which also adds FAT long file name support.[11] V1.2 supports compressed files, named streams, ACL-based security, etc.[1] V3.0 added disk quotas, encryption, sparse files, reparse points, update sequence number (USN) journaling, the $Extend folder and its files, and reorganized security descriptors so that multiple files which use the same security setting can share the same descriptor.[1] V3.1 expanded the Master File Table (MFT) entries with redundant MFT record number (useful for recovering damaged MFT files).
Windows Vista introduced Transactional NTFS, NTFS symbolic links, partition shrinking and self-healing functionality[12] though these features owe more to additional functionality of the operating system than the file system itself.
从上面的解释看,XP/2003/Vista/2008用的都是NTFS 3.1版本,也就是说是完全相同的,至于楼主提到的问题,那只是引导扇区的不同造成的,XP/2003的引导扇区当然会去找NTLDR,而vista的引导扇区是去找bootmgr,引导扇区的不同不能表示分区格式不同。
另一个问题:联想的文档写得够垃圾,不过,写这个文档的人说不定都没搞清楚是怎么回事。
其实,这个问题很容易解决:Vista的bootsect /nt60 就行了。
[ 本帖最后由 Climbing 于 2008-12-26 00:08 编辑 ] |
|