|
Posted by Sebastian Gottschalk on April 5, 2006, 6:55 pm
If you were Registered and logged in, you could reply and use other advanced thread options Jim Watt wrote:
>>> What do you guys use to do low-level initialization of the hard drives?
>> dd if=/dev/zero of=/dev/hdXY bs=1M
>
> hardly any use on windows,
Windows Services for Unix comes with a dd.exe and /dev/hdX maps to the
relevant \Device\HarddiskY. Or what about CoLinux?
Anyway, who said that Windows is the tool of choice?
> but is it what was traditionally a 'low level' format? I think not.
You're right, but this is what a 'low level' format is on today's
harddrives.
> Thats all changed, and is debatable whether one can do a real
> low level format any more, and its worth if you could.
Oh, with SCSI you can still access the raw blocks directly, including
spare reserves. On ATA I haven't seen any such commands yet.
|