We don't so much have a file server in our little office, so I thought we could maybe use an Apple Time Capsule (which I already have).
I'm having trouble mounting it, with the following:
mount -t afp afp://10.0.1.1 /Volumes/test
This error is returned:
mount_afp: AFPMountURL returned error 22, errno is 2
I'm not sure whats going on, I tried the -i
(interactive) parameter and it prompts me for my username and password, and even though they are correct the same error occurs. Same is true if I put my correct username:password
after the protocol in the address as well.
Is this any different then mounting any other network drive?