I'd like to retrieve the system volume's hard disk serial number.
For drives which indeed support such a serial number it can be read
using the ioreg tool.
Although I'd prefer to read the hard disk serial number using an API
(e.g. IOKit) instead of using a dedicated tool, I'm more concerned
about the different paths I seem to have to go through the
dictionaries to get different drives' serial numbers when the drives
are attached by different busses (see ioreg output below).
Also, the *keys* used to query the dictionary for the S/N differ,
e.g. "device serial" vs. "Serial Number".
Apple's System Profiler gets them all, but maybe it also uses
different code to read the S/N from different devices?
Is there a recommended / unified way to retrieve a hard drive's
serial number?
At least, are there known pitfalls?
Thanks for pointers, links, sample code snippets, comments, or
whatever you might consider useful!
Best regards,
Dirk Stegemann
P.S.: I've read TN1103 (the old version from 1998 which points to an
antiquated ATA demo sample, as well as the new version which doesn't
include disk querying capabilities).
Ideally, I'd like to follow that versions IOKit query mechanism to
retrieve the hard disk serial number.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/darwin-dev/email@hidden