sudo add-apt-repository ppa:pmcenery/ppa
sudo apt-get update
Install following required packages:
sudo apt-get install gvfs gvfs-backends gvfs-bin gvfs-fuse libgvfscommon0 ifuse libgpod-dev libgpod-common libiphone-utils libiphone0 python-iphone libplist++1 libplist-utils python-plist libusb-1.0-0 libusb-1.0-0-dev libusbmuxd1 usbmuxd
Edit fuse.conf file
gksudo gedit /etc/fuse.conf
#user_allow_other
user_allow_other
check out for “fuse” group, double-click it. Tick the checkbox next to your name in the new popup window. Click on OK and close all dialogs. You’re now in the “fuse” group.
$ ifuse /mnt/ipod/
$ fusermount -u /mnt/ipod/
$ mkdir /mnt/ipod/iTunes_Control/Device/
$ lsusb -v | grep -i iSerial
$ ipod-read-sysinfo-extended
$ fusermount -u /mnt/ipod/
- Mounted as-is in Rhythmbox and you can add music files. (it can be slow)
- Mounted in gtkpod but you’ll have to launch the “ifuse /mnt/ipod”.
thanks to: Geeknizer