From owner-freebsd-sparc64@FreeBSD.ORG Mon Jun 29 18:44:51 2009 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFE0D1065680 for ; Mon, 29 Jun 2009 18:44:51 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 2BC008FC26 for ; Mon, 29 Jun 2009 18:44:50 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.3/8.14.3/ALCHEMY.FRANKEN.DE) with ESMTP id n5TIMZW4027058; Mon, 29 Jun 2009 20:22:35 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.3/8.14.3/Submit) id n5TIMYN5027057; Mon, 29 Jun 2009 20:22:34 +0200 (CEST) (envelope-from marius) Date: Mon, 29 Jun 2009 20:22:34 +0200 From: Marius Strobl To: Ari =?unknown-8bit?Q?Sovij=E4rvi?= Message-ID: <20090629182234.GA27024@alchemy.franken.de> References: <4A444374.3090008@apz.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A444374.3090008@apz.fi> User-Agent: Mutt/1.4.2.3i Cc: freebsd-sparc64@freebsd.org Subject: Re: "cg 0: bad magic number" with umass X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2009 18:44:52 -0000 On Fri, Jun 26, 2009 at 06:41:40AM +0300, Ari Sovijrvi wrote: > Hi folks! > > I added a 1 terabyte USB harddisk to my Fire V100 for backups. I have > recently used the same device with Linux and with i386 FreeBSD. I zeroed > the disk and labeled it with sunlabel. However, newfs always dies with the > error "cg 0: bad magic number". I also tried to label it into several > smaller chunks, no luck. > > I also tried to newfs the whole device without a disklabel, but that also > ends with the same error. > > Here's an example of the outcome, with 1 gigabyte partition: > # newfs /dev/da0b > /dev/da0b: 1027.6MB (2104512 sectors) block size 16384, fragment size 2048 > using 6 cylinder groups of 183.72MB, 11758 blks, 23552 inodes. > super-block backups (for fsck -b #) at: > 160, 376416, 752672, 1128928, 1505184, 1881440 > cg 0: bad magic number > > Here's bits of the dmesg, showing the drive: > umass0: > on uhub0 > da0 at umass-sim0 bus 0 target 0 lun 0 > da0: Fixed Direct Access SCSI-2 device > da0: 1.000MB/s transfers > da0: 953869MB (1953525168 512 byte sectors: 255H 63S/T 121601C) > > Any ideas of what's wrong? > If this is with FreeBSD 8 you should contact Hans Petter Selasky. Marius