mike10 wrote:So a slow format gives more writable disk space as compared to the fast format? .
No ... like I wrote above.
A SLOW format issues a SCSI "FORMAT UNIT" command.
How this is handled by various storage devices is anyones guess. ( different manufacturers handle this in their own way )
It is tradition for most older spinning platter based SCSI storage devices when issued with a "FORMAT UNIT" command to:
1: Attempt a write of ZERO's to each BLOCK/SECTOR.
2: Update the un-readable/un-writeable BLOCK/SECTORS by adding entries into a "BAD BLOCK or GROWN DEFECTS" table.
Not all disks handle the SCSI "FORMAT UNIT" command in a standard way though.
Again as an example. The popular PCD-25 responds with a "COMMAND DONE" message and doesn't actually do anything to the CF card that is inserted.
Some models of ZIP and JAZ drives in certain scenarios, crash, damage configuration "Z-TRACKS" and behave badly. ( in essence, voiding further use of the ZIP/JAZ cart ).
mike10 wrote:since it erases the whole disk? Is that the advantage of slow format?Thanks.
Assuming the connected storage device handles the SLOW "FORMAT UNIT" SCSI command correctly; then a SLOW format has the effect of presenting a clean slate to the next phase of formatting. IE: The PARTITION and FILESYSTEM creation phase.
I hope this makes sense.
Rohan.