[CLUE-Tech] question about fdisk

Tom Poindexter tpoindex at nyx.net
Fri Aug 16 14:09:58 MDT 2002


On Fri, Aug 16, 2002 at 01:42:53PM -0600, dahanson at thegeek.nu wrote:
> Without going into too much detail, I need to remove a BSD disklabel from my 
> hard drives. fdisk contains all the commands and options for creating BSD 
> disklabels, but no information on how to *remove* them. Does anyone know which 
> option, or perhaps which command, I need to use to remove a BSD disklabel? 
> 


just use fdisk to write over the partition type with a new type.
e.g.:
fdisk /dev/hda
t	<< change partition type command
x	<< your partition you want to change, use command 'l' for list of types
83	<< linux ext2/3 type 
w

-- 
Tom Poindexter
tpoindex at nyx.net
http://www.nyx.net/~tpoindex/



More information about the clue-tech mailing list