¡@

Home 

python Programming Glossary: hdio_get_identity

Get hard disk serial number using Python on Linux

http://stackoverflow.com/questions/4193514/get-hard-disk-serial-number-using-python-on-linux

0 printf ERROR opening dev hda n exit 1 if ioctl fd HDIO_GET_IDENTITY hd printf .20s n hd.serial_no else if errno ENOMSG printf No.. printf No serial number available n else perror ERROR HDIO_GET_IDENTITY exit 1 Translated into Python on Ubuntu 9.10 it goes a little.. 40s 2B H 2B H 4B 6H 2B I 36H I Q 152H # Also from hdreg.h HDIO_GET_IDENTITY 0x030d # How big a buffer do we need sizeof_hd_driveid struct.calcsize..