Stress testing/burning in HDDs

Wojciech Puchar wojtek at wojtek.tensor.gdynia.pl
Thu Sep 27 12:04:53 PDT 2007


>> What is the best way to do this?
>
> It's reasonable to start with something like a:
>
>  dd if=/dev/your_disk of=/dev/null bs=5120
>
> ...to at least try reading every sector on the drive as a basic sanity check.

why so small blocks of 10 sectors?

i use bs=64k at least goes faster.

> Better would be to install /usr/ports/sysutils/smartmontools and run some 
> SMART self-tests via:
>
>  smartctl -t long /dev/your_disk
>
> smartctl even understands some types of RAID controllers, but not all of 
> them....
>
> -- 
> -Chuck
>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>


More information about the freebsd-questions mailing list