importing photos

Asked by fenboy

I have succressfully imported photos from my digital camera using a memory card adapter, but I can't dismount the device and thus save them. I can't find anywhere that instructs me how to eject or unmount it. Any suggestions , please?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu yelp Edit question
Assignee:
No assignee Edit question
Solved by:
Konrad Hofer
Solved:
Last query:
Last reply:
Revision history for this message
Best Konrad Hofer (konrad.hofer) said :
#1

run the following command:

mount

Should display something similar to this:

/dev/sdb1 on /media/blah type vfat (rw,nosuid,nodev,noatime,flush,uid=1000,utf8,shortname=lower)

open konqueror (home folder) if on kubuntu and copy files to your Computer.
when done run the umount command:

umount /media/blah

Revision history for this message
fenboy (seton-swisinfo) said :
#2

Thanks konrad, that solved my question.