Originally posted by Anusha@Dec 10 2002, 01:02 AM
When you have a FAT32 volume and if the power goes off, when the computer boots, check disk runs. But not if you have a NTFS Volume. Why is that?
Exactly what I was wondering
Don't have clue...Windows 2000/XP does NOT scan the hard disk under NTFS for an invalid shut down, but does for a FAT32
.uncorn answered well: NTFS is a journalising (it keeps a log) file-system. If the log and it's current state doesn't match upon reboot the filesystem perform a check and undo any failed changes, thus bringing the filesystem back to last consistent state. This goes pretty fast and there is no need to check the whole MFT/partition/drive.

Thanks!!
For the second question:
Different file systems can coexist on the same computer or even the same hard drive. When this is the case it is important to remember that the two disks, or partitions, do not "access" each other or communicate with each other in any way. There is no such thing as one file system being "compatible" with another file system. All reading and writing operations are handled by the operating system, NOT the file system. All a file system does is organize the data on the disk. In some cases, such as with NTFS, the file system may offer security, encryption, or other features. However the operating system is still responsible for interpreting the information stored on the partition or disk no matter what file system is used.
