Egy ismerősömnek össze kellett hozni. Lejegyeztem nagyjából:
# MOUNT IPHONE4 ON DEBIAN SQUEEZE WITH IFUSE
# work also with 4.3.3.
# with squeeze repos
sudo apt-get clean
sudo apt-get update
sudo apt-get build-dep libimobiledevice1
# with sid repos
sudo apt-get clean
sudo apt-get update
sudo apt-get -b source libimobiledevice1
sudo dpkg -i libimobiledevice_*.deb
# with squeeze repos
sudo apt-get clean
sudo apt-get update
sudo apt-get install ifuse
# plug iphone in usb and mount it
ifuse /media/iphone
# unmount it
fusermount -u /media/iphone