From owner-freebsd-questions@FreeBSD.ORG Fri Jan 28 16:19:23 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 DC34416A4CF for ; Fri, 28 Jan 2005 16:19:23 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75D3343D2F for ; Fri, 28 Jan 2005 16:19:23 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id j0SGItJ14762; Fri, 28 Jan 2005 11:18:55 -0500 (EST) From: Jerry McAllister Message-Id: <200501281618.j0SGItJ14762@clunix.cl.msu.edu> To: lorenl@alzatex.com (Loren M. Lang) Date: Fri, 28 Jan 2005 11:18:55 -0500 (EST) In-Reply-To: <20050128031733.GA32309@alzatex.com> from "Loren M. Lang" at Jan 27, 2005 07:17:33 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2005 16:19:24 -0000 > > 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. Hmmm, First thing I see is that only 4 slices are allowed on a drive. > 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. Next question may be too obvious, but did you mount the other slices or put them in /etc/fstab? But, I bet it is the 4 slice limit per device that is the issue. ////jerry > -- > I sense much NT in you. > NT leads to Bluescreen. > Bluescreen leads to downtime. > Downtime leads to suffering. > NT is the path to the darkside. > Powerful Unix is. > > Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc > Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >