Request for apple time capsule tutorial for Ubuntu 9.10

Hi guys, I have followed few tutorials and the recent one tutorial I used to connect is :
Time capsule is an apple NAS product. You can connect to it using an ubuntu system with the following procedure
• Make sure you have smbclient and smbfs installed, check by doing a search using synaptic package manager
• Create Media folder in root named “capsule”
cd /media
sudo mkdir capsule
• Create a launcher using the following script
sudo mount.cifs //192.168.1.1/”Your Friendly Time Capsule Name”/ /media/capsule -o pass=password
• where:
o The IP Address is the one that you assign to the Time Capsule using your Apple AirPort Utility on a Mac,
o The ‘directory’ name enclosed in double quotes is the name assigned to your Time Capsule when it it set up on the Mac – see how the volume appears listed on a Mac machine to derive this,
o /media/capsule is the name of the mount point that you selected,
o password is replaced with whatever password you elected to use during the Airport configuration. Apple give you two options here. You can either use the same password as your Wireless Network password [generally a bad idea] or you can select a different one [obviously much more sensible].
I followed it the way it has been told but it dint worked for me, so now what I have to do, kindly help me out.

Today's Top Articles:

Scroll to Top