Sunday, September 08, 2013

Connecting Ubuntu to AirPort Time Capsule

Here is what worked for me:
sudo mount -t cifs -o user=root,password=[your password],rw,hard,nosetuids,noperm,sec=ntlm //192.168.x.x/Data ~/capsule

Make sure you put the correct password and the time capsule ip address in there.


1 comment:

Anonymous said...

Thanks Dude! This is the best mount code snippet yet. I also use the Time Capsule configured with "device password" only, no user accounts. Adding "root" as username does the trick. Next up, edit fstab file for persistence.