Page 1 of 1

Re: Kodak EasyShare C613

Posted: Wed Jan 07, 2009 7:32 am
by Husse
You describe two unrelated errors although they look similar
To begin with the external hard drive (USB?) I think it's some kind of permissions problem and it is really minor. I won't work on it unless you have some special need to get it resolved.
The error for the Kodak is way more difficult, I can't find anything about this that makes sense.
As you can see the files try to copy them form the command line
Find out what the camera is called - open the folder in nautilus and in the location bar you'll see it Probably something like
/media/kodak
Open a terminal and move to that location - cd /media/kodak
Then try to copy a file - it's cp name_of_file /home/your_user_name/Desktop (if you want it on the desktop)
Also try as root sudo cp.....
This may bring up error messages that can reveal the problem - a good way to solve many a problem