Y
Yousuf Khan
Man-wai Chang to The Door (24000bps) said:When I right-clicked a hard disk in Window$ and hit Format, was it the
hard disk controller that took over to format a particular sector on the
disk? Or was it the OS?
It's an OS-level operation. It doesn't extend out to beyond the
partition borders, and partitions are organizational constructs
maintained by the OS'es. If there is a separate partition maintained by
a different OS, it won't be touched.
Today, a format is simply rewriting the file allocation and directory
information on the partition. A long format might involve a cursory
read-test of the surface of the disk before finalizing.
I wanted to reduce the fault tolerance level of the formatting process
such that it would mark a sector as bad when there was one single
read/write failure.
Right now, the Format process would retry again and again for long time
when a bad sector was hit. I don't want the process to retry, and just
mark it as bad.
As others have mentioned, just run a disk wipe utility on the partition.
Disk Redactor is a free-ware freespace wipe utility that runs under
Windows. It even has a feature to do just a write test on the disk, if
you don't want to actually wipe the freespace.
Yousuf Khan