On 7 Jun, Kevin Read wrote:
> how can I get rid of a disklabel on a SCSI disk? Maybe flattening the
> first few bytes with dd?
Yes.
dd if=/dev/zero of=/dev/rsd1c bs=10240 count=100
fills the first MB of the disk with null bytes. (On i386 use /dev/rsd1d)
--
tschüß,
Jochen
Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/