Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I recently added a USB Hub (7 ports) because 5 out of my 6 were
damaged. The hub installed fine (or so I thought)...I shutdown
the machine after the install but when I went back the next day I got
the error message "No Hard Disk Found".
I unplugged the hub but still it had no effect...same result No HD
...after several reboots (with the hub attached and unattached) the system booted just fine...
ie, the bootloader came up asking me linux or xp.
Yesterday while online I was watching some streaming video and FireFox
froze...FF would not close, I tried to kill the program via the process
manager, it would not open...I tried to logoff and reboot...nothing...
I was left with a hard reset and once again after reset came the "No
Hard Disk Found" error message.
I am not hearing any sounds from the 80GB...but it seems the drive
is erractic...currently I have no access to linux or xp. I've had
this drive for 4 yrs...could it be failing or do I have a corrupt
file system?
The BIOS shows my Slave as the Master and no Slave present???
The BIOS is set to Auto detect.
Please advise and thanks.
The first thing if possible is to backup but that may require the hdd be moved to another system. If at all possible.
If you can not do this then You will need to perform some diagnostics on the drive. You could get the hdd manufacture tools or try a 'LiveCD'. I like 'SystemRescueCD' and 'UBCD' for system diagnostic tools.
If you have another system that you could get the LiveCD then I would download & burn. Plus you could move the hdd in question to that machine as a Slave then look at the logs to see if there are messages that can lead to solutions. Otherwise just use the LiveCD to boot the system and then mount the filesystem if possible to look at the logs. You will perform the diagnostics on the hdd unmounted.
The above links and others can be found at 'Slackware-Links'. More than just SlackwareŽ links!
If the bios is not seeing the drive im pretty sure that the drive is dead. You can try and get it running by putting it in another computer but still then it may not work if its dead. I would hope that you could get it working again at least once so you can get the data off of it.
exvor - once in every 5 boots the machine will start normally...I backup my home directory every two weeks so I shouldnt lose to much...thanks!
onebuck - I have SystemRescueCD and will try that (unmounted)...never heard of UBCD but will Google and give it a shot....thanks!
clayb226 - I havent changed anything internally...but have noticed that whether I have the machine powered up 5 mins or 50mins a single click from the HD will halt/stall/freeze the box...backups are done (home directory at least) every two weeks....CloneZilla has been used several times...looking into buying an exact drive...maybe CZ will restore correctly????....thanks!
Distribution: Damn Small Linux, KateOs, M$ Ickdows Vista, My own OS
Posts: 1,556
Thanked: 79
I think its worse! i think your motherboard is gone!
its not a coincidence that both your USB ports and your harddrive failed.
i think the motherboard may have some I/O bus problems.
To test to see if it is the drive or something internal that is causing the problem you could grab smartmontools and run a helth check on the drive. Almost every drive today includes smart.
Distribution: Damn Small Linux, KateOs, M$ Ickdows Vista, My own OS
Posts: 1,556
Thanked: 79
Quote:
Originally Posted by exvor
To test to see if it is the drive or something internal that is causing the problem you could grab smartmontools and run a helth check on the drive. Almost every drive today includes smart.
not reliable if the IDE or SATA controller is failing.
the best is to try it on another computer.
IDE0=master-WinXP 200GB
IDE0=slave-Suse Linux 80GB 5-10yrs old (not sure, has been used is several systems)
IDE1=master-dvdrw
IDE1=slave-cdrw
IDE2=master-backup 250GB
IDE2=slave-33GB from an old machine
I am not very good at the cli...I have tried the suggestions from the above url but no joy...actually I stink which is probably why I could'nt get the programs listed above to work.....I can login to the dual-boot with the cover of my machine off and the system will act normal for about 50mins...cover on 10-15mins...then I'll hear a single click and linux will freeze.
The 80GB linux hd is real hot to the touch...so I'm thinking thats the hd failing but how do I know for sure????
Plus the age of the drive.
I have found an identical drive at newegg.com but again should I buy it?
Please advise and thanks so much in advance!!!
IDE0=master-WinXP 200GB
IDE0=slave-Suse Linux 80GB 5-10yrs old (not sure, has been used is several systems)
IDE1=master-dvdrw
IDE1=slave-cdrw
IDE2=master-backup 250GB
IDE2=slave-33GB from an old machine
I am not very good at the cli...I have tried the suggestions from the above url but no joy...actually I stink which is probably why I could'nt get the programs listed above to work.....I can login to the dual-boot with the cover of my machine off and the system will act normal for about 50mins...cover on 10-15mins...then I'll hear a single click and linux will freeze.
The 80GB linux hd is real hot to the touch...so I'm thinking thats the hd failing but how do I know for sure????
Plus the age of the drive.
I have found an identical drive at newegg.com but again should I buy it?
Please advise and thanks so much in advance!!!
use smartctl to check your disk health
it is part of the smartmontools package.
smartctl -h for options
Code:
smartctl -H -l selftest /dev/hda1
Last edited by centosboy; 11-27-2009 at 09:48 AM..
use smartctl to check your disk health
it is part of the smartmontools package.
smartctl -h for options
This is what I would do. First check your hard disk with the smartctl tool:
# smartctl -t short /dev/*
# smartctl -l selftest /dev/*
# smartctl -a /dev/*
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
Advertisement
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Click Here to receive a complimentary subscription courtesy of LQ.