From owner-freebsd-ppc@FreeBSD.ORG Sun Nov 23 19:13:30 2008 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 280B3106564A for ; Sun, 23 Nov 2008 19:13:30 +0000 (UTC) (envelope-from nse@delfi-konsult.com) Received: from perseus.delfi-konsult.com (smtp.hoerhavegaard.dk [87.58.191.122]) by mx1.freebsd.org (Postfix) with ESMTP id D98F38FC2B for ; Sun, 23 Nov 2008 19:13:29 +0000 (UTC) (envelope-from nse@delfi-konsult.com) Received: from [127.0.0.1] (localhost [127.0.0.1]) by perseus.delfi-konsult.com (Postfix) with ESMTP id 0FC515D805 for ; Sun, 23 Nov 2008 20:04:18 +0100 (CET) Message-Id: <4AB261A2-636F-4B24-8F89-98BDB1A31836@delfi-konsult.com> From: "Niels S. Eliasen" To: freebsd-ppc@freebsd.org X-Custom-Header: Yo! this is my X-Face Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Date: Sun, 23 Nov 2008 20:04:18 +0100 X-Mailer: Apple Mail (2.929.2) Subject: "cg 0: bad magic number" 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: Sun, 23 Nov 2008 19:13:30 -0000 I have stumbled upon this rather annoying error.... Thought it was just this was one specific disk.. but have tried with several and all get the same error... did the partitioning using either Disk Utility or pdisk on MacOSX 10.5, and subsequently tried to "newfs /dev/da0s3" example: munin,root,~/ > newfs /dev/da0s3 /dev/da0s3: 73728.0MB (150994944 sectors) block size 16384, fragment size 2048 using 402 cylinder groups of 183.72MB, 11758 blks, 23552 inodes. super-block backups (for fsck -b #) at: 160, 376416, 752672, 1128928, 1505184, 1881440, 2257696, 2633952, 3010208, etc etc etc 146740000, 147116256, 147492512, 147868768, 148245024, 148621280, 148997536, 149373792, 149750048, 150126304, 150502560, 150878816 cg 0: bad magic number and obviously the "newfs" do not complete succesfully .... any ideas ?