Quote:
are there special linux commands i can run to verify each sector of the disk?


Yes, simply this:

cat /dev/hda > /dev/null

And then just wait for read errors (or hopefully the lack thereof).

-ml