LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   mounting digital camera (https://www.linuxquestions.org/questions/linux-hardware-18/mounting-digital-camera-151981/)

true_atlantis 02-29-2004 05:32 PM

mounting digital camera
 
i have a casio exilim digital camera, and i dont know how to mount it... it is a usb plug... any help??

metagore 02-29-2004 07:10 PM

If your camera is like most usb cameras you can mount the file system like this:

At a command prompt, type mount /dev/sda1 /mnt/camera, where /mnt/camera is your mount point and press [Enter].

Then you just browse to your pictures like any other file system. If you have SCSI devices in your system you may need to use another device than /dev/sda1. USB memory keys will usually map to the same device (/dev/sda1).

JaseP 02-29-2004 10:57 PM

If your camera is not set as a Mass Storage Device, or if it is somehow incompatible, then you might try using gphoto2 to pull the pictures off...

true_atlantis 02-29-2004 11:39 PM

this is what happens when i try to mount like you said above

atlantis:~ $ mount /dev/sda1
mount: can't find /dev/sda1 in /etc/fstab or /etc/mtab

matstage 03-01-2004 02:48 AM

The /etc/fstab file contains what filesystem you have on the drive. Since your camera is not in there the command must be:

mount /dev/sda1 -t vfat /mnt/lyra

Where vfat is a guess since it runs on your windows box. The /dev/sda1 could also vary if you have "other" SCSI-discs. Since USB-drives usually map to be SCSI-discs you might end up with the disc on /dev/sda2 or ...3 or whatever. In this case the internal drive could become /dev/sda1 and internal /dev/sda2..


All times are GMT -5. The time now is 09:10 AM.