dce5
![]() |
|
|
|
|
|||||||
| Peripheral Hardware Stuff that plugs in via USB, FireWire, eSATA, PS/2, etc. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I have a Western Digital 2TB USB drive. Its format is msdosfs.
My base system and ports are up to date as of today. Code:
FreeBSD 9.0-STABLE FreeBSD 9.0-STABLE #0: Thu Apr 26 03:00:17 PDT 2012 user@:/usr/obj/usr/src/sys/GENERIC amd64 Code:
kernel: g_vfs_done():da1s1[WRITE(offset=-886695100416, length=32768)]error = 5 I have run smartctl tests on the device and they show: Code:
=== START OF READ SMART DATA SECTION === SMART overall-health self-assessment test result: PASSED Last edited by DutchDaemon; April 27th, 2012 at 23:24. Reason: more formatting |
|
#2
|
||||
|
||||
|
Those are general I/O failures, not specific hard disk sector errors (hence why nothing shows in SMART). These errors usually mean there's a failure higher in the stack above the disk itself: disk controller, USB-to-SATA adapter, USB controller in disk pack, USB connector on disk, USB cable, USB connector on computer, USB controller in computer, etc.
Last edited by phoenix; April 27th, 2012 at 20:54. |
|
#3
|
|||
|
|||
|
I've posted[1] where one can use gcp and/or rsync to write to/from the thumbdrives slower, making their use more reliable. Howsoever [also], if you reformat it to ufs, you can fix it if it breaks with the fsck_ffs -y /dev/da0 also, more easily maybe.
[1] use the forum search maybe. |
|
#4
|
|||
|
|||
|
Quote:
I rebooted the same machine into Windows 7 a short while ago - same cables, same USB port and copied tens of GBs of data to the drive with no problem. Also I see that any msdosfs drive always reports this when I do a fsck_msdosfs: Code:
** Phase 1 - Read and Compare FATs FAT starts with odd byte sequence (f8ffff0ffffffff7) Last edited by DutchDaemon; April 27th, 2012 at 23:25. |
|
#5
|
||||
|
||||
|
The drive may need a usb_quirk(4).
|
|
#6
|
|||
|
|||
|
Thanks. I am reading about it now.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Solved] ZFS: errors: Permanent errors have been detected | overmind | General | 5 | May 29th, 2011 23:55 |
| Areca and kernel error "g_vfs_done" | HeavyUnit | System Hardware | 1 | December 5th, 2010 21:19 |
| g_vfs_done | killwin | System Hardware | 2 | March 18th, 2010 16:50 |
| Cannot read from ext2 disk - g_vfs_done():da2[READ(snip)] error 5 | skaffen | General | 0 | March 6th, 2009 16:02 |
| g_vfs_done() Error GEOM Disk Encryption | ter2007 | Installing & Upgrading | 4 | December 31st, 2008 17:26 |