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.
Set their type to 0 with fdisk (fdisk -e, e #part, 0 to disable, etc). That said, I wouldn't recommend anyone to use the OpenBSD fdisk, unless they really know what they're doing :) It's too obtuse and error prone.

