From time to time, a disk in one of my FreeNAS boxes fail as expected. I always swap in new drives. Everything works as expected.
Once I get the failed drive out of the FreeNAS machine, I'd like to confirm that the drive is bad. To do this, I run badblocks to try to document the inadequacies of the disk.
More often than not, several passes with badblocks reveal no errors. SMART reports no realloxcated sectors etc on the drive. When that happens, I do not know if I should trust the drive or not. Any suggestions? Should I assume other hardware errors in my FreeNAS boxes?
I run badblocks like this:
sudo badblocks -p 2 -b 4096 -wsv /dev/sdb
Most of my disks are WD60EFRX's.
Any thought appreciated.
Thanks,
Tobias
Once I get the failed drive out of the FreeNAS machine, I'd like to confirm that the drive is bad. To do this, I run badblocks to try to document the inadequacies of the disk.
More often than not, several passes with badblocks reveal no errors. SMART reports no realloxcated sectors etc on the drive. When that happens, I do not know if I should trust the drive or not. Any suggestions? Should I assume other hardware errors in my FreeNAS boxes?
I run badblocks like this:
sudo badblocks -p 2 -b 4096 -wsv /dev/sdb
Most of my disks are WD60EFRX's.
Any thought appreciated.
Thanks,
Tobias