Subject: Re: How to kill a disklabel
To: None <jkunz@unixag-kl.fh-kl.de>
From: Lord Isildur <mrfusion@guildvax.guild.net>
List: port-vax
Date: 06/08/2000 17:56:07
you dont need to trash the whole meg. the label and bootstrap occupy at 
most the first 20 blocks of a disk. (for a block being 512bytes) 

isildur

> 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)