• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
FSMountServerVolumeAsync() for DOMAIN mounts
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FSMountServerVolumeAsync() for DOMAIN mounts


  • Subject: FSMountServerVolumeAsync() for DOMAIN mounts
  • From: Dalton Hamilton <email@hidden>
  • Date: Sun, 12 Mar 2006 17:28:04 +0100

Hello.
A few months back you guys pointed me in the right direction and I finished our app that auto mounts AFP and SMB mounts.  I'm using the FSMountServerVolumeAsync().  The code works wonderfully for AFP.  SMB shares work for WORKGROUP systems.  However, if the windows system is in a DOMAIN, the mount fails.  The URL I successfully use for WORKGROUP systems is formated like this for example:  smb://192.168.1.24/share1.  For DOMAIN systems, I've tried to use a URL of  smb://DOMAIN;192.168.1.24/share1 with no luck.

I've gone over the parameters to FSMountServerVolumeAsync() and tried to Google various key words and haven't found anything about DOMAIN mounts using FSMountServerVolumeAsync().  Does anyone have any suggestions they can share with me???


OSStatus FSMountServerVolumeAsync (
   CFURLRef url,
   CFURLRef mountDir,
   CFStringRef user,
   CFStringRef password,
   FSVolumeOperation volumeOp,
   void * clientData,
   OptionBits flags,
   FSVolumeMountUPP callback,
   CFRunLoopRef runloop,
   CFStringRef runloopMode
);

Many thanks
Dalton Hamilton
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: FSMountServerVolumeAsync() for DOMAIN mounts
      • From: Igor Garnov <email@hidden>
  • Prev by Date: SSLHandshake takes ages with certain browsers
  • Next by Date: Re: FSMountServerVolumeAsync() for DOMAIN mounts
  • Previous by thread: SSLHandshake takes ages with certain browsers
  • Next by thread: Re: FSMountServerVolumeAsync() for DOMAIN mounts
  • Index(es):
    • Date
    • Thread