kern/187905: [zpool] Confusion zpool with a block size in HDD - block size: 512B configured, 4096B native

Steven Hartland killing at multiplay.co.uk
Mon Mar 24 19:20:03 UTC 2014


The following reply was made to PR kern/187905; it has been noted by GNATS.

From: "Steven Hartland" <killing at multiplay.co.uk>
To: <bug-followup at freebsd.org>,
	<admin at 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


More information about the freebsd-fs mailing list