What algorithm does windows drive formatting utility use to format a drive? is it different from 'Simple Overwrite' (1 pass) ?
|
feedback
|
|
A Quick Format only rewrites the MFT, which is what makes it fast. A full format forces the OS to do a bad sector check. If you do a full format from Vista or later, then zeroes are written to the entire drive as well. Source: KB 941961
| |||||||||||
feedback
|
|
XP and before Windows Long format does not overwrite the drive, it rewrites the MBR and MFT, then does a surface scan for bad sectors on the entire disk, which is read only. http://support.microsoft.com/kb/302686 Data recovery is still possible after a XP Windows long format because only the MBR and MFT are overwritten. You would need to use a 3rd party utility to overwrite the entire drive before data recovery becomes impossible. | |||
|
feedback
|
|
There is a difference between fast format, that just re-initializes the disk tables to empty, and long format that rewrites all the sectors in one pass. This is probably exactly the same as what you call 'Simple Overwrite'. | |||||||
feedback
|