• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Bad hard drive?

leSLIe

Fully [H]
Joined
Oct 18, 2004
Messages
17,482
I want to install Untangle (An "automated" Linux distro for web control) in an old PC that I have laying around.
Upon checking the hard drive (SATA 160GB) using Acronis Disk Director 11 Home
I've notice that it has some bad sectors, so I clicked on "Try to fix found bad sectors".

Finally I run HD Tune Pro, and found the following:

vy6vBGs.jpg


Is the hard drive good enough to install this software?
 
I would not use that drive on any data that I care about. Although since you mention linux run a 4 pass badblocks test and use it only if there are no verify errors.

Code:
badblocks -wsv /dev/device

Where device will most likely be sda on a system with no other drives and a modern linux release. Check first with fdisk and/or smartctl

fdisk -l /dev/sd?

smartctl --all /dev/sda
 
Ok, I currently don't have a installed distro or LiveCD at hand. Is there a tool to do that in windows?
 
I'm not gonna lie,

I would forego the hard drive alltogether and run this off a 8GB USB.
 
There should not be a big difference from installing onto a usb stick or a hard disk in a modern linux.
 
Back
Top