I am not very proficient in Mac OS X programming, but I am working on a Qt application which needs info about the storage devices. Basically a list of hard drives and USB th
Take a look at getmntinfo() (for an enumeration of mount points) and statfs() (for information about a known mount point.)
getmntinfo()
statfs()