From owner-freebsd-questions@FreeBSD.ORG Sun Apr 3 17:51:47 2005 Return-Path: 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 D5D0216A4CE for ; Sun, 3 Apr 2005 17:51:47 +0000 (GMT) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 617FC43D45 for ; Sun, 3 Apr 2005 17:51:47 +0000 (GMT) (envelope-from rackleff@adelphia.net) Received: from [192.168.0.101] (really [67.23.120.136]) by mta11.adelphia.net (InterMail vM.6.01.04.01 201-2131-118-101-20041129) with ESMTP id <20050403175146.WVXQ5402.mta11.adelphia.net@[192.168.0.101]> for ; Sun, 3 Apr 2005 13:51:46 -0400 Message-ID: <42502D63.3040409@adelphia.net> Date: Sun, 03 Apr 2005 13:52:35 -0400 From: Keith Rackleff User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Unable to find device node for /dev/ad0s1b in /dev! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2005 17:51:47 -0000 I had this same type problem. It appears that FreeBSD and the BIOS did not select the proper geometry for the disk. I tried a different disk on the same system, and I was able to install. Knopptix reported a different geometry than FreeBSD, so I tried setting the geometry to match what Knopptix reported, but, the installation graphical fdisk told me the Knopptix geometry was "unrealistic", and set it back to the BIOS geometry. I installed the system on a different drive, and then used the command line fdisk command to partition the disk with the Knopptix geometry. I was then able to set the labels and mount the errant drive. Keith