System lockups caused by USB external HDD
CDP
dr.clau at gmail.com
Mon Jan 24 09:00:53 UTC 2011
On 01/24/11 01:56, Daniel O'Connor wrote:
>
> On 24/01/2011, at 9:10, CDP wrote:
>> g_vfs_done():da0s2[WRITE(offset=xxxxxxxxxxxx, length=16384)]error = 5
>> [several more lines similar to the above]
>> panic: softdep_move_dependencies: need merge code
>> cpuid = 0
>> KDB: stack backtrace:
>> #0 0x... at kdb_backtrace+0x5e
>> #1 0x... at panic+0x182
>
> It looks like the disk is dying, or the FS is corrupt (the former might cause the later).
>
> Can you run smartctl on the disk? Unfortunately a lot of enclosures reject SMART commands so you might not be able to :(
I have attached the output of smartctl -d sat -a /dev/da0. I didn't yet
run a SMART long test for the simple reason that the disk is going into
sleep mode and interrupts it. Haven't bothered to keep it alive for a
long test but I might just do that.
Although, I doubt it's a disk failure, since I do backups on it without
problems by using FreeBSD 7.3, on the same space where FreeBSD 8.x
fails. And I am talking about over 150GB of data in one run, while
8.2-RC2 crashes after 5-10GB. I have experienced disk failure in the
past, on SATA, and a few read/write errors never caused a system lockup.
My feeling is that enough traffic on USB causes the problem, and that
this problem is only present in the new USB stack.
Unfortunately downgrading to 7.x is not an option because there are
things that won't work on this notebook.
Regards,
Claudiu.
-------------- next part --------------
smartctl 5.40 2010-10-16 r3189 [FreeBSD 8.2-RC2 amd64] (local build)
Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net
=== START OF INFORMATION SECTION ===
Model Family: Western Digital Caviar Green family
Device Model: WDC WD10EADS-00M2B0
Serial Number: WD-WCAV53634762
Firmware Version: 01.00A01
User Capacity: 1,000,204,886,016 bytes
Device is: In smartctl database [for details use: -P show]
ATA Version is: 8
ATA Standard is: Exact ATA specification draft version not indicated
Local Time is: Mon Jan 24 10:39:01 2011 EET
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: (0x82) Offline data collection activity
was completed without error.
Auto Offline Data Collection: Enabled.
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: (19980) 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: ( 230) minutes.
Conveyance self-test routine
recommended polling time: ( 5) minutes.
SCT capabilities: (0x3037) SCT Status 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 0x002f 200 200 051 Pre-fail Always - 0
3 Spin_Up_Time 0x0027 112 111 021 Pre-fail Always - 7366
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 144
5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0
7 Seek_Error_Rate 0x002e 100 253 000 Old_age Always - 0
9 Power_On_Hours 0x0032 100 100 000 Old_age Always - 146
10 Spin_Retry_Count 0x0032 100 100 000 Old_age Always - 0
11 Calibration_Retry_Count 0x0032 100 100 000 Old_age Always - 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 123
192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 14
193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always - 547
194 Temperature_Celsius 0x0022 119 096 000 Old_age Always - 28
196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0
197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0030 200 200 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0
200 Multi_Zone_Error_Rate 0x0008 200 200 000 Old_age Offline - 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 Interrupted (host reset) 90% 64 -
# 2 Short offline Completed without error 00% 3 -
# 3 Short offline Aborted by host 90% 3 -
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-usb
mailing list