AFP mounts are mysteriously incremented - part 2
To recap the problem:
I have a share on a Mac Server 10.5.7 which was previously reachable at:
afp://192.168.1.12/My FILESHARE
I'm not sure what happened, but now it can only be reached at:
afp://192.168.1.12/My FILESHARE-1
On the server the name of that folder is still just:
My FILESHARE - without the "-1".
I was advised to search for any rogue directories/sharepoints in the /Volumes directory of the server and the connecting clients, and if there were any, then carefully remove them.
I had initially found two of these directories on client machines and deleted them. Then I prematurely announced success.
Unfortunately the problem persists despite the removal of those incorrect sharepoints from the client machines.
I have done many many reboots and remounts of clients and server and ALL Volumes associated with this server show up as available with that irksome "-1" appended on to the name. Changing the name of the Volume doesn't help. For some reason the server feels compelled to "advertise" the available volumes with the "-1". I have also shared and unshared the Volume in question in hopes of kick starting a change, all to no effect.
More info:
On a client machine, when I do this:
mount_afp afp://username:passwd@192.168.123.12/My FILESHARE /Volumes/testmount/
I get this response:
mount_afp: AFPMountURL returned error -5019, errno is 2
In other words, the client doesn't "see" anything by that name.
However, with the "-1" this works fine:
mount_afp afp://username:passwd@192.168.123.12/My FILESHARE-1 /Volumes/testmount/
This all tells me that the problem is on the server and how it is advertising the available sharepoints.
ANY help from you all would be HIGHLY appreciated.
A thousand thanks in advance!
Mac OS X (10.5.7)