[wplug] Digital Camera: D-370

Eric C. Cooper ecc at cmu.edu
Thu Jun 3 13:36:40 EDT 2004


On Thu, Jun 03, 2004 at 01:31:46PM -0400, techmike wrote:
> As for mounting the camera I got as far as finding it at /dev/sda, and it 
> properly identifys my camera model and such, but get error when probing 
> for what file system it uses..  Tried forcing a few without luck..  need 
> to keep playing I guess..  :)

You almost certainly want to mount /dev/sda1 (the first partition) as
a VFAT file:
  mount -t vfat /dev/sda1 /mnt/camera

I also find it convenient to set things like this up in /etc/fstab
with the "user" option, so I don't have to be root to do it.

-- 
Eric C. Cooper          e c c @ c m u . e d u



More information about the wplug mailing list