Hi all,
Just updated my very old P4-based FreeBSD system to a moderately old Opteron-185 system. As part of the update I added two 2T drives in a ZFS mirror. I bought one each of the WDC Red and the Seagate NAS with the assumption that it lessens the chance of a systemic 2-drive death. Did a 4K alignment. Both drives run fine.
I noticed that the WDC reports itself as a 4K drive, but that the Seagate does not.
Should this drive model be added to /sys/cam/ata/ata_da.c? I'm not sure how the quirk setting is used by FreeBSD, but fwiw both drives are running fine. If anything the Seagate is slightly faster (lower avg busy% from gstat) due to its (very) slightly higher rpm.
Just updated my very old P4-based FreeBSD system to a moderately old Opteron-185 system. As part of the update I added two 2T drives in a ZFS mirror. I bought one each of the WDC Red and the Seagate NAS with the assumption that it lessens the chance of a systemic 2-drive death. Did a 4K alignment. Both drives run fine.
I noticed that the WDC reports itself as a 4K drive, but that the Seagate does not.
Code:
ada1: <WDC WD20EFRX-68AX9N0 80.00A80> ATA-9 SATA 3.x device
ada1: 300.000MB/s transfers (SATA 2.x, UDMA5, PIO 8192bytes)
ada1: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C)
ada1: quirks=0x1<4K>
ada2: <ST2000VN000-1H3164 SC42> ATA-9 SATA 3.x device
ada2: 300.000MB/s transfers (SATA 2.x, UDMA5, PIO 8192bytes)
ada2: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C)
Code:
{
/* Seagate NAS drives */
{ T_DIRECT, SIP_MEDIA_FIXED, "*", "ST????VN*", "*" },
/*quirks*/ADA_Q_4K
},