From owner-freebsd-alpha@FreeBSD.ORG Tue Sep 9 05:30:06 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA21A16A4BF for ; Tue, 9 Sep 2003 05:30:06 -0700 (PDT) Received: from einsteinium.btinternet.com (einsteinium.btinternet.com [194.73.73.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3F4043FBD for ; Tue, 9 Sep 2003 05:30:04 -0700 (PDT) (envelope-from nick@freebsd.cx) Received: from host81-128-183-121.in-addr.btopenworld.com ([81.128.183.121] helo=cordelia.tachief.com) by einsteinium.btinternet.com with smtp (Exim 3.22 #23) id 19whdC-0004W2-00 for freebsd-alpha@freebsd.org; Tue, 09 Sep 2003 13:30:02 +0100 Received: (qmail 31495 invoked by uid 1000); 9 Sep 2003 12:21:09 -0000 Date: Tue, 9 Sep 2003 13:21:09 +0100 From: Nick Jones To: freebsd-alpha@freebsd.org Message-ID: <20030909122109.GA7145@freebsd.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: OpenBSD/3.4 (i386) X-Uptime: 1:12PM up 4:26, 2 users, load averages: 0.39, 0.34, 0.28 User-Agent: Mutt/1.5.4i Subject: Dedicated disks from a sparc64/-CURRENT system into an Alpha X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2003 12:30:06 -0000 I'm trying to install two IDE disks that were created in dedicated mode on a Sun Ultra5 running -CURRENT (from about a month ago) into a Compaq Professional Workstation XPS1000 running 5.1-RELEASE. The disks are attached to a Promise ATA100 PCI IDE Controller, and both devices are detected on boot as follows: ad0: 58644MB [119150/16/63] at ata2-master UDMA100 ad1: 114473MB [232581/16/63] at ata2-slave UDMA100 The corresponding entries in fstab taken from the sparc64 installation are: /dev/ad1f /data1 ufs rw 2 2 /dev/ad0d /data2 ufs rw 2 2 However, neither 'ad0d' or 'ad1f' exist on the Alpha, and bsdlabel simply returns: willow# bsdlabel /dev/ad0 bsdlabel: /dev/ad0: no valid label found If I put the drives back into the sparc64 box all is well, so it's not something that's happened physically to the drives during removal and reinstallation. Any ideas? This is actually the first time I've really messed with 5.x and devfs in particular so it might be something obvious I'm neglecting to do, but I can't see it. TIA. -- /Nick