Date: Mon, 24 Mar 2014 19:20:02 GMT From: "Steven Hartland" <killing@multiplay.co.uk> To: freebsd-fs@FreeBSD.org Subject: Re: kern/187905: [zpool] Confusion zpool with a block size in HDD - block size: 512B configured, 4096B native Message-ID: <201403241920.s2OJK2lN071158@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/187905; it has been noted by GNATS.
From: "Steven Hartland" <killing@multiplay.co.uk>
To: <bug-followup@freebsd.org>,
<admin@support.od.ua>
Cc:
Subject: Re: kern/187905: [zpool] Confusion zpool with a block size in HDD - block size: 512B configured, 4096B native
Date: Mon, 24 Mar 2014 19:09:48 -0000
This matches the 4K quirk for Seagate Barracuda Green Advanced Format (4k) drives
{
/* Seagate Barracuda Green Advanced Format (4k) drives */
{ T_DIRECT, SIP_MEDIA_FIXED, "ATA", "ST???DM*", "*" },
/*quirks*/DA_Q_4K
},
---
{
/* Seagate Barracuda Advanced Format (4k) drives */
{ T_DIRECT, SIP_MEDIA_FIXED, "*", "ST????DM*", "*" },
/*quirks*/ADA_Q_4K
},
This is possibly incorrect for this drive as it looks like its a Seagate
version of the old Samsung drive.
Could you provide the information from:-
camcontrol identify ada0
Regards
Steve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403241920.s2OJK2lN071158>
