On Sun, May 06, 2007 at 07:51:14PM +0200, Sebastian Rother wrote:
| Hello everybody,
|
| I`ve a problem with one HDD wich has 3 empty Partitions at the
| beginning. I wanted to remove those partitions but OpenBSDs fdisk
| doesn`t know about a "delete" Command and disklabel so far shows just
| the OpenBSD (4th) partition.
|
| What would be the OpenBSD equivalent to Linux fdisk "delete"?
| I can`t use disklabel because disklabel does not show those 3 empty
| Partitions.
Use at your own risk :
dd if=/dev/zero of=/dev/hdXc bs=1 count=48 seek=446
This will give you serious headaches if you dont know what you're
doing and you actually wanted to keep some data on the disk. Backup
before shooting yourself in the foot.
Cheers,
Paul 'WEiRD' de Weerd
--
>++++++++[<++++++++++>-]<+++++++.>+++[<------>-]<.>+++[<+
+++++++++++>-]<.>++[<------------>-]<+.--------------.[-]
http://www.weirdnet.nl/
[demime 1.01d removed an attachment of type application/pgp-signature]