On Thu, 2005-08-25 at 13:35 +1200, Nick Rout wrote: > Is there a way to interrogate a drive to see what its serial number is? > I have a drive in a machine at home that I believe is failing. I have an > invoice here at the office which I think is the right one, but the > serial number would tie it right in.
If you have smartctl installed: sudo smartctl -a /dev/hda | grep 'Serial Number' Roy.
