Ignacio Valdes <[EMAIL PROTECTED]> writes:

> Hello all, I've checked several info sites on Linux usb in order to
> hook up the above camera to my RedHat 7.2 Linux system.  It is
> supposed to be supported under usb-mass storage driver, but when I try
> to mount the camera using several permutations of mount that several
> documents say should work, it won't mount.  An example is: mount -t
> vfat /device/video /mnt/camera   which gives error message:
> '/dev/video not a block device'
> 
> 
> Could anyone inform me as to how to mount this camera? Thanks!
> 
If you have no SCSI hard disks in your system then

mount -t vfat -r /dev/sda1 /mnt/camera

should work. If you have one SCSI hard disks replcace
/dev/sda1 by /dev/sdb1.

Hope this helps

Harald

-- 
--------------------------------------------------------------------
Dipl.-Math. Harald Schreiber, Nizzaallee 26, D-52072 Aachen, Germany
Phone/Fax: +49-241-9108015/6       mailto:[EMAIL PROTECTED]
--------------------------------------------------------------------

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to