From owner-freebsd-questions@FreeBSD.ORG Sat Jul 19 20:11:35 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 E2AF837B401 for ; Sat, 19 Jul 2003 20:11:35 -0700 (PDT) Received: from lennier.cc.vt.edu (lennier.cc.vt.edu [198.82.162.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C7C243F3F for ; Sat, 19 Jul 2003 20:11:35 -0700 (PDT) (envelope-from nmanisca@vt.edu) Received: from zidane.cc.vt.edu (IDENT:mirapoint@evil-zidane [10.1.1.13]) by lennier.cc.vt.edu (8.12.8/8.12.8) with ESMTP id h6K3BYKA408235 for ; Sat, 19 Jul 2003 23:11:34 -0400 (EDT) Received: from zathras (zathras.cc.vt.edu [198.82.162.117]) by zidane.cc.vt.edu (Mirapoint Messaging Server MOS 3.3.2-CR) with ESMTP id BQX04312; Sat, 19 Jul 2003 23:11:33 -0400 (EDT) X-WebMail-UserID: nmanisca Date: Sat, 19 Jul 2003 23:11:33 -0400 Sender: nmanisca From: nmanisca To: freebsd-questions@freebsd.org X-EXP32-SerialNo: 00002216 Message-ID: <3F290C30@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: 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 03:11:36 -0000 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). How can I see/mount the other NetBSD file system (/disk)? NetBSD calls this one wd0e. Just in case it would be useful, I've pasted below the disklabel of my first disk (as reported by NetBSD). Thanks, Nick # /dev/wd0d: type: unknown disk: mydisk label: flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 16 sectors/cylinder: 1008 cylinders: 16383 total sectors: 234441648 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # microseconds track-to-track seek: 0 # microseconds drivedata: 0 16 partitions: # size offset fstype [fsize bsize cpg/sgs] a: 16778097 63 4.2BSD 1024 8192 86 # (Cyl. 0*- 16644) b: 2096640 16778160 swap # (Cyl. 16645 - 18724) c: 234441585 63 unused 0 0 # (Cyl. 0*- 232580) d: 234441648 0 unused 0 0 # (Cyl. 0 - 232580) e: 215566848 18874800 4.2BSD 2048 16384 328 # (Cyl. 18725 - 232580)