From owner-freebsd-questions@FreeBSD.ORG Thu Aug 12 19:10:37 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2D1216A4CE for ; Thu, 12 Aug 2004 19:10:37 +0000 (GMT) Received: from pearl.ibctech.ca (dev.eagle.ca [209.167.58.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 243E343D39 for ; Thu, 12 Aug 2004 19:10:36 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: (qmail 21619 invoked by uid 1002); 12 Aug 2004 19:11:44 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (clamscan: 0.73. spamassassin: 2.63. Clear:RC:1(127.0.0.1):. Processed in 1.239583 secs); 12 Aug 2004 19:11:44 -0000 Received: from unknown (HELO webmail.ibctech.ca) (127.0.0.1) by localhost.ibctech.ca with SMTP; 12 Aug 2004 19:11:42 -0000 Received: from 209.167.16.15 (SquirrelMail authenticated user steve@ibctech.ca); by webmail.ibctech.ca with HTTP; Thu, 12 Aug 2004 15:11:43 -0400 (EDT) Message-ID: <2741.209.167.16.15.1092337903.squirrel@209.167.16.15> Date: Thu, 12 Aug 2004 15:11:43 -0400 (EDT) From: "Steve Bertrand" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: disklabel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Aug 2004 19:10:37 -0000 Hi all, I have 6 GB left on an already production disk drive, that I want to label and use. In sysinstall, using disklabel, I get the following: Disk: ar0 Partition name: ar0s1 Free: 12218275 blocks (5965MB) Part Mount Size Newfs Part Mount Size Newfs ---- ----- ---- ----- ---- ----- ---- ----- ar0s1a 250MB * ar0s1b swap 1024MB SWAP ar0s1e 40000MB * ar0s1f 30000MB * ar0s1g 40000MB * If I create another partition and then write with the 'w' command, will this destroy any data? Or would I be better off using the disklabel command, and entering in the following: h: * 4.2BSD and then doing a newfs? What is the safest or most recommended way? Tks, Steve