Difference between revisions of "Connect Ubuntu system to a time capsule"
From Organic Design wiki
m |
m |
||
Line 7: | Line 7: | ||
*Create a launcher using the following script | *Create a launcher using the following script | ||
mount.cifs //192.168.1.1/"Your Friendly Time Capsule Name"/ /media/capsule -o pass=YourTimeCapsulePassword | mount.cifs //192.168.1.1/"Your Friendly Time Capsule Name"/ /media/capsule -o pass=YourTimeCapsulePassword | ||
+ | *Where the ip address is your time capsule ip in the network |
Revision as of 06:49, 29 September 2008
Connect Ubuntu system to a time capsule Organic Design procedure |
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
mount.cifs //192.168.1.1/"Your Friendly Time Capsule Name"/ /media/capsule -o pass=YourTimeCapsulePassword
- Where the ip address is your time capsule ip in the network