From owner-freebsd-questions@FreeBSD.ORG Thu Oct 23 11:27:47 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 9FF65106567C; Thu, 23 Oct 2008 11:27:47 +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 690D28FC1A; Thu, 23 Oct 2008 11:27:47 +0000 (UTC) (envelope-from vmail@lists.ukgrid.net) Received: from vmail by alpha.ukgrid.net with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1KsyLx-000JV7-En; Thu, 23 Oct 2008 12:27:45 +0100 From: "andys" To: "andys" Date: Thu, 23 Oct 2008 13:27:45 +0200 Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Message-Id: Sender: VMail virtual user Cc: freebsd-fs@freebsd.org, freebsd-questions@freebsd.org 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: Thu, 23 Oct 2008 11:27:47 -0000 Hi, the below was resolved by rebooting the server. After a reboot the device file /dev/da0s1g has been created, however this doesnt seem completely normal as sysinstall obviously expected to see the new device file immediately. Perhaps there is a prob with my system or is there just a problem with the expectations of sysinstall?? :S cheers Andy. andys writes: > 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.