15 Jan
2004
15 Jan
'04
10:32 a.m.
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? Thanks, James