Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 20th November 2005, 01:12 AM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
fsck or badblocks?

Hey,
every once in a while I get this in dmesg after the computer freezes for 10 s and makes a funny HD noise:
hdb: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hdb: dma_intr: error=0x40 { UncorrectableError }, LBAsect=9671186, sector=9671176
end_request: I/O error, dev hdb, sector 9671176
hdb: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hdb: dma_intr: error=0x40 { UncorrectableError }, LBAsect=9671186, sector=9671184
end_request: I/O error, dev hdb, sector 9671184
hdb: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hdb: dma_intr: error=0x40 { UncorrectableError }, LBAsect=9671186, sector=9671184
I've had this before, and a reformat fixes it. I did fsck -Cf /dev/hdb3 (my root) and everything's OK. How do I fix the HD error?
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #2  
Old 22nd November 2005, 10:04 PM
Furball's Avatar
Furball Offline
Registered User
 
Join Date: Jul 2005
Location: Passau, Germany
Age: 33
Posts: 331
Hello Firewing,
does badblocks show any errors ?
You could try 'badblocks -s -n /dev/hdb' to do a non-destructive read-only test. You can scan certain blocks only as well but I don't know how to translate the sectors from your error message into the right block numbers
__________________

Benjamin Duehring, FORWISS
Universitaet Passau, D-94030 Passau
WWW: http://www.lyxx.de/card
Reply With Quote
  #3  
Old 23rd November 2005, 10:25 PM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
It's happened a couple times; every time I would fsck and bacblocks and neither would show any results.
It's just annoying cause the only way (i know of) is re-format, and im not doing that.
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #4  
Old 24th November 2005, 12:18 AM
Furball's Avatar
Furball Offline
Registered User
 
Join Date: Jul 2005
Location: Passau, Germany
Age: 33
Posts: 331
That's strange. I had some ibm harddisk some time ago with the same "symptoms". If fsck and badblocks don't work you can try the manufacturer's utility. Most of them have a special utility downloadable on their website which can test and stress-test your drive. They work only for the drives of the given manufacturer but they can be very powerful like they can read some internal stored error codes which fsck just cannot do. Might be a bit difficult to find on the website however (ibm, seagate and maxtor do have them, I know).

PS: My harddisk died after 3 weeks beginning with making these noises from a head crash
__________________

Benjamin Duehring, FORWISS
Universitaet Passau, D-94030 Passau
WWW: http://www.lyxx.de/card
Reply With Quote
  #5  
Old 24th November 2005, 02:56 AM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
lol.. thanks... although it is a faily old HD it's a quantum Fireball AS 20 GB but it's been doing this for 2 years, as i said, every once and a while... so i'm not worried about crash. Plus, check out my sig, and take a look at my Backups program. It's what I use. I had a full sys crash once, had to reformat, and I cloned my system -- ended up with EXACT same packages, configs, documents in under 4 hours. I love my backups. Even better, it's done for me at 1am every day onto my USB HD; The hour is configurable by the user.
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #6  
Old 2nd December 2005, 09:57 PM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
OK this is really annoying. I found the glitch; short reads in my ext3 fs. I rewrote them, now it's ok. But, the system's been acting really slowly ever since; XFS takes 10 seconds to start and it normally takes 1 or 2 MAX. Same for crond, cups, etc. I tried dmesg, nothing. The system will also freeze will accessing HD on occasion, but no errors show. Should i reformat completely?
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #7  
Old 3rd December 2005, 12:36 AM
Tashiro Offline
Retired Community Manager
 
Join Date: May 2004
Posts: 1,149
Hi Firewing,

Make backups of you data, if you haven't already. Sorry I don't have any better suggestion.

Tashiro
__________________
Respect the FedoraForum.org guidelines
Reply With Quote
  #8  
Old 3rd December 2005, 01:00 AM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
I do, every night with my FWBackups program (See my sig)
I'm just wondering -- is this a sign that my drive is failing or is this normal?
Thanks
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #9  
Old 3rd December 2005, 01:52 AM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
EDIT: OK, my real question is -- Will reformatting fix this. I've been getting these errors for over 2 years, and it *seems* every time I reformat they go away, and slowly come back. I just did an fsck, it shows nothing. Yet I still get these HDB errors.
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
  #10  
Old 3rd December 2005, 03:41 PM
Firewing1's Avatar
Firewing1 Offline
Administrator
 
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224
This is annoying. I reformatted my /boot (/dev/hdb1 was were the errors where coming from. Still errors. So i guess the surface is scratched !?
Anyway, when I boot HAL takes no joke 15 seconds to start, and it posts errors about block 104385 / 104389 in /dev/hdb1. Those are on the badblocks list. Why does it keeps accessing them?!?
Firewing1
__________________
[+] My open source software and blog
[+] Some of my howtos: (for full list, click here)
Reply With Quote
Reply

Tags
badblocks, fsck

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
mkfs.ext3 doesn't run badblocks Pollux Using Fedora 0 12th December 2005 12:00 AM


Current GMT-time: 07:30 (Monday, 20-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat