Subject: Re: How to kill a disklabel
To: None <obsidian@gmx.de>
From: None <jkunz@unixag-kl.fh-kl.de>
List: port-vax
Date: 06/07/2000 17:25:43
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/