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.
Subscribe to:
Post Comments (Atom)
1 comment:
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.
Post a Comment