On Thu, Jan 15, 2004 at 10:31:44AM +0000, James Green wrote:
On Thursday 15 Jan 2004 10:29 am, Brett Parker wrote:
No then, at a guess, I'd say there's only one partition on the camera, and that what you'll want is: mount -t vfat /dev/sdc1 /mnt/camera
home:/home/jg# mount -t vfat /dev/sdc1 /mnt/camera mount: /dev/sdc1 is not a valid block device home:/home/jg# mount -t vfat /dev/sdc /mnt/camera mount: /dev/sdc is not a valid block device home:/home/jg# mount -t vfat /dev/sdc2 /mnt/camera mount: /dev/sdc2 is not a valid block device home:/home/jg# mount -t vfat /dev/sdc3 /mnt/camera mount: /dev/sdc3 is not a valid block device
Any further ideas?
hrm...
try... modprobe usb-storage, and see what it says.
Brett (now running low on ideas) Parker.