On 4 Jun, 11:29, Nick Craig-Wood <[email protected]> wrote: > > For linux I'd run this and parse the results. > > # smartctl -i /dev/sda
Also useful is hdparm, particularly with the drive identification and detailed information options shown respectively below: # hdparm -i /dev/sda # hdparm -I /dev/sda Paul -- http://mail.python.org/mailman/listinfo/python-list
