Why does formatting the disk in Windows take 10 minutes, but when I type "format c:\" in CMD it only takes several seconds?
feedback
|
migrated from stackoverflow.com Aug 24 '10 at 1:23
This question came from our site for professional and enthusiast programmers.
|
The difference is because you can ask to fill the disk with zeros (full-format) which has to write all blocks of the partition or just rewrite new meta info on disk, without wiping all data, which is quick-format and only takes a few seconds. | ||||
feedback
|