/var/log/messages has indicated a slew of XFS problems on an external
USB hard drive (see attachment). These look pretty fatal. Anybody
think the file system is recoverable?
Also, palimpsest is reporting (graphically) that my external hard drive is
about to die. Can I save it's report to a text file???
Jul 21 23:53:23 osage kernel: usb 2-1: new high speed USB device using ehci_hcd and address 2
Jul 21 23:53:23 osage kernel: usb 2-1: New USB device found, idVendor=0bc2, idProduct=3001
Jul 21 23:53:23 osage kernel: usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 21 23:53:23 osage kernel: usb 2-1: Product: FreeAgent
Jul 21 23:53:23 osage kernel: usb 2-1: Manufacturer: Seagate
Jul 21 23:53:23 osage kernel: usb 2-1: SerialNumber: 2GEX0DP4
Jul 21 23:53:23 osage kernel: scsi4 : usb-storage 2-1:1.0
Jul 21 23:53:24 osage kernel: scsi 4:0:0:0: Direct-Access Seagate FreeAgent 102D PQ: 0 ANSI: 4
Jul 21 23:53:24 osage kernel: sd 4:0:0:0: Attached scsi generic sg1 type 0
Jul 21 23:53:28 osage kernel: sd 4:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
Jul 21 23:53:28 osage kernel: sd 4:0:0:0: [sdb] Write Protect is off
Jul 21 23:53:28 osage kernel: sd 4:0:0:0: [sdb] Mode Sense: 1c 00 00 00
Jul 21 23:53:28 osage kernel: sd 4:0:0:0: [sdb] Assuming drive cache: write through
Jul 21 23:53:28 osage kernel: sd 4:0:0:0: [sdb] Assuming drive cache: write through
Jul 21 23:53:28 osage kernel: sdb: sdb1
Jul 21 23:53:28 osage kernel: sd 4:0:0:0: [sdb] Assuming drive cache: write through
Jul 21 23:53:28 osage kernel: sd 4:0:0:0: [sdb] Attached SCSI disk
On Thursday 22 July 2010 05:14:08 David Relson wrote:
> /var/log/messages has indicated a slew of XFS problems on an external
> USB hard drive (see attachment). These look pretty fatal. Anybody
> think the file system is recoverable?
You'll have to try to recover it, to see if it is possible: xfs is vulnerable
to power interruptions, so a faulty USB cable can cause corruption. I haven't
had a corrupted xfs system for years now, so I put initial experiences down to
early (buggy) versions of the drivers. In my case, I was not able to recover
and I had to reformat and start again. After a couple of early mortality
cases the fs in question carried on for 4 years without a single problem.
Try xfs_check and xfs_repair with the drive unmounted, but first use
xfs_dump/restore or dd to make a back up just in case.
> Also, palimpsest is reporting (graphically) that my external hard drive is
> about to die. Can I save it's report to a text file???
Sorry, can't help with that because I'm not familiar with the application.
You could use sys-apps/smartmontools if you want a console application that
you can copy and paste from.
--
Regards,
Mick
07-22-2010, 04:34 PM
Paul Hartman
dying hard drive
On Thu, Jul 22, 2010 at 1:11 AM, Mick <michaelkintzios@gmail.com> wrote:
> On Thursday 22 July 2010 05:14:08 David Relson wrote:
>> /var/log/messages has indicated a slew of XFS problems on an external
>> USB hard drive (see attachment). *These look pretty fatal. *Anybody
>> think the file system is recoverable?
>
> You'll have to try to recover it, to see if it is possible: *xfs is vulnerable
> to power interruptions, so a faulty USB cable can cause corruption.
I had exactly this problem with a USB HDD formatted with xfs. The USB
cable that it came with was rubbish... the drive would disconnect &
reconnect on its own for no apparent reason, and corruption happened
of course. I replaced it with another cable and it worked fine after
that.
A few months later the power supply started to fail, it would
occasionally not provide enough power and the drive would go offline
or start beeping/clicking. At first I thought the disk was bad
(clicking is never good) but it was actually the sound of the drive
trying to spin up and failing. Eventually the power brick couldn't
even spin up the drive at all. I replaced the power supply and now the
drive works fine again, for now...