From owner-freebsd-questions@FreeBSD.ORG Sun Jul 20 14:39:45 2003 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 0E99F37B401 for ; Sun, 20 Jul 2003 14:39:45 -0700 (PDT) Received: from lennier.cc.vt.edu (lennier.cc.vt.edu [198.82.162.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3200A43FA3 for ; Sun, 20 Jul 2003 14:39:44 -0700 (PDT) (envelope-from nmanisca@vt.edu) Received: from dagger.cc.vt.edu (IDENT:mirapoint@evil-dagger [10.1.1.11]) by lennier.cc.vt.edu (8.12.8/8.12.8) with ESMTP id h6KLdhvt041123; Sun, 20 Jul 2003 17:39:43 -0400 (EDT) Received: from zathras (zathras.cc.vt.edu [198.82.162.117]) by dagger.cc.vt.edu (Mirapoint Messaging Server MOS 3.3.2-CR) with ESMTP id BQZ45526; Sun, 20 Jul 2003 17:39:43 -0400 (EDT) X-WebMail-UserID: nmanisca Date: Sun, 20 Jul 2003 17:39:43 -0400 Sender: nmanisca From: nmanisca To: freebsd-questions , Malcolm Kay X-EXP32-SerialNo: 00002216 Message-ID: <3F1CF1F7@zathras> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Infinite Mobile Delivery (Hydra) SMTP v3.62.01 Subject: RE: trouble mounting NetBSD file system 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, 20 Jul 2003 21:39:45 -0000 >===== Original Message From Malcolm Kay ===== >On Sun, 20 Jul 2003 12:41, nmanisca wrote: >> I can't seem to mount one of my two NetBSD file systems. One mounts fine, >> the other is not 'seen' by FreeBSD. >> >> I have two disks. The first disk has two NetBSD file systems (/ and /disk) >> and one swap area. All three live in BIOS partition #4. >> >> The second disk has one FreeBSD file system (/) and one swap area. These >> live in BIOS partition #1. >> >> I boot to FreeBSD-5.1 and the kernel sees my disks as ad0 (my first disk) >> and ad1(my second disk). In /dev I see only two ad0* devices, ad0 and >> ad0s4. I suppose ad0s4 corresponds to the #4 BIOS parition of my first >> disk. I can mount this just fine; it looks like NetBSD's / (NetBSD calls >> it wd0a). > >Under FreeBSD 4.x the BSD partitions on the first disk would be ad0s4a and >ads04e; and if you want the swap partition ad0s4b. >ad0s4 is actually the address of the entire BIOS partition(slice). > >If this is the only slice with a BSD disklabel then ad0a, ad0e and ad0b should >be legitimate alternative names. (All I suspect very similar to NetBSD, using >ad in place of wd -- historically it was also wd in FreeBSD) I would expect to see these devices in /dev, but they're just not there. >If the devices with a,b and e suffixes don't exist you may need to make them >using /dev/MAKEDEV. > >FreeBSD 5.x may be a little different (and outside my ken) but the clues >should be in the above. I think devfs is supposed to make the device nodes itself. The man page for MAKEDEV says it's been deprecated. Time for me to learn more about devfs. I'm reverting to 4.8 now to see if the device shows up. --Nick