LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 04-21-2005, 03:52 AM   #1
David_Moses
LQ Newbie
 
Registered: Jul 2004
Location: uk
Distribution: Ubuntu
Posts: 27

Rep: Reputation: 15
Is my hard disk failing


my box has been acting strangely recently. When it was been on for long periods (like 24hrs) it seems to crash and has loads of problems with the file systems.

on more than one occasion it takes 2-3 reboots before the file systems mount properly.
Also dmesg outputs these results that has got me a bit paranoid.

hdd: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hdd: dma_intr: error=0x84 { DriveStatusError BadCRC }
hdd: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hdd: dma_intr: error=0x84 { DriveStatusError BadCRC }

Is my hard disk about to fail. Should i rush out and buy a fresh one before it implodes.

DM
 
Old 04-21-2005, 06:02 AM   #2
slackie1000
Senior Member
 
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037

Rep: Reputation: 46
hi there,

what happens if you disable dma??
if the error persist, i would advice to start the burial preparations.

regards

slackie1000
 
Old 04-21-2005, 09:19 AM   #3
r0b0
Member
 
Registered: Aug 2004
Location: Europe
Posts: 608

Rep: Reputation: 50
Rush out to back up all your data... And find the receipt...
 
Old 04-21-2005, 10:27 AM   #4
David_Moses
LQ Newbie
 
Registered: Jul 2004
Location: uk
Distribution: Ubuntu
Posts: 27

Original Poster
Rep: Reputation: 15
ok the general concensus is that its f##d right, my hard disk has my hole disertation sitting on it.

I'm backing it up as i'm typing. Its just a shame that i will have to do a re-install, again. i'm getting pretty good at that now.

is there any way i could mirror the disk, i have heard bits about ghosting but i'm not really sure what its about.

cheers for your advice guys/
 
Old 04-21-2005, 01:26 PM   #5
benjithegreat98
Senior Member
 
Registered: Dec 2003
Location: Shelbyville, TN, USA
Distribution: Fedora Core, CentOS
Posts: 1,019

Rep: Reputation: 45
Yes, you can mirror it. If you get a harddrive that is exactly the same size you can put both in a the same time and do it w/ linux.

Assuming your original drive is /dev/hda and your new drive is /dev/hdb:

dd if=/dev/hda of=/dev/hdb

Wait for it to finish and you'll have an exact copy. If the new drive is bigger you'll have some empty space on the end that you'll have to deal with.

The big problem you may now have is some corruption because of previous failures. That has happened to me before. You may just be better off reinstalling to the new drive. Of course you can try the mirroring and if it works out good then fine.
 
Old 06-14-2005, 09:43 AM   #6
everal
Member
 
Registered: Nov 2004
Location: Zona Leste, Sao Paulo, Brazil, South America, Alpha Quadrant, Milk Way
Distribution: Slackware 14.0
Posts: 140

Rep: Reputation: 16
DriveReady SeekComplete Error

Hey...


Sice two weeks ago, I gwt the same error messages, but JUST AT Windows partitios, nad by the way, I can't boot wein anymore.

This is the error I see at dmesg :

Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
FAT: bogus logical sector size 0
UMSDOS: msdos_read_super failed, mount aborted.
FAT: bogus logical sector size 0
FAT: bogus logical sector size 0
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
hdb: DMA disabled
ide0: reset: success
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hda: dma_intr: error=0x84 { DriveStatusError BadCRC }
ide0: reset: success
reiserfs: found format "3.6" with standard journal
reiserfs: checking transaction log (device ide0(3,3)) ...
for (ide0(3,3))
ide0(3,3):Using r5 hash to sort names
VFS: Mounted root (reiserfs filesystem) readonly.



I use Slack 10.0, and boot with lilo, first option linux (kernel 2.4) and then I have a new 2.6 kernel and the windows. The windos at hda1 just doesn't boot.

But the linux is ok, so I wander if this is not a hardware faillure advice, but some kind of winproblem?
 
Old 06-14-2005, 01:11 PM   #7
slackie1000
Senior Member
 
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037

Rep: Reputation: 46
hi there,
did you realize that you hijacked a thread 2 months old to ask about a windows problem?
bad...
regards
slackie1000
 
Old 06-14-2005, 01:20 PM   #8
benjithegreat98
Senior Member
 
Registered: Dec 2003
Location: Shelbyville, TN, USA
Distribution: Fedora Core, CentOS
Posts: 1,019

Rep: Reputation: 45
Have you run any kind of confidence test on the harddrive? It is possible there is simply a corrupted partition but it doesn't really look that way. You can probably find a confidence test that you boot from floppy from the website of the harddrive manufacturer. If the test from the manuafacturer fails then you need a new drive.

I'd hurry. If it is failing you may not have much time rescue your data.
 
Old 06-15-2005, 11:04 AM   #9
everal
Member
 
Registered: Nov 2004
Location: Zona Leste, Sao Paulo, Brazil, South America, Alpha Quadrant, Milk Way
Distribution: Slackware 14.0
Posts: 140

Rep: Reputation: 16
backing up, but would like to understand it

hey again,

slackie1000, you said:
" ...did you realize that you hijacked a thread 2 months old to ask about a windows problem?
bad.. "

Sorry, but I don't think so. I booted from my 2.6 kernel ( I almost never use it ) and those mesages just desapered. So there is 'something' slck/linux related here.

Yes, I do have a dual-boot machine, but a lot of people too. I use my win almost one a year, to calculate my taxes (here in Brazil, where I am, we pay it by internet and the program is windows)

My win doesn't work anymore; I can browse the win partitions from linux, I already did my backup, and to make it working again is simple: I just get the win cd and repair the c drive, where the system is, I can even reformat it, since I have my data in another partion.

And I am NOT asking how to solve THAT. I would like to UNDERSTAND those error messages. I was digging this forum and the net about it< and I didn't found ANY asnwwe where I could see : That is the problaim, by sure. I saw a lot of people saing that 'probabily' is a hardware faut, but my machine just doesn't seams to be having that kind of problem.

And as I said now, if I boot with the 2.6 there are no error messages.

I think that there is an error, but that 'possibly' the error is at the error message itself... :-)

I can repair or reformat that partition now, I could have it already done, but then 'probably' the problem WILL DESAPEAR and I will never understand it. From like a decade to now I always have like 2 or 3 partitions at my win, and at my clients too... because one of the most certain things to happen in this world is that you will lose all your windows install...



benjithegreat98,
thanks... I am considering that.... and yes, I did a big backup, and I will buy another hd and transfer all my linux to that new one.
 
Old 06-15-2005, 12:29 PM   #10
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Rep: Reputation: 35
May be it's a 2.4.x bug... which was solved in 2.6.x.
If not,
Remember what you was doing before this error came up. That would be a better thing to find a "bug" if it exists, than live with a spoiled partition.
I don't know... watch your log files...
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cloning 1 hard disk to smaller hard disk, dd or ghost? fireman949 Linux - Hardware 8 12-23-2012 12:51 AM
Hard disk failing? write error: Bad file descriptor glt Linux - Hardware 4 12-14-2005 10:41 AM
Is my hard drive failing? HGeneAnthony General 1 11-23-2004 01:37 AM
failing hard disk...i think... zepplin611 Linux - Hardware 3 03-03-2004 08:57 PM
Hard Disk question - Making a big hard disk MrAnonym Linux - General 2 09-15-2003 06:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 11:11 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration