Re: API for volumes

2013-11-02 Thread Charles Srstka
On Nov 2, 2013, at 9:07 AM, Luther Baker wrote: > I'd like to create a UI around mounting and dismounting Volumes, > specifically, encrypted volumes. > > Knox does this and obviously Disk Utility > amongst others. > > I believe most core functionality can be had by

Re: API for volumes

2013-11-02 Thread Maxthon Chan
Your program sounds like a functional duplicate of TrueCrypt and you can look at their source code to find out how. Dist Utility seem like a wrapper of diskutil and hdiutil to me. On Nov 2, 2013, at 22:07, Luther Baker wrote: > I'd like to create a UI around mounting and dismounting Volumes, >

API for volumes

2013-11-02 Thread Luther Baker
I'd like to create a UI around mounting and dismounting Volumes, specifically, encrypted volumes. Knox does this and obviously Disk Utility amongst others. I believe most core functionality can be had by exec'ing hdiutil