Checking to see if a server volume is already mounted?
Checking to see if a server volume is already mounted?
- Subject: Checking to see if a server volume is already mounted?
- From: Adhamh Findlay <email@hidden>
- Date: Tue, 30 Oct 2007 16:33:48 -0500
Hello,
I'm using FSMountServerVolumeSync in a thread to mount an iDisk:
FSMountServerVolumeSync((CFURLRef)[dictionary valueForKey: @"url"],
NULL, (CFStringRef)[dictionary valueForKey: @"username"],
(CFStringRef)[dictionary valueForKey: @"password"], NULL, 1);
However, I don't want to mount the iDisk again if its already
mounted. So far I haven't found a way to check and see if the iDisk
is already other than checking to see if the /Volume/dotmac_username
directory exists. Checking for the directory just seems like a bad
idea because the directory can exist even if the iDisk isn't actually
mounted.
Any suggestions?
Thanks,
Adhamh
_______________________________________________
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