From owner-freebsd-amd64@FreeBSD.ORG Tue Feb 15 18:09:25 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32F5B16A4CE for ; Tue, 15 Feb 2005 18:09:25 +0000 (GMT) Received: from mail2.leitch.com (mail2.leitch.com [204.187.61.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id D10EC43D1F for ; Tue, 15 Feb 2005 18:09:24 +0000 (GMT) (envelope-from Xi.Liu@Leitch.com) Received: from pelican.mars.leitch.com (pelican.mars.leitch.com [192.168.233.15]) by mail2.leitch.com (8.12.10/8.12.10) with ESMTP id j1FI9OBN021482 for ; Tue, 15 Feb 2005 13:09:24 -0500 (EST) Received: by pelican.mars.leitch.com with Internet Mail Service (5.5.2657.72) id <1TYH21Y4>; Tue, 15 Feb 2005 13:09:50 -0500 Message-ID: From: "Xi.Liu" To: "'freebsd-amd64@freebsd.org'" Date: Tue, 15 Feb 2005 13:09:48 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" Subject: RE: Can not create slice on a SATA drive X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2005 18:09:25 -0000 Thanks! Still not very sure, .... (I am new using FreeBSD). I guess even I boot singel user, the disk will still be mounted as /. Do I have to boot from a bootable-CD (say the installation CD)? Xi -----Original Message----- From: David O'Brien [mailto:obrien@freebsd.org] Sent: Tuesday, February 15, 2005 1:03 PM To: Xi.Liu Cc: 'freebsd-amd64@freebsd.org' Subject: Re: Can not create slice on a SATA drive On Tue, Feb 15, 2005 at 12:47:13PM -0500, Xi.Liu wrote: > I have Dell power edge S420 with only one SATA harddrive running FreeBSD > 5.3-RELEASE for AMD64 platform and the system is running fine. .. > I am trying to create a slice to use the all the rest unused disk space, but > some how I can save the changes using "sysinstall" > (see error messages below) .. > ??ERROR: Unable to write data to disk ad4! ?k Boot single user and try to create the partition. GEOM won't allow writes to a disk after it has been mounted. -- -- David (obrien@FreeBSD.org)