Skip to main content
Question

Could not mount a distribution point

  • February 5, 2013
  • 12 replies
  • 73 views

golbiga
Forum|alt.badge.img+21

I noticed a machine this morning having an issue mounting our distribution point. I remoted in and triggered the policy that was supposed to run with the verbose flag and I'm getting the following error.

verbose: Result of mount attempt: mount_afp: AFPMountURL returned error 13, errno is 13 - The operation couldn’t be completed. (com.jamfsoftware.core.errors error 13.)
verbose: Result code of mount attempt: 13
Error: Could not mount a distribution point.

Any ideas?

Thanks
Allen

12 replies

Forum|alt.badge.img+33
  • Hall of Fame
  • February 5, 2013

Can you reboot the box having problems? That's usually an effective fix when it comes to problems mounting network shares.


golbiga
Forum|alt.badge.img+21
  • Author
  • Employee
  • February 5, 2013

Not right now, but I'll reach out to the user and see if he can.

Thanks
Allen


golbiga
Forum|alt.badge.img+21
  • Author
  • Employee
  • February 5, 2013

Reboot did not work.


Forum|alt.badge.img+23
  • Esteemed Contributor
  • February 5, 2013

Can you run the following command and let us know what it reports?

sudo defaults read /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams

Forum|alt.badge.img+23
  • Employee
  • February 5, 2013

Can you manually mount that share using one of the accounts listed in the JSS>>Settings>>Servers>>Edit the Problem DP>>File Sharing Tab? If you are unable to mount it manually the best thing to do is reset the passwords for both of those accounts and then re-enter them in the JSS.

Thanks,
Joel


golbiga
Forum|alt.badge.img+21
  • Author
  • Employee
  • February 5, 2013

@franton here is what I see when I look at com.apple.AppleShareClient.plist on that machine.

/usr/libexec/PlistBuddy -c Print /Library/Preferences/com.apple.AppleShareClient.plist
Dict {
    afp_disabled_uams = Array {
        DHX2
    }
}

Forum|alt.badge.img+23
  • Esteemed Contributor
  • February 5, 2013

Hrm. It could be that you need to enable more authentication methods on your client macs.

See if this kb helps you. http://support.apple.com/kb/HT4700


Forum|alt.badge.img+13
  • Contributor
  • February 5, 2013

Was it working before? Is there any other shares hosted on your Distribution Point server?


golbiga
Forum|alt.badge.img+21
  • Author
  • Employee
  • February 5, 2013

I've only seen this happen on a handful of machines and we have over 2000 macs


golbiga
Forum|alt.badge.img+21
  • Author
  • Employee
  • February 5, 2013

@Joel.Peasley I tried manually mounting the share from the command line on the machine that is failing. I get this error, mount_afp: AFPMountURL returned error 13, errno is 13.

I'm able to successfully mount the share from my machine.


golbiga
Forum|alt.badge.img+21
  • Author
  • Employee
  • February 6, 2013

Looks like it was that com.apple.AppleShareClient.plist file after all. Once I moved it out, the machine was able to mount the distribution point. Thanks.


Forum|alt.badge.img+23
  • Esteemed Contributor
  • February 6, 2013

Yeah that file controls which authentication methods are allowed to be used. 10.8 by default restricts this to DHX2. In the tech note I linked, it's possible to reprogram it to allow more. Comes in handy for dealing with Novell AFP which is still stuck at v.2 level of AFP.