Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Command to mount TIme Capsule Drive

How can I mount the time capsule drive via the command line from Mac OS X 10.5?

Macbook, Mac OS X (10.5.2)

Posted on Mar 21, 2008 1:39 PM

Reply
Question marked as Best reply

Posted on Mar 23, 2008 9:30 AM

mkdir /Volumes/foo
mount_afp afp://<user>:<password>@<ip of TC>/<diskname> /Volumes/foo
2 replies

Mar 24, 2008 8:16 AM in response to Justin LaPre

Almost there, I try mounting and I get an error -1069. However, if I mount in interactive mode and manually specify the password, it works. Is there anything I am doing wrong below

The example below fails --> (returns -1069)
mkdir /Volumes/foo
mount_afp afp://me:mypass@192.168.0.1/foo /Volumes/foo

The example below succeeds but prompts for my password -->
mkdir /Volumes/foo
mount_afp -i afp://me@192.168.0.1 /Volumes/foo

Command to mount TIme Capsule Drive

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.