From owner-freebsd-geom@FreeBSD.ORG Wed Jun 27 23:00:13 2007 Return-Path: X-Original-To: freebsd-geom@hub.freebsd.org Delivered-To: freebsd-geom@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 22CE116A41F for ; Wed, 27 Jun 2007 23:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1361013C468 for ; Wed, 27 Jun 2007 23:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l5RN0CKs004198 for ; Wed, 27 Jun 2007 23:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l5RN0CCN004197; Wed, 27 Jun 2007 23:00:12 GMT (envelope-from gnats) Date: Wed, 27 Jun 2007 23:00:12 GMT Message-Id: <200706272300.l5RN0CCN004197@freefall.freebsd.org> To: freebsd-geom@FreeBSD.org From: "Bernard Steiner" Cc: Subject: Re: kern/113837: [geom] unable to access 1024 sector size storage X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bernard Steiner List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jun 2007 23:00:13 -0000 The following reply was made to PR kern/113837; it has been noted by GNATS. From: "Bernard Steiner" To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/113837: [geom] unable to access 1024 sector size storage Date: Thu, 28 Jun 2007 00:51:15 +0200 Well... that was pretty fast :-( Address validator or Nigeran scammer: > Received: from sun.com (125.84.217.87.dynamic.jazztel.es [87.217.84.125]) > by $CENSORED (Postfix) with SMTP id 872F82A674 > for $MYADDRESS; Wed, 27 Jun 2007 21:01:09 +0200 (CEST) > From: BMW PROMOTION > To: fbsd-send-pr $MYADDRESS > Subject: CONGRATULATIONS YOU HAVE WON THE BMW CAR PROMOTION > X-MSMail-Priority: Normal > Reply-To: BMW PROMOTION I'll toss that address and monitor the PR instead. Damn spammers. Anyway... some Linuxen seems to get a little friendlier with the concept of 1024 byte bocks: $ fdisk -b 1024 /dev/discs/disc4/disc You will not be able to write the partition table. Command (m for help): p Disk /dev/discs/disc4/disc: 2057 MB, 2057830400 bytes 53 heads, 52 sectors/track, 729 cylinders Units = cylinders of 2756 * 1024 = 2822144 bytes Device Boot Start End Blocks Id System /dev/discs/disc4/part1 1 1459 4018957 6 FAT16 Partition 1 has different physical/logical beginnings (non-Linux?): phys=(0, 3, 55) logical=(0, 4, 36) Partition 1 has different physical/logical endings: phys=(996, 52, 52) logical=(1458, 18, 16) I haven't managed to mount the card on the router yet, though. Bernard