From owner-freebsd-questions@FreeBSD.ORG Wed Oct 22 09:23:05 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D23871065673 for ; Wed, 22 Oct 2008 09:23:05 +0000 (UTC) (envelope-from vmail@lists.ukgrid.net) Received: from alpha.ukgrid.net (lists.manap.net [85.159.60.196]) by mx1.freebsd.org (Postfix) with ESMTP id 9C2998FC17 for ; Wed, 22 Oct 2008 09:23:05 +0000 (UTC) (envelope-from vmail@lists.ukgrid.net) Received: from vmail by alpha.ukgrid.net with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1KsZvk-0007Ut-J0 for freebsd-questions@freebsd.org; Wed, 22 Oct 2008 10:23:04 +0100 From: "andys" To: freebsd-questions@freebsd.org Date: Wed, 22 Oct 2008 11:23:04 +0200 Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Message-Id: Sender: VMail virtual user Subject: Re: bsdlabel partiton c error message on new install 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: Wed, 22 Oct 2008 09:23:05 -0000 Hi, ok, so I have attempted to proceed with my original task which was to create a new UFS2 parition (using sysinstall). Having chosen "c" and then "w" from the lable section, i recieve the following error: Error mounting /dev/da0s1g on /export : No such file or directory After exiting sysinstall, I can see from bsdlabel: 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 20971520 0 4.2BSD 0 0 0 b: 20971520 75497472 swap c: 285153687 0 unused 0 0 # "raw" part, don't edit d: 20971520 20971520 4.2BSD 0 0 0 e: 20971520 41943040 4.2BSD 0 0 0 f: 12582912 62914560 4.2BSD 0 0 0 g: 146800640 96468992 4.2BSD 0 0 0 bsdlabel: partition c doesn't cover the whole unit! "g" is my new partition. Under /dev however I dont see the device file: ls /dev/da0* /dev/da0 /dev/da0s1a /dev/da0s1c /dev/da0s1e /dev/da0s1 /dev/da0s1b /dev/da0s1d /dev/da0s1f Can anyone help :( thanks a lot, Andy.