Which Windows? The file system used by DOS and Windows up to Win98 (if I am not mistaken) is FAT. It is still widely used e.g. by memory cards, digital cameras etc. Windows NT and later Windows versions however use NTFS.
You may start reading about FAT and NTFS on Wikipedia.
A friend of mine started implementing a defragmenter based on that information and it appears to work properly. That means the info from that site seems reliable.
发布评论
评论(2)
哪个窗口? DOS和Windows直到Win98(如果我没记错的话)使用的文件系统是FAT。它仍然被广泛使用,例如存储卡、数码相机等。但是 Windows NT 和更高版本的 Windows 版本使用 NTFS。
您可以开始阅读FAT 和NTFS 在维基百科上。
Which Windows? The file system used by DOS and Windows up to Win98 (if I am not mistaken) is FAT. It is still widely used e.g. by memory cards, digital cameras etc. Windows NT and later Windows versions however use NTFS.
You may start reading about FAT and NTFS on Wikipedia.
您可能指的是 NTFS。那么最好的参考是 http://www.ntfs.com/
我的一个朋友开始实施 <基于该信息的 href="http://code.google.com/p/msdefrag/" rel="nofollow noreferrer">碎片整理程序,它似乎工作正常。这意味着该网站的信息似乎可靠。
You probably mean NTFS. Then the best reference is http://www.ntfs.com/
A friend of mine started implementing a defragmenter based on that information and it appears to work properly. That means the info from that site seems reliable.