problems with AHCI on FreeBSD 8.2

Oscar Prieto oscarmpp at googlemail.com
Tue Feb 14 19:59:10 UTC 2012


Hi

I used to had tons of ahci errors in my 4 disk raidz1 worth of
HD154UIs when the rig was built a year ago or so (with 8.0 Release),
but they dissapeared after tuning ZFS.

Sadly i also got a new timeout days ago followed with smartcl erros i
still keep unchecked but i guess they cold be legit, i still have to
test/swap cables and give it a try.

@Alexander: Where did you got the info about those drives being 4K?
-----
Feb  9 08:24:55 zaibach kernel: ahcich3: Timeout on slot 2 port 0
Feb  9 08:24:55 zaibach kernel: ahcich3: is 00000000 cs 00000ff8 ss
00000ffc rs 00000ffc tfd c0 serr 00000000 cmd 0004c317
-----
Feb 14 19:26:48 zaibach smartd[63590]: Device: /dev/ada3, 5 Currently
unreadable (pending) sectors
Feb 14 19:26:48 zaibach smartd[63590]: Device: /dev/ada3, 1 Offline
uncorrectable sectors
-----

Regarding the drives themselves i really expected more throughput,
funnily i tend to get faster writes than sequential reads with samba
(40Mb/s vs 30ish Mb/s under a Gb link) and i'm really waiting for the
prices to settle to try another ones.

On Tue, Feb 14, 2012 at 7:23 PM, Martin Sugioarto <martin at sugioarto.com> wrote:
> Am Tue, 14 Feb 2012 18:17:19 +0100
> schrieb Harald Schmalzbauer <h.schmalzbauer at omnilan.de>:
>
>> > I find it interesting that, at least so far, the only people
>> > reporting problems of this type with the ahci.ko driver are people
>> > using Samsung disks.  The only difference is that your models are
>> > F1s while the OPs are F2s.
>>
>> I saw such timeouts long ago and mav@ had a look at my postings and he
>> mentioned it could be a NCQ problem.
>> I suspected the disks firmware.
>> I never tracked it down further, because after replacing the Samsung
>> (F3 in that case) disks with hitachi ones solved all my problems and
>> gave a big performance kick as well (with zfs).
>> You can find the discussion here:
>> http://lists.freebsd.org/pipermail/freebsd-stable/2010-February/055374.html
>
> Hi,
>
> I just want to add here that I am using 2 drives of type "Samsung
> HD103SJ" (SpinPoint F3). And I did not have problems with ZFS and with
> UFS either (for several years now). Everything has been deployed ontop
> ada(4) since FreeBSD-8.
>
> Actually the speed is very good (sequential read at 140 MB/s and more).
>
> --
> Martin
> _______________________________________________
> freebsd-stable at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe at freebsd.org"
-------------- next part --------------
cpu     HAMMER
ident   ZAIBACH

#makeoptions DEBUG=-g        # Build kernel with gdb(1) debug symbols

options     SCHED_ULE       # ULE scheduler
options     PREEMPTION      # Enable kernel thread preemption
options     INET            # InterNETworking
options     INET6           # IPv6 communications protocols
options     SCTP            # Stream Control Transmission Protocol
options     FFS             # Berkeley Fast Filesystem
options     SOFTUPDATES     # Enable FFS soft updates support
options     UFS_ACL         # Support for access control lists
options     UFS_DIRHASH     # Improve performance on big directories
options     UFS_GJOURNAL    # Enable gjournal-based UFS journaling
options     MD_ROOT         # MD is a potential root device
options     NFSCL           # New Network Filesystem Client
options     NFSD            # New Network Filesystem Server
options     NFSLOCKD        # Network Lock Manager
options     NFS_ROOT        # NFS usable as /, requires NFSCL
options     MSDOSFS         # MSDOS Filesystem
options     CD9660          # ISO 9660 Filesystem
options     PROCFS          # Process filesystem (requires PSEUDOFS)
options     PSEUDOFS        # Pseudo-filesystem framework
options     GEOM_PART_GPT   # GUID Partition Tables.
options     GEOM_LABEL      # Provides labelization
options     COMPAT_FREEBSD32    # Compatible with i386 binaries
options     SCSI_DELAY=5000     # Delay (in ms) before probing SCSI
options     KTRACE          # ktrace(1) support
options     STACK           # stack(9) support
options     SYSVSHM         # SYSV-style shared memory
options     SYSVMSG         # SYSV-style message queues
options     SYSVSEM         # SYSV-style semaphores
options     _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options     PRINTF_BUFR_SIZE=128    # Prevent printf output being interspersed.
options     KBD_INSTALL_CDEV    # install a CDEV entry in /dev
options     HWPMC_HOOKS     # Necessary kernel hooks for hwpmc(4)
options     AUDIT           # Security event auditing
options     MAC         # TrustedBSD MAC Framework
#options    KDTRACE_FRAME       # Ensure frames are compiled in
#options    KDTRACE_HOOKS       # Kernel DTrace hooks
options     INCLUDE_CONFIG_FILE     # Include this file in kernel
options     KDB         # Kernel debugger related code
options     KDB_TRACE       # Print a stack trace for a panic

# Make an SMP-capable kernel by default
options     SMP         # Symmetric MultiProcessor Kernel

# CPU frequency control
device      cpufreq

# Bus support.
device      acpi
device      pci

# ATA controllers
device      ahci        # AHCI-compatible SATA controllers
device      ata     # Legacy ATA/SATA controllers
options     ATA_CAM     # Handle legacy controllers with CAM
options     ATA_STATIC_ID   # Static device numbering

# ATA/SCSI peripherals
device      scbus       # SCSI bus (required for ATA/SCSI)
device      ch      # SCSI media changers
device      da      # Direct Access (disks)
device      sa      # Sequential Access (tape etc)
device      cd      # CD
device      pass        # Passthrough device (direct ATA/SCSI access)
device      ses     # SCSI Environmental Services (and SAF-TE)

# atkbdc0 controls both the keyboard and the PS/2 mouse
device      atkbdc      # AT keyboard controller
device      atkbd       # AT keyboard
device      psm     # PS/2 mouse
device      kbdmux      # keyboard multiplexer
device      vga     # VGA video card driver
device      splash      # Splash screen and screen saver support

# syscons is the default console driver, resembling an SCO console
device      sc
options     SC_PIXEL_MODE   # add support for the raster text mode
device      agp     # support several AGP chipsets

# Serial (COM) ports
device      uart        # Generic UART driver

# PCI Ethernet NICs.
device      em      # Intel PRO/1000 Gigabit Ethernet Family

# Pseudo devices.
device      loop        # Network loopback
device      random      # Entropy device
device      ether       # Ethernet support
device      vlan        # 802.1Q VLAN support
device      tun     # Packet tunnel.
device      pty     # BSD-style compatibility pseudo ttys
device      md      # Memory "disks"
device      gif     # IPv6 and IPv4 tunneling
device      faith       # IPv6-to-IPv4 relaying (translation)
device      firmware    # firmware assist module

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
device      bpf     # Berkeley packet filter

# USB support
options     USB_DEBUG   # enable debug msgs
device      uhci        # UHCI PCI->USB interface
device      ohci        # OHCI PCI->USB interface
device      ehci        # EHCI PCI->USB interface (USB 2.0)
device      usb     # USB Bus (required)
#device     udbp        # USB Double Bulk Pipe devices (needs netgraph)
device      uhid        # "Human Interface Devices"
device      ukbd        # Keyboard
device      umass       # Disks/Mass storage - Requires scbus and da
device      ums     # Mouse

# ALTQ
options         ALTQ
options         ALTQ_CBQ        # Class Bases Queuing (CBQ)
options         ALTQ_RED        # Random Early Detection (RED)
options         ALTQ_RIO        # RED In/Out
options         ALTQ_HFSC       # Hierarchical Packet Scheduler (HFSC)
options         ALTQ_PRIQ       # Priority Queuing (PRIQ)
options         ALTQ_NOPCC      # Required for SMP build

# POLLING (http://www.cyberciti.biz/faq/freebsd-device-polling-network-polling-tutorial/)
options DEVICE_POLLING
options HZ=1000
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dmesg
Type: application/octet-stream
Size: 22020 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20120214/6607112c/dmesg.obj
-------------- next part --------------
smartctl 5.42 2011-10-20 r3458 [FreeBSD 9.0-RELEASE amd64] (local build)
Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net

=== START OF INFORMATION SECTION ===
Model Family:     SAMSUNG SpinPoint F2 EG
Device Model:     SAMSUNG HD154UI
Serial Number:    S1XWJ1MSA01203
LU WWN Device Id: 5 0024e9 00245b284
Firmware Version: 1AG01118
User Capacity:    1,500,301,910,016 bytes [1.50 TB]
Sector Size:      512 bytes logical/physical
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   8
ATA Standard is:  ATA-8-ACS revision 3b
Local Time is:    Tue Feb 14 19:49:53 2012 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x00)	Offline data collection activity
					was never started.
					Auto Offline Data Collection: Disabled.
Self-test execution status:      (   0)	The previous self-test routine completed
					without error or no self-test has ever 
					been run.
Total time to complete Offline 
data collection: 		(19229) seconds.
Offline data collection
capabilities: 			 (0x7b) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Suspend Offline collection upon new
					command.
					Offline surface scan supported.
					Self-test supported.
					Conveyance Self-test supported.
					Selective Self-test supported.
SMART capabilities:            (0x0003)	Saves SMART data before entering
					power-saving mode.
					Supports SMART auto save timer.
Error logging capability:        (0x01)	Error logging supported.
					General Purpose Logging supported.
Short self-test routine 
recommended polling time: 	 (   2) minutes.
Extended self-test routine
recommended polling time: 	 ( 255) minutes.
Conveyance self-test routine
recommended polling time: 	 (  33) minutes.
SCT capabilities: 	       (0x003f)	SCT Status supported.
					SCT Error Recovery Control supported.
					SCT Feature Control supported.
					SCT Data Table supported.

SMART Attributes Data Structure revision number: 16
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   099   051    Pre-fail  Always       -       0
  3 Spin_Up_Time            0x0007   062   062   011    Pre-fail  Always       -       12210
  4 Start_Stop_Count        0x0032   100   100   000    Old_age   Always       -       191
  5 Reallocated_Sector_Ct   0x0033   100   100   010    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   100   100   051    Pre-fail  Always       -       0
  8 Seek_Time_Performance   0x0025   100   100   015    Pre-fail  Offline      -       12415
  9 Power_On_Hours          0x0032   097   097   000    Old_age   Always       -       16430
 10 Spin_Retry_Count        0x0033   100   100   051    Pre-fail  Always       -       0
 11 Calibration_Retry_Count 0x0012   100   100   000    Old_age   Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       189
 13 Read_Soft_Error_Rate    0x000e   100   099   000    Old_age   Always       -       0
183 Runtime_Bad_Block       0x0032   100   100   000    Old_age   Always       -       0
184 End-to-End_Error        0x0033   100   100   000    Pre-fail  Always       -       0
187 Reported_Uncorrect      0x0032   100   100   000    Old_age   Always       -       88
188 Command_Timeout         0x0032   100   100   000    Old_age   Always       -       0
190 Airflow_Temperature_Cel 0x0022   081   059   000    Old_age   Always       -       19 (Min/Max 18/23)
194 Temperature_Celsius     0x0022   079   057   000    Old_age   Always       -       21 (Min/Max 17/24)
195 Hardware_ECC_Recovered  0x001a   100   100   000    Old_age   Always       -       207657503
196 Reallocated_Event_Count 0x0032   100   100   000    Old_age   Always       -       0
197 Current_Pending_Sector  0x0012   100   100   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0030   100   100   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x003e   100   100   000    Old_age   Always       -       8
200 Multi_Zone_Error_Rate   0x000a   100   100   000    Old_age   Always       -       0
201 Soft_Read_Error_Rate    0x000a   100   100   000    Old_age   Always       -       0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Extended offline    Completed without error       00%     16424         -
# 2  Short offline       Completed without error       00%     16414         -
# 3  Short offline       Completed without error       00%     16390         -
# 4  Short offline       Completed without error       00%     16365         -
# 5  Short offline       Completed without error       00%     16341         -
# 6  Short offline       Completed without error       00%     16317         -
# 7  Short offline       Completed without error       00%     16293         -
# 8  Short offline       Completed without error       00%     16270         -
# 9  Extended offline    Completed without error       00%     16255         -
#10  Short offline       Completed without error       00%     16245         -
#11  Short offline       Completed without error       00%     16221         -
#12  Short offline       Completed without error       00%     16198         -
#13  Short offline       Completed without error       00%     16174         -
#14  Short offline       Completed without error       00%     16150         -
#15  Short offline       Completed without error       00%     16126         -
#16  Short offline       Completed without error       00%     16102         -
#17  Extended offline    Completed without error       00%     16087         -
#18  Short offline       Completed without error       00%     16078         -
#19  Short offline       Completed without error       00%     16054         -
#20  Short offline       Completed without error       00%     16030         -
#21  Short offline       Completed without error       00%     16006         -

SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
-------------- next part --------------
smartctl 5.42 2011-10-20 r3458 [FreeBSD 9.0-RELEASE amd64] (local build)
Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net

=== START OF INFORMATION SECTION ===
Model Family:     SAMSUNG SpinPoint F2 EG
Device Model:     SAMSUNG HD154UI
Serial Number:    S1XWJ1CZ412085
LU WWN Device Id: 5 0024e9 0035460d5
Firmware Version: 1AG01118
User Capacity:    1,500,301,910,016 bytes [1.50 TB]
Sector Size:      512 bytes logical/physical
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   8
ATA Standard is:  ATA-8-ACS revision 3b
Local Time is:    Tue Feb 14 19:49:57 2012 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x00)	Offline data collection activity
					was never started.
					Auto Offline Data Collection: Disabled.
Self-test execution status:      (   0)	The previous self-test routine completed
					without error or no self-test has ever 
					been run.
Total time to complete Offline 
data collection: 		(19270) seconds.
Offline data collection
capabilities: 			 (0x7b) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Suspend Offline collection upon new
					command.
					Offline surface scan supported.
					Self-test supported.
					Conveyance Self-test supported.
					Selective Self-test supported.
SMART capabilities:            (0x0003)	Saves SMART data before entering
					power-saving mode.
					Supports SMART auto save timer.
Error logging capability:        (0x01)	Error logging supported.
					General Purpose Logging supported.
Short self-test routine 
recommended polling time: 	 (   2) minutes.
Extended self-test routine
recommended polling time: 	 ( 255) minutes.
Conveyance self-test routine
recommended polling time: 	 (  34) minutes.
SCT capabilities: 	       (0x003f)	SCT Status supported.
					SCT Error Recovery Control supported.
					SCT Feature Control supported.
					SCT Data Table supported.

SMART Attributes Data Structure revision number: 16
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   051    Pre-fail  Always       -       0
  3 Spin_Up_Time            0x0007   063   063   011    Pre-fail  Always       -       11930
  4 Start_Stop_Count        0x0032   100   100   000    Old_age   Always       -       43
  5 Reallocated_Sector_Ct   0x0033   100   100   010    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   100   100   051    Pre-fail  Always       -       0
  8 Seek_Time_Performance   0x0025   100   100   015    Pre-fail  Offline      -       11190
  9 Power_On_Hours          0x0032   098   098   000    Old_age   Always       -       9581
 10 Spin_Retry_Count        0x0033   100   100   051    Pre-fail  Always       -       0
 11 Calibration_Retry_Count 0x0012   100   100   000    Old_age   Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       43
 13 Read_Soft_Error_Rate    0x000e   100   100   000    Old_age   Always       -       0
183 Runtime_Bad_Block       0x0032   100   100   000    Old_age   Always       -       0
184 End-to-End_Error        0x0033   100   100   000    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   081   066   000    Old_age   Always       -       19 (Min/Max 18/23)
194 Temperature_Celsius     0x0022   079   065   000    Old_age   Always       -       21 (Min/Max 18/25)
195 Hardware_ECC_Recovered  0x001a   100   100   000    Old_age   Always       -       229720577
196 Reallocated_Event_Count 0x0032   100   100   000    Old_age   Always       -       0
197 Current_Pending_Sector  0x0012   100   100   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0030   100   100   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x003e   100   099   000    Old_age   Always       -       4
200 Multi_Zone_Error_Rate   0x000a   100   100   000    Old_age   Always       -       0
201 Soft_Read_Error_Rate    0x000a   100   100   000    Old_age   Always       -       0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Short offline       Completed without error       00%      9565         -
# 2  Short offline       Completed without error       00%      9541         -
# 3  Short offline       Completed without error       00%      9517         -
# 4  Short offline       Completed without error       00%      9493         -
# 5  Short offline       Completed without error       00%      9469         -
# 6  Short offline       Completed without error       00%      9445         -
# 7  Extended offline    Interrupted (host reset)      30%      9428         -
# 8  Short offline       Completed without error       00%      9422         -
# 9  Short offline       Completed without error       00%      9397         -
#10  Short offline       Completed without error       00%      9373         -
#11  Short offline       Completed without error       00%      9349         -
#12  Short offline       Completed without error       00%      9325         -
#13  Short offline       Completed without error       00%      9301         -
#14  Short offline       Completed without error       00%      9277         -
#15  Extended offline    Completed without error       00%      9262         -
#16  Short offline       Completed without error       00%      9253         -
#17  Short offline       Completed without error       00%      9229         -
#18  Short offline       Completed without error       00%      9205         -
#19  Short offline       Completed without error       00%      9181         -
#20  Short offline       Completed without error       00%      9157         -
#21  Short offline       Completed without error       00%      9133         -

SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
-------------- next part --------------
smartctl 5.42 2011-10-20 r3458 [FreeBSD 9.0-RELEASE amd64] (local build)
Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net

=== START OF INFORMATION SECTION ===
Model Family:     SAMSUNG SpinPoint F2 EG
Device Model:     SAMSUNG HD154UI
Serial Number:    S1XWJ1MSA01206
LU WWN Device Id: 5 0024e9 00245b28b
Firmware Version: 1AG01118
User Capacity:    1,500,301,910,016 bytes [1.50 TB]
Sector Size:      512 bytes logical/physical
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   8
ATA Standard is:  ATA-8-ACS revision 3b
Local Time is:    Tue Feb 14 19:50:01 2012 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x00)	Offline data collection activity
					was never started.
					Auto Offline Data Collection: Disabled.
Self-test execution status:      (   0)	The previous self-test routine completed
					without error or no self-test has ever 
					been run.
Total time to complete Offline 
data collection: 		(19632) seconds.
Offline data collection
capabilities: 			 (0x7b) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Suspend Offline collection upon new
					command.
					Offline surface scan supported.
					Self-test supported.
					Conveyance Self-test supported.
					Selective Self-test supported.
SMART capabilities:            (0x0003)	Saves SMART data before entering
					power-saving mode.
					Supports SMART auto save timer.
Error logging capability:        (0x01)	Error logging supported.
					General Purpose Logging supported.
Short self-test routine 
recommended polling time: 	 (   2) minutes.
Extended self-test routine
recommended polling time: 	 ( 255) minutes.
Conveyance self-test routine
recommended polling time: 	 (  34) minutes.
SCT capabilities: 	       (0x003f)	SCT Status supported.
					SCT Error Recovery Control supported.
					SCT Feature Control supported.
					SCT Data Table supported.

SMART Attributes Data Structure revision number: 16
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   051    Pre-fail  Always       -       0
  3 Spin_Up_Time            0x0007   063   063   011    Pre-fail  Always       -       11970
  4 Start_Stop_Count        0x0032   100   100   000    Old_age   Always       -       180
  5 Reallocated_Sector_Ct   0x0033   100   100   010    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   100   100   051    Pre-fail  Always       -       0
  8 Seek_Time_Performance   0x0025   100   083   015    Pre-fail  Offline      -       12270
  9 Power_On_Hours          0x0032   097   097   000    Old_age   Always       -       16431
 10 Spin_Retry_Count        0x0033   100   100   051    Pre-fail  Always       -       0
 11 Calibration_Retry_Count 0x0012   100   100   000    Old_age   Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       180
 13 Read_Soft_Error_Rate    0x000e   100   100   000    Old_age   Always       -       0
183 Runtime_Bad_Block       0x0032   100   100   000    Old_age   Always       -       0
184 End-to-End_Error        0x0033   100   100   000    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   081   063   000    Old_age   Always       -       19 (Min/Max 18/23)
194 Temperature_Celsius     0x0022   078   062   000    Old_age   Always       -       22 (Min/Max 17/25)
195 Hardware_ECC_Recovered  0x001a   100   100   000    Old_age   Always       -       284957763
196 Reallocated_Event_Count 0x0032   100   100   000    Old_age   Always       -       0
197 Current_Pending_Sector  0x0012   100   100   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0030   100   100   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x003e   100   100   000    Old_age   Always       -       20
200 Multi_Zone_Error_Rate   0x000a   100   100   000    Old_age   Always       -       0
201 Soft_Read_Error_Rate    0x000a   100   100   000    Old_age   Always       -       0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Short offline       Completed without error       00%     16416         -
# 2  Short offline       Completed without error       00%     16392         -
# 3  Short offline       Completed without error       00%     16368         -
# 4  Short offline       Completed without error       00%     16344         -
# 5  Short offline       Completed without error       00%     16320         -
# 6  Extended offline    Completed without error       00%     16313         -
# 7  Short offline       Completed without error       00%     16296         -
# 8  Short offline       Completed without error       00%     16272         -
# 9  Short offline       Completed without error       00%     16248         -
#10  Short offline       Completed without error       00%     16224         -
#11  Short offline       Completed without error       00%     16200         -
#12  Short offline       Completed without error       00%     16176         -
#13  Short offline       Completed without error       00%     16152         -
#14  Extended offline    Completed without error       00%     16136         -
#15  Short offline       Completed without error       00%     16128         -
#16  Short offline       Completed without error       00%     16104         -
#17  Short offline       Completed without error       00%     16080         -
#18  Short offline       Completed without error       00%     16056         -
#19  Short offline       Completed without error       00%     16032         -
#20  Short offline       Completed without error       00%     16008         -
#21  Short offline       Completed without error       00%     15984         -

SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
-------------- next part --------------
smartctl 5.42 2011-10-20 r3458 [FreeBSD 9.0-RELEASE amd64] (local build)
Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net

=== START OF INFORMATION SECTION ===
Model Family:     SAMSUNG SpinPoint F2 EG
Device Model:     SAMSUNG HD154UI
Serial Number:    S1XWJ1MSA01201
LU WWN Device Id: 5 0024e9 00245b27a
Firmware Version: 1AG01118
User Capacity:    1,500,301,910,016 bytes [1.50 TB]
Sector Size:      512 bytes logical/physical
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   8
ATA Standard is:  ATA-8-ACS revision 3b
Local Time is:    Tue Feb 14 19:50:05 2012 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x00)	Offline data collection activity
					was never started.
					Auto Offline Data Collection: Disabled.
Self-test execution status:      ( 114)	The previous self-test completed having
					the read element of the test failed.
Total time to complete Offline 
data collection: 		(19368) seconds.
Offline data collection
capabilities: 			 (0x7b) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Suspend Offline collection upon new
					command.
					Offline surface scan supported.
					Self-test supported.
					Conveyance Self-test supported.
					Selective Self-test supported.
SMART capabilities:            (0x0003)	Saves SMART data before entering
					power-saving mode.
					Supports SMART auto save timer.
Error logging capability:        (0x01)	Error logging supported.
					General Purpose Logging supported.
Short self-test routine 
recommended polling time: 	 (   2) minutes.
Extended self-test routine
recommended polling time: 	 ( 255) minutes.
Conveyance self-test routine
recommended polling time: 	 (  34) minutes.
SCT capabilities: 	       (0x003f)	SCT Status supported.
					SCT Error Recovery Control supported.
					SCT Feature Control supported.
					SCT Data Table supported.

SMART Attributes Data Structure revision number: 16
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   099   051    Pre-fail  Always       -       42
  3 Spin_Up_Time            0x0007   062   062   011    Pre-fail  Always       -       12120
  4 Start_Stop_Count        0x0032   100   100   000    Old_age   Always       -       183
  5 Reallocated_Sector_Ct   0x0033   100   100   010    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x000f   100   100   051    Pre-fail  Always       -       0
  8 Seek_Time_Performance   0x0025   100   100   015    Pre-fail  Offline      -       12557
  9 Power_On_Hours          0x0032   097   097   000    Old_age   Always       -       16430
 10 Spin_Retry_Count        0x0033   100   100   051    Pre-fail  Always       -       0
 11 Calibration_Retry_Count 0x0012   100   100   000    Old_age   Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       182
 13 Read_Soft_Error_Rate    0x000e   100   099   000    Old_age   Always       -       42
183 Runtime_Bad_Block       0x0032   100   100   000    Old_age   Always       -       0
184 End-to-End_Error        0x0033   100   100   000    Pre-fail  Always       -       0
187 Reported_Uncorrect      0x0032   100   100   000    Old_age   Always       -       180
188 Command_Timeout         0x0032   100   100   000    Old_age   Always       -       0
190 Airflow_Temperature_Cel 0x0022   080   061   000    Old_age   Always       -       20 (Min/Max 18/23)
194 Temperature_Celsius     0x0022   078   059   000    Old_age   Always       -       22 (Min/Max 18/25)
195 Hardware_ECC_Recovered  0x001a   100   100   000    Old_age   Always       -       282807345
196 Reallocated_Event_Count 0x0032   100   100   000    Old_age   Always       -       0
197 Current_Pending_Sector  0x0012   100   100   000    Old_age   Always       -       5
198 Offline_Uncorrectable   0x0030   100   100   000    Old_age   Offline      -       1
199 UDMA_CRC_Error_Count    0x003e   100   100   000    Old_age   Always       -       1
200 Multi_Zone_Error_Rate   0x000a   100   100   000    Old_age   Always       -       0
201 Soft_Read_Error_Rate    0x000a   100   099   000    Old_age   Always       -       0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Short offline       Completed: read failure       20%     16417         2014101178
# 2  Short offline       Completed: read failure       20%     16399         2014099395
# 3  Short offline       Completed: read failure       20%     16393         2014099395
# 4  Short offline       Completed: read failure       20%     16369         2014099395
# 5  Short offline       Completed: read failure       20%     16352         2014099395
# 6  Short offline       Completed: read failure       20%     16344         2014099395
# 7  Extended offline    Completed: read failure       90%     16321         2014099395
# 8  Short offline       Completed: read failure       20%     16320         2014099395
# 9  Short offline       Completed without error       00%     16296         -
#10  Short offline       Completed without error       00%     16273         -
#11  Short offline       Completed without error       00%     16249         -
#12  Short offline       Completed without error       00%     16224         -
#13  Short offline       Completed without error       00%     16201         -
#14  Short offline       Completed without error       00%     16177         -
#15  Extended offline    Completed without error       00%     16159         -
#16  Short offline       Completed without error       00%     16153         -
#17  Short offline       Completed without error       00%     16129         -
#18  Short offline       Completed without error       00%     16105         -
#19  Short offline       Completed without error       00%     16081         -
#20  Short offline       Completed without error       00%     16057         -
#21  Short offline       Completed without error       00%     16033         -

SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.


More information about the freebsd-stable mailing list