Using Cocoa, how can I get list of all partitions with their mounted paths and volume names on startup disk?
Thanks.
Using Cocoa, how can I get list of all partitions with their mounted paths and volume names on startup disk?
Thanks.
Run diskutil list -plist
and parse the output.