GTwannabe 0 Posted October 24, 2001 Back in the days when I used FAT32, if Win2k would bluescreen and crash, it would automatically schedule a disk check. With NTFS, it never does a startup disk check. Is there any way to force the system to do disk checks if it isn't shutdown properly? I ask because if I startup with a "dirty" disk, the system hangs for 10-20 seconds with the HDD light lit while loading items in the taskbar. Share this post Link to post
EddiE314 0 Posted October 24, 2001 NTFS doesn't need to do a disk check, it gets corrupted far far less than FAT32 Share this post Link to post
c0rv1d43 0 Posted October 24, 2001 Try "chkntfs /?" (without the quotes, natch) at a CMD prompt to see some simple options for setting the way chkdsk behaves at startup. For more detailed information about the way your version of NT deals with "dirty" NTFS partitions you would probably be best off searching on the terms at the MSKB. The default behavior is probably the best choice for the vast majority of circumstances. - Collin Share this post Link to post
Uykucu 0 Posted October 25, 2001 Yes everybody there are ways but the question is why??? NTFS fixes itself when the system is running, there are no such thing as lost clusters etc. If it messes up it does it big time anyway and you learn to keep up to date backups. But Quite frankly in all the machines I have not seen a single ntfs crash in 2 years. (Maybe one but I am suspecting it was the idiot operator deleting dll files. So it was a system crash) Share this post Link to post
Intlharvester 0 Posted October 27, 2001 If you add /BOOTLOG to your boot.ini line, you can see that CHKDSK actually does run and check if the disk is clean or not. I've noted that the startup check is fairly lax. After a crash, you can often run CHKDSK /F and find some minor corruption. Share this post Link to post
Flak 0 Posted December 19, 2001 Sorry to burst your bubble Uykucu m8, but no file system is perfect, and clusters DO still get lost, although they can obviously be recovered by a disk check Share this post Link to post