From owner-freebsd-ppc@FreeBSD.ORG Mon Aug 7 05:13:23 2006 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 B72C316A4DF for ; Mon, 7 Aug 2006 05:13:23 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2609843D46 for ; Mon, 7 Aug 2006 05:13:22 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [192.168.0.14] (dsl-63-249-90-35.cruzio.com [63.249.90.35]) by dommail.onthenet.com.au (MOS 3.5.7-GR) with ESMTP id CAE15432 (AUTH peterg@ptree32.com.au); Mon, 7 Aug 2006 15:13:15 +1000 (EST) Message-ID: <44D6CBE8.5030607@freebsd.org> Date: Sun, 06 Aug 2006 22:13:12 -0700 From: Peter Grehan User-Agent: Thunderbird 1.5 (Macintosh/20051201) MIME-Version: 1.0 To: Rickey Bartlett References: <44D5595C.2060902@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: FreeBSD on an external Firewire HD X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: grehan@freebsd.org List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 05:13:23 -0000 Hi Rickey, > Well, that didnt fix it. Ideas anyone? > > One thing I did notice when it boots is that it mentions that /dev/da0s5 > has > been mentioned more than once in fstab, and then it spews out operation not > permitted. I clicked 'A' for auto label on that particular partition, and > partitioned s3 as swap. Im going to give it a whirl one more time before > bed, if anyone has any ideas Im all ears. 'A' doesn't work. What you should do is to partition the target drive using a tool on OSX. Then, do the FreeBSD install. Manually select the partitions and assign directories to them. The easiest approach is to put / on a partition. The next step, setting up the system to boot, is slightly manual. See http://www.freebsd.org/~grehan/iso_install.txt Yes, this is far from perfect, or perhaps even usable, but that's why PPC is tier-2. later, Peter.