How to connect to your Apple Time Capsule in Ubuntu

转自:http://www.omgubuntu.co.uk/2010/11/connecting-to-your-apple-time-capsule-in-ubuntu



OMG! reader Chris got in touch with a tutorial  he hope will help other Ubuntu users struggling with connecting to their Apple Time Capsule from within Ubuntu.

“Hey OMG! Ubuntu!, I know that a lot of new Ubuntu users are people migrating from Apple or who use their products so I thought it would be helpful for you guys to have a piece on connecting to a Time Capsule disk from within Ubuntu.”

“It took me a long time to find this out and the solution is simple, but buried deep in Forums and Wiki’s. “

1-21-08timecapsulefront

32bit Ubuntu:

  • Download the .deb from here
  • Install by double clicking the .deb package.  (最好是用.deb安装包,http://sourceforge.net/projects/afpfs-ng/files/页面点击“afpfs-ng”即可看到.deb包)
  • On the Mac used to setup the Time Capsule, go to Airport Utility to find the IP of the Time Capsule
  • Back in Ubuntu open up a Terminal and type:
    • mkdir ~/capsule
  • Followed by: –
    • mount_afp afp://user:password@server_host_or_ip/Data ~/capsule (转注:如果是用设备密码访问user不用填,但带冒号)
    • mount_afp afp://:pw888888@10.0.1.1/Data ~/capsule  (转例)
  • Filling in the user name you use to connect along with the password and the IP address you located earlier.
  • To unmount the drive use: –
    • afp_client unmount ~/capsule

64bit Ubuntu:

  • Download the source code from here
  • Make sure you have build-essential installed
  • In a new Terminal session enter: –
    • sudo apt-get install libgcrypt11 libgcrypt11-dev libgmp3c2 libgmp3-dev readline-common libreadline6 libreadline6-dev libfuse2 libfuse-dev” and let it install
  • In a terminal type the following commands one after another:
    • tar -xzf afpfs-ng*
      cd afpfs-ng*
      ./configure –prefix=/usr
      sudo make install
  • Now follow the 32bit instructions, skipping the need to install the .deb

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值