From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 06:40:00 2007 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 903B116A468 for ; Tue, 31 Jul 2007 06:40:00 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.186]) by mx1.freebsd.org (Postfix) with ESMTP id 21DC513C45B for ; Tue, 31 Jul 2007 06:39:59 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so401499fka for ; Mon, 30 Jul 2007 23:39:59 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ikx5nvrogN2IxXn67t6YflA9L+o1T7NJW3oQqz5HtnuVJlsvDw+s3L5xJp/0ia376rvuiIR5S+qnSaGL4xOrK6J9zWKBip3OsSLRYK0MMLBPVJQYhRDkavSJr1etPkmdf1nAZ/FxxJytWH0JvNkNKqolK+pjTEaM9XjQQIm3beA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lIPP3rQFKrqJTRyiKZT+f7I0rDnX8PY4lg36pX2yuM1fv7pfqo+Y0TohtcU1hEQofRCtnKsrJqcSY24CHt+qt1C2rerp0NFdE3U7bKssZD2jtPPHebZnSmgqEan1uxY1vL5dlxdpX9uMdVkt0FC/+/WUO2FkhrpZwvXzhWNBEGw= Received: by 10.82.186.5 with SMTP id j5mr5033048buf.1185863998862; Mon, 30 Jul 2007 23:39:58 -0700 (PDT) Received: by 10.82.185.5 with HTTP; Mon, 30 Jul 2007 23:39:57 -0700 (PDT) Message-ID: Date: Tue, 31 Jul 2007 01:39:58 -0500 From: "illoai@gmail.com" To: "Rakhesh Sasidharan" In-Reply-To: <20070731082755.L40009@scrat.home.rakhesh.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5751445.1185759689310.JavaMail.tjw43@drexel.edu> <20070730100844.M99888@scrat.home.rakhesh.com> <20070731082755.L40009@scrat.home.rakhesh.com> Cc: Terrence Wilson , freebsd-questions@freebsd.org Subject: Re: Installation problem 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: Tue, 31 Jul 2007 06:40:00 -0000 On 30/07/07, Rakhesh Sasidharan wrote: > > > On Mon, 30 Jul 2007, illoai@gmail.com wrote: > > > On 30/07/07, Rakhesh Sasidharan wrote: > >> > >> On Sun, 29 Jul 2007, Terrence Wilson wrote: > >> > >>> I'm trying to install FreeBSD as part of a dual boot config on a hard > >>> disk which already contains Windows XP. I have created a partition for > >>> FreeBSD. My problem comes once I "commit" to the installation of > >>> FreeBSD. I get the following message, after which installation aborts: > >>> "Unable to find device node for /dev/ad4s2b in /dev! The creation of > >>> filesystems will be aborted." What am I doing wrong? > >> > >> Are you trying to install FreeBSD in an extended partition? The > >> /dev/ad*4*s2b makes me think so ... > > > > /dev/ad4 is probably his first SATA drive, the integer > > following "s" is the slice number (partition in the magical > > windows world) and if greater than 4 indicates an extended > > slice. > > I thought /dev/ad4s2b meant the 5th disk (since its ad4; ad0-ad3 being 1st > to 4th disks), 2nd slice (s2), and second partition in that slice (b). Do > SATA drives too come up as "ad" devices? I don't have experience with SATA > drives, so don't know ... I know my IDE drives come up as "ad" and so > would assume SATA will come up with a different name. I suppose we still haven't actually answered the original question, as to why it would abort with: "Unable to find device node for /dev/ad4s2b in /dev!" The only thing I can think of is that sysinstall was expecting a swap partition and wasn't given one, although that sysinstall should be so brittle does not agree with my general experience. If the space to be installed in is greater than 6G (or so) the defaults should work without a problem, so assuming the defaults were used it should see a /dev/ad4s2b as swap. Of course we haven't asked which version of FreeBSD or if there might be some sort of buggish controller. -- --