From owner-freebsd-stable@FreeBSD.ORG Sun Jun 19 23:14:27 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3871416A41C for ; Sun, 19 Jun 2005 23:14:27 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2645A43D48 for ; Sun, 19 Jun 2005 23:14:27 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 0F1DA72DD4; Sun, 19 Jun 2005 16:14:27 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 0999072DCB; Sun, 19 Jun 2005 16:14:27 -0700 (PDT) Date: Sun, 19 Jun 2005 16:14:27 -0700 (PDT) From: Doug White To: Baldur Gislason In-Reply-To: <20050618012856.GB51304@gremlin.foo.is> Message-ID: <20050619161223.V83634@carver.gumbysoft.com> References: <20050618012856.GB51304@gremlin.foo.is> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-stable@freebsd.org Subject: Re: Weird fdisk behavior X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jun 2005 23:14:27 -0000 On Sat, 18 Jun 2005, Baldur Gislason wrote: > I am trying to add another partition to my root drive, it has a few gigabytes of unpartitioned space. > Whenever I try to run fdisk -u it says cannot open disk /dev/ad0: No such file or directory > ad0 does exist, why does fdisk say otherwise? fdisk can display the partition table but it can't alter it. > securelevel is -1 and this is FreeBSD 5.4-STABLE from the beginning of May this year. Be aware that fdisk will fake up a partition table if the volume has no table. Look for a message like: warning: invalid partition table found If you see that then there is no FDISK partition table. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org