seagate exos - brand new - failing? | performance issue

phier

Patron
Joined
Dec 4, 2012
Messages
400
Dear,
i plugged and executed smartctl -long test on seagate exos drive, and i do not understand why i am getting that many
Seek Error Rate
SMART Attributes Data Structure revision number: 10
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000f 100 100 044 Pre-fail Always - 1850
3 Spin_Up_Time 0x0003 097 097 000 Pre-fail Always - 0
4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 3
5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0
7 Seek_Error_Rate 0x000f 070 060 045 Pre-fail Always - 9393818
9 Power_On_Hours 0x0032 100 100 000 Old_age Always - 74
10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0
12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 3
18 Unknown_Attribute 0x000b 100 100 050 Pre-fail Always - 0
187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0
188 Command_Timeout 0x0032 100 100 000 Old_age Always - 0
190 Airflow_Temperature_Cel 0x0022 062 048 000 Old_age Always - 38 (Min/Max 27/45)
192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 3
193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 611
194 Temperature_Celsius 0x0022 038 045 000 Old_age Always - 38 (0 23 0 0 0)
197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x003e 200 253 000 Old_age Always - 0
200 Multi_Zone_Error_Rate 0x0023 100 100 001 Pre-fail Always - 0
240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 25 (219 19 0)
241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline - 0
242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline - 1850





Device Model: ST18000NM000J-2TV103
LU WWN Device Id: 5 000c50 0dbaf74a9
Firmware Version: SC02
User Capacity: 18,000,207,937,536 bytes [18.0 TB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Rotation Rate: 7200 rpm


Does it mean even drive is new its broken?

thanks
 

phier

Patron
Joined
Dec 4, 2012
Messages
400
i executed

smartctl -v 1,hex48 -v 7,hex48 -A /dev/ada1 |less


7 Seek_Error_Rate 0x000f 070 060 045 Pre-fail Always - 0x0000008f5748

as per that article
only for 4 digits after x are important?
 

phier

Patron
Joined
Dec 4, 2012
Messages
400
also one more observation:
when i execute this command on exos i am getting 50MB/s
root@truenas[~]# dd if=/dev/ada1 of=/dev/ada1 bs=1m status=progress
203423744 bytes (203 MB, 194 MiB) transferred 4.010s, 51 MB/s
253755392 bytes (254 MB, 242 MiB) transferred 5.008s, 51 MB/s
1777336320 bytes (1777 MB, 1695 MiB) transferred 35.003s, 51 MB/s

comparing to ultrastar where i get 100MB/s

root@truenas[~]# dd if=/dev/ada0 of=/dev/ada0 bs=1m status=progress
407896064 bytes (408 MB, 389 MiB) transferred 4.001s, 102 MB/s
10794041344 bytes (11 GB, 10 GiB) transferred 104.005s, 104 MB/s

any idea why its slower by ~ 50MB/s ?
 
Top