on 2008-04-18 2:23 AM, Jens Alfke at [EMAIL PROTECTED] wrote:

> On 17 Apr '08, at 1:19 PM, JanakiRam wrote:
> 
>>   Is there any cocoa way to mount a volume silently by passing the
>> user name and password.
> 
> There is no Objective-C API; you'll have to use either CoreServices or
> POSIX APIs.
> I would look at the FSVolumeMount function.

Well, maybe this is stretching the "any cocoa way" requirement, but I
believe you could use NSAppleScript to run a simple AppleScript command
('mount volume', which takes optional user name and password parameters, or
'do shell script' with appropriate shell commands).

Instead of NSAppleScript you could use OSAKit, but it isn't technically
"Cocoa" by some definitions, although it is an Objective-C API.

--

Bill Cheeseman - [EMAIL PROTECTED]
Quechee Software, Quechee, Vermont, USA
www.quecheesoftware.com

PreFab Software - www.prefabsoftware.com


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to