I cannot find any of my camera image files (connected via USB), despite them being listed in Nautilus (Ubuntu 11.04), labeled gphoto2://[usb:001,003]/DCIM/104_0308/... How can I cd to that location??

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

GVFS-mounted devices are in ~/.gvfs.

link|improve this answer
@ignacio-vazquez-abrams: thanks. But: is that folder inaccessible with find? things like sudo find / -iname *08.JPG don't seem to work? – ajo May 11 '11 at 10:11
If find can't access it then it will tell you so. – Ignacio Vazquez-Abrams May 11 '11 at 10:13
@ignacio-vazquez-abrams it just doesn't give any results (I thought anything within the filesystem would be accessible with find?) -- Interestingly: cding into parent directory and do sudo find . gives 'Permission denied'?! - How could that be rectified?? – ajo May 11 '11 at 10:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.