Hey all
I am trying to connect to an Apple time capsule in karmic koala. I have seen a few posts about it but none seem to help
This thread says to do the following
Code:
sudo mount.cifs //192.168.0.231/"Melon's Time Capsule"/Data /media/capsule -o pass=xxxx
This didnt work and kept giving me mount error 6 so I renamed the time capsule to 'timecapsule' and tried the following without spaces and 's
Code:
sudo mount.cifs //192.168.0.231/timecapsule/Data /media/capsule -o pass=xxxx
Still mount error 6, so tried a few variations until I got to
Code:
sudo mount.cifs //192.168.0.231/Data /media/capsule -o pass=xxxx
Which actually ran without error, plus it seemed to mount the folder. Go into /media/capsule and its empty also right click and properties and it seems to figure out the correct used / free space, but cant see any of the actual contents?