October 2010
1 post
1 tag
Identifying hard drives
I’ve had a Linux server at home with a lot of hard drives in it for many years.  One of the most frustrating things about this has been when a drive eventually fails, it’s a pain to identify exactly which drive it is that has failed.  This seems obviously in hindsight, but I recently realized that “hdparm -i /dev/sdx” will give you the serial number of a drive.  So since I...
Oct 6th