From owner-freebsd-questions Tue Sep 3 01:33:59 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA13745 for questions-outgoing; Tue, 3 Sep 1996 01:33:59 -0700 (PDT) Received: from obelix.cica.es (obelix.cica.es [150.214.1.10]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA13738 for ; Tue, 3 Sep 1996 01:33:34 -0700 (PDT) Received: (from amora@localhost) by obelix.cica.es (8.7.5/8.7.3) id KAA09370 for freebsd-questions@freebsd.org; Tue, 3 Sep 1996 10:31:24 +0200 (GMT-2:00) From: "Jesus A. Mora Marin" Message-Id: <199609030831.KAA09370@obelix.cica.es> Subject: Creating a second freebsd slice To: freebsd-questions@freebsd.org Date: Tue, 3 Sep 1996 10:31:23 +0200 (MET) X-Mailer: ELM [version 2.4 PL25] Content-Type: text Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk A pretty simple question, I think, but I am confused with the disklabel subject. I have an IDE hard disk with three slices on it (msdos, linux and FreeBSD). fdisk output reads so: ******* Working on device /dev/rwd0 ******* parameters extracted from in-core disklabel are: cylinders=525 heads=64 sectors/track=63 (4032 blks/cyl) parameters to be used for BIOS calculations are: cylinders=525 heads=64 sectors/track=63 (4032 blks/cyl) Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 0 is: sysid 6,(Primary 'big' DOS (> 32MB)) start 63, size 1056321 (515 Meg), flag 0 beg: cyl 0/ sector 1/ head 1; end: cyl 261/ sector 63/ head 63 The data for partition 1 is: sysid 131,(Linux filesystem) start 1620864, size 491904 (240 Meg), flag 80 beg: cyl 402/ sector 1/ head 0; end: cyl 523/ sector 63/ head 63 The data for partition 2 is: sysid 165,(FreeBSD/NetBSD/386BSD) start 1056384, size 564480 (275 Meg), flag 0 beg: cyl 262/ sector 1/ head 0; end: cyl 401/ sector 63/ head 63 The data for partition 3 is: I wanna get rid of the Linux slice and create a second slice for FreeBSD. The questions are? 1) Is this possible? 2) If so, is needed to use disklabel for anything? Or I must simply use fdisk to delete the Linux slice and create a new FreeBSD slice, and newsf then? Any caveat to keep in mind? Er, BTW, FreeBSD version is 2.2-960326SNAP. TIA! Jesus A. Mora amora@obelix.cica.es