To mount an Apple iPhone / iPod Touch to your Ubuntu computer, connect the cable via an USB cable to your computer and follow the steps below:
1. Add the following repository
Open a terminal and paste this:
For any other version, simply replace the jaunty by the respective version name (hardy, intrepid or karmic).
Alternatively, Ubuntu Karmic users can run this instead of the command above:
2. Add the PPA key using this command:
3. Install ifuse:
Once the installation is done, connect your iPhone to your computer via the USB cable.
1. Add the following repository
Open a terminal and paste this:
sudo sh -c "echo 'deb http://ppa.launchpad.net/jonabeck/ppa/ubuntu jaunty main' >> /etc/apt/sources.list"
For any other version, simply replace the jaunty by the respective version name (hardy, intrepid or karmic).
Alternatively, Ubuntu Karmic users can run this instead of the command above:
sudo add-apt-repository ppa:jonabeck
2. Add the PPA key using this command:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com F0876AC9
3. Install ifuse:
sudo apt-get update && sudo apt-get install ifuse
Once the installation is done, connect your iPhone to your computer via the USB cable.
Open up your Nautilus. You should see the iPhone/iPod entry at the side pane. This show that it is already mounted in your system.
Now you can: view/copy/download photos, create folders, upload/download files. Managing address book/calendar is on it's way (not yet available). Unfortunately, you won't be able to manage your music database because Apple uses a cryptographic signing algorithm to encrypt all the music files. While you can access the music folder, there is no way that you can transfer your music over and get it to work in your iPhone.
Update: you may want to take a look at this also: Mount iPhone On A Fresh Ubuntu Karmic Koala Installation (The Complete Guide)
Update: you may want to take a look at this also: Mount iPhone On A Fresh Ubuntu Karmic Koala Installation (The Complete Guide)