From owner-freebsd-questions@FreeBSD.ORG Fri Jun 17 19:45:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 91BDF16A41C for ; Fri, 17 Jun 2005 19:45:46 +0000 (GMT) (envelope-from baldur@foo.is) Received: from gremlin.foo.is (gremlin.foo.is [194.105.250.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DCFD43D4C for ; Fri, 17 Jun 2005 19:45:45 +0000 (GMT) (envelope-from baldur@foo.is) Received: from 127.0.0.1 (localhost.foo.is [127.0.0.1]) by injector.foo.is (Postfix) with SMTP id 820D03A221 for ; Fri, 17 Jun 2005 19:45:44 +0000 (GMT) Received: by gremlin.foo.is (Postfix, from userid 1000) id AA06D3A21D; Fri, 17 Jun 2005 19:45:42 +0000 (GMT) Date: Fri, 17 Jun 2005 19:45:42 +0000 From: Baldur Gislason To: freebsd-questions@freebsd.org Message-ID: <20050617194542.GA51304@gremlin.foo.is> User-Agent: Mutt/1.4.1i X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on gremlin.foo.is X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=6.0 tests=AWL,BAYES_00 autolearn=ham version=2.61 X-Sanitizer: Foo MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Subject: Strange fdisk behavior on 5.4-STABLE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2005 19:45:46 -0000 I have a hard drive in my laptop with a 30GB FreeBSD partition and a few gigabytes of unused space (40GB hard drive). I wanted to make another FreeBSD partition but when I run fdisk I get this following error: fdisk: cannot open disk /dev/ad0: No such file or directory /dev/ad0 does exist and fdisk has no problem printing the partition table, but when run with -u it pretends the disk doesn't exist. I had no problems partitioning a USB flash drive. Any suggestions? Baldur