How to navigate to connected iPhone? Filesystem path to `afc://`?

When I connect my iPhone to Ubuntu 11.10, it gets automounted as afc://ca60751cc4b1ebb427c2f9da324914b0643a21f8/ and I can see that there are photos stored in afc://ca60751cc4b1ebb427c2f9da324914b0643a21f8/DCIM/103APPLE.

I would like to use programs to access these photo files, but they don't accept the afc:// protocol -- they accept only normal file system paths.

Is there a "normal file system equivalent" to afc:// paths?


If you're using gfvs to mount (sudo idevicepair pair), after pairing look here /run/user/1000/gvfs/ And just cd (change directory) into the folder you're seeing (afc://1eefblablablablablablablablab).


Right now, I'm finding my iPod files in ~/.gvfs/Phoenix's \iPod. But this has been hit and miss for me---sometimes that is a directory, and sometimes it looks like a broken link! But just now I unmounted the device, ran ls .gvfs, and found nothing; unplugged and replugged the device, ran ls again, and the files are there.

I have an iPod touch running iOS 5.0.1 connected to a laptop running Ubuntu 11.10.

EDIT: After some more research, I recommend the article at:

http://en.wikipedia.org/wiki/GVFS

which states that:

"GVFS is the virtual filesystem for the GNOME desktop, which allows users easy access to remote data via SFTP, FTP, WebDAV, SMB, and local data via HAL integration, OBEX and others.[1]

Attached resources are exposed via a URI syntax, for example smb://server01/gamedata or ftp://username:[email protected]/public_html, but are also mounted in the traditional manner under ~/.gvfs/ to make them available to older applications using standard POSIX commands and I/O."