On Fri, 15 Oct 2004, Josef Lowder wrote: > What is the most efficient way to download photos from > a "mass storage device" digital camera to a Linux system? > > When the camera is plugged in to USB and turned on, > cat /proc/bus/usb recognizes the camera, cat /proc/scsi/scsi > recognizes that it is on host scsi3, and fdisk -l reveals that > the camera is on /dev/sdb1. > > What command-line syntax can I use to copy all the images > from the camera to a designated directory on the hard drive? Probably the easiest thing to do is mount /dev/sdb1 using "vfat" as the file system type. Maybe make a directory called /camera or /mnt/camera Then use "mount -t vfat /dev/sdb1 /camera". Then copy the files as you want. Maybe add that mount info to your /etc/fstab (adding "noauto" option so it doesn't attempt to mount at boot time) also. Do a google search on this too -- there are many webpages that clearly explain doing this. Have fun! Jeremy C. Reed technical support & remote administration http://www.pugetsoundtechnology.com/ --------------------------------------------------- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change you mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss