Is this a hard drive problem?

  • Thread starter Thread starter mob
  • Start date Start date

mob

mob

Associate
Joined
24 May 2012
Posts
16
I've been trying to install Win 7 on a friend's old laptop. First time all went smoothly but only for a few days. Then it cut out at the Windows log screen and Windows tried to repair itself, successfully at first few times but then subsequently it failed and I had to re-install.

I've since tried re-installing from 3 different Win 7 disks and from UFD. Mostly things get as far as Windows rebooting itself before failing.

I've tested the RAM using Memtest+ and swapping out RAM sticks but that seems fine.

I tested the hard drive using the Hitachi Fitness test and it seems OK with a SMART rating of 'good'.

I've also wiped the boot partition and windows partition using kill disk before trying a fresh Windows install.

The laptop is a bog standard Toshiba that had Vista 32 running on it before. It's an AMD x64 Turion processor w 3Gbs of RAM.

I can run the machine from Linux Live UFDs and DVDs without problem. I've installed Ubuntu twice but the the third time it failed with the message that either the install media or hard drive were the problem.

Ideally I'd like to try and swap out the drive but I don't have a 2.5inch drive to use. Wondering if I could try with 3.5inch drive with the power cable attached to a desktop PC?? (all SATA)

Also how reliable are software HD tests?

Or is there something else its likely to be?
 
OK trying Fedora though tbh I'm pretty illiterate when it comes to Linux.

I've opened a terminal window and tried typing a few smartctl commands but don't get any response, just a fresh prompt. What should I type to test the drive?

Thx
 
Use the command sudo bash to get root privileges if you aren't logged in as root.

Use the command df -h and look for the ID of the bad drive. It should be something like /dev/sdX.

After you've got the ID of the drive, use the command smartctl -a /dev/sdX - change X to the letter of your drive.
 
Back
Top Bottom