From owner-freebsd-ppc@FreeBSD.ORG Tue Jul 5 04:18:55 2005 Return-Path: X-Original-To: freebsd-ppc@freebsd.org Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEBA216A41C for ; Tue, 5 Jul 2005 04:18:55 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FD4C43D4C for ; Tue, 5 Jul 2005 04:18:55 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [203.144.2.137] (CPE-2-137.dsl.OntheNet.net [203.144.2.137]) by liberty.onthenet.com.au (8.12.9 - 20030918/8.12.9) with ESMTP id j654Ir7v066056; Tue, 5 Jul 2005 14:18:53 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <42CA0A28.5080204@freebsd.org> Date: Tue, 05 Jul 2005 14:18:48 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Garance A Drosihn References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: FreeBSD-ppc on an external hdd (Mac Mini) X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2005 04:18:55 -0000 > The thing is, I actually have more partitions than that. MacOS > sees them all, but FreeBSD only lists the first 16? It happens > that most of the later partitions are meant for other OS's anyway, > so this isn't much of a problem for me. Just wanted to mention it. This is an artificial limitation in geom/geom_apple.c: > #define NAPMPART 16 /* Max partitions */ I'll bump this up to 48 or so. later, Peter.