You are not logged in.
Pages: 1
hiya.
anyone know any utilityprogram to do read/write test on a harddisk ?
tried to search a bit on the forums but couldnt find any post about it.
/Thomas
Offline
I'm pretty sure all the linux filesystems included that feature, at least ext3 and reiserfs do for sure. As far as the hard disk itself, most manufacturers supply simple disk utilities which include it too. I can vouche for maxtor. The ultimate boot cd may have something like it but I'm not sure..
Offline
ok thanks. i will check it out.
/Thomas
Offline
T-Dawg is correct: the Ultimate Boot CD includes extensive hard drive diagnostics utilities from more than half a dozen hard drive manufacturers, e.g. Seagate, Western Digital, Hitachi, Maxtor, Samsung, if I remember correctly. Well worth having!
Robert
Offline
Why not use simple badblocks from a live-cd to do that?
I recognize that while theory and practice are, in theory, the same, they are, in practice, different. -Mark Mitchell
Offline
'hdparm -Tt' for checking throughput (modern drives: > 50 MB/s) and 'smartctl -t long' (smartmontools) for a complete surface scan. That last one might need to be run from a live cd, because a mounted root fs would be too busy for finishing in a reasonable time.
1000
Offline
Pages: 1