On 11 Oct 2001, Willaby wrote:
On Thu, 2001-10-11 at 19:39, Edenyard wrote:
and switch it on, there's disk activity and files appear in /proc/scsi. So then I do the "mount /dev/sda /mnt/camera" bit and I always get a message that /dev/sda isn't a block device or sda doesn't exist. I've tried variations, like "mount -t msdos ..." or "mount -t vfat ..." but it
Ive not got a camera, but I suspect you need '/dev/sda1' so...
'mount /dev/sda1 /mnt/camera'
This appears to work for most people but I have also not got a camera so can't check this but looking on a couple of resources on the net you may want to do an
fdisk -l /dev/sda
to find which partition the camera appears at if mount /dev/sda1 doesn't work.
Adam