From owner-freebsd-questions@FreeBSD.ORG Fri Jan 28 17:02:00 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 AAE2A16A510 for ; Fri, 28 Jan 2005 17:01:59 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E6A843D39 for ; Fri, 28 Jan 2005 17:01:58 +0000 (GMT) (envelope-from j65nko@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so426562wra for ; Fri, 28 Jan 2005 09:01:56 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=U2xtQp+ZyC+Sn2hpqX5knWRQWqf6fvhLLvpLjZnp0hYdgRtINjgHi0P2/zqFXHu+7vzMNZbWKnKLAXOfcCAfXOOfWYNLbiIKgLaH+4CQJ2w3zbqMfAAsokoTwviVLQNsmltwJahnANE76NXqVPXkRxEaLHRw7OPaay/XNLRdsNM= Received: by 10.54.30.13 with SMTP id d13mr199413wrd; Fri, 28 Jan 2005 09:01:56 -0800 (PST) Received: by 10.54.37.40 with HTTP; Fri, 28 Jan 2005 09:01:54 -0800 (PST) Message-ID: <19861fba050128090165240f80@mail.gmail.com> Date: Fri, 28 Jan 2005 18:01:54 +0100 From: J65nko BSD To: "Loren M. Lang" In-Reply-To: <20050128031733.GA32309@alzatex.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20050128031733.GA32309@alzatex.com> cc: FreeBSD Mailing list Subject: Re: How does FreeBSD access NetBSD, OpenBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: J65nko BSD List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2005 17:02:00 -0000 On Thu, 27 Jan 2005 19:17:33 -0800, Loren M. Lang wrote: > I have FreeBSD, OpenBSD, and NetBSD on the same hard drive of my system. > How can I mount the NetBSD or OpenBSD partitions from FreeBSD? > > Slice 1 - Ext3fs for data between linux/bsd > Slice 2 - OpenBSD slice with 4 ufs partitions and swap (a,b,e,f,g) > Slice 3 - FreeBSD slice with 4 ufs partitions and swap (a,b,d,e,f) > Slice 4 - Extended slice composed of: > Slice 5 - NetBSD slice with 4 ufs partitions and swap (a,b,e,f,g) > Slice 6 - Unformatted as of yet. > > FreeBSD is, of course running fine, but I can't see any of the other > slices/partitions on the drive including the ext3fs partition. > $ ls /dev/ad1* > /dev/ad1 /dev/ad1s3 /dev/ad1s3c /dev/ad1s3f > /dev/ad1s6 > /dev/ad1s1 /dev/ad1s3a /dev/ad1s3d /dev/ad1s4 > /dev/ad1s2 /dev/ad1s3b /dev/ad1s3e /dev/ad1s5 > > I can seem to access all the linux partitions on my first drive ad0, > but that drive is only linux so there are no complex partitions in > slices like on ad1. I would expect that the nature of geom, I should > be able to access all the partitions fine, but I might be missing > something. [snip] OpenBSD and NetBSD have one single label for the whole disk or all slices, unlike FreeBSD that has a separate disklabel for each slice. See http://www.freebsdforums.org/forums/showthread.php?s=&threadid=27859 =Adriaan=