From owner-freebsd-questions Tue Nov 21 12:52:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from donkeykong.gpcc.itd.umich.edu (donkeykong.gpcc.itd.umich.edu [141.211.2.163]) by hub.freebsd.org (Postfix) with ESMTP id E926437B4CF for ; Tue, 21 Nov 2000 12:52:34 -0800 (PST) Received: from choplifter.gpcc.itd.umich.edu (smtp@choplifter.gpcc.itd.umich.edu [141.211.2.143]) by donkeykong.gpcc.itd.umich.edu (8.8.8/4.3-mailhub) with ESMTP id PAA17737; Tue, 21 Nov 2000 15:52:29 -0500 (EST) Received: from localhost (timcm@localhost) by choplifter.gpcc.itd.umich.edu (8.8.8/5.1-client) with ESMTP id PAA16290; Tue, 21 Nov 2000 15:52:29 -0500 (EST) Date: Tue, 21 Nov 2000 15:52:28 -0500 (EST) From: Tim McMillen X-Sender: timcm@choplifter.gpcc.itd.umich.edu To: Justin Wojdacki Cc: questions@FreeBSD.ORG Subject: Re: Mounting OpenBSD partitions In-Reply-To: <3A1AABFE.4E885722@chiplogic.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Justin, did you try # disklabel ad1 to see what device names FreeBSD calls them? Replace ad1 with whatever hard drive you have OpenBSD on. Then just try mounting the partition. For example mount /dev/ad1s1f /mnt Or instead of f, d or h whatever partition you want to mount. I can't see why FreeBSD wouldn't be able to see the disklabel with the disklabel command, but if it really can't, then boot into OpenBSD, write down what partitions are mounted where, and use that information to mount them when you're back in FreeBSD. The other option is to mount the FreeBSD partitions while in OpenBSD and copy the files over that way Tim On Tue, 21 Nov 2000, Justin Wojdacki wrote: > > Should be an easy one here: > > I just installed FreeBSD 4.0 on a machine I had laying around and I'd > like to copy data from some OpenBSD HDDs I've got sitting idle. FreeBSD > doesn't see any disklabels for the drives (but I'm not sure where > they're stored, so this might not be unusual). fdisk recognizes the > OpenBSD partitions on the drives. What do I need to do to be able to > mount these drives? > > -- > --------------------- > Justin Wojdacki > justin@chiplogic.com > Chiplogic Inc. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message