Re: API for volumes
Re: API for volumes
- Subject: Re: API for volumes
- From: Charles Srstka <email@hidden>
- Date: Sat, 02 Nov 2013 13:56:46 -0500
On Nov 2, 2013, at 9:07 AM, Luther Baker <email@hidden> wrote:
> I'd like to create a UI around mounting and dismounting Volumes,
> specifically, encrypted volumes.
>
> Knox <https://agilebits.com/knox> does this and obviously Disk Utility
> amongst others.
>
> I believe most core functionality can be had by exec'ing
> hdiutil<https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/hdiutil.1.html>
> commands
> from within Objective-C code - but I was wondering if there was a public
> library or API wrapping this functionality.
DADiskMount and DADiskUnmount are the general APIs for mounting and dismounting volumes. I haven't tried them with encrypted volumes, but they're worth a look.
Charles
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden