vote up 0 vote down star

What is the best way to discover what USB drives are connected, where they are mounted, and their unique details like Serial number, PID and which USB Hub port they are connected to? Something similar to what USBlyzer does for Windows but programmatically.

flag

52% accept rate

2 Answers

vote up 1 vote down check

The Finder has an "about this mac" option under the Apple at the upper left. Ask for more info and follow the devices===> USB tree to find your answers. In a shell or another executing module, I have no idea how to retrieve this info.

link|flag
Thank you, that is exactly the information I need, except I need to get it programmatically! – Abdullah Jibaly Jan 8 at 22:23
A shell script would be perfect. – Abdullah Jibaly Jan 8 at 22:23
The system_profiler command does it from the terminal. – Abdullah Jibaly Jan 16 at 23:50
vote up 1 vote down

I'm not an expert of I/O on Mac OS X, but I've heard of I/O Kit, which may be a good starting point.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.