Date: Wed, 20 Jun 2007 20:20:33 +0000 From: "Poul-Henning Kamp" <phk@phk.freebsd.dk> To: Mark Linimon <linimon@FreeBSD.org> Cc: freebsd-usb@FreeBSD.org, freebsd-geom@FreeBSD.org Subject: Re: kern/113837: [geom] unable to access 1024 sector size storage Message-ID: <7182.1182370833@critter.freebsd.dk> In-Reply-To: Your message of "Wed, 20 Jun 2007 20:15:17 GMT." <200706202015.l5KKFHX1011191@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <200706202015.l5KKFHX1011191@freefall.freebsd.org>, Mark Linimon wri tes: >New Synopsis: [geom] unable to access 1024 sector size storage Unless somebody broke something, this is certainly not a GEOM bug, because GEOM will access any sectorsize >= 512 bytes, and by "any" I don't just mean power-of-two sizes. Run: diskinfo -v /dev/da3 and see what it says. If it says anything but 1024 byte sector size, the problem is in scsi_da or umass, possibly both. If it says 1024 byte sector size, somebody broke GEOM. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7182.1182370833>