MarkAndrews <[EMAIL PROTECTED]> writes:

> When I type "mount -t usbdevfs /proc/bus/usb /mnt/camera/", I get no
> errors and the device seems to mount. However, when I "cd /mnt/camera"
> and "ls -l", all I get is ....
> 
> -r--r--r--    1 root     root            0 Dec  7 03:15 devices
> -r--r--r--    1 root     root            0 Dec  7 03:15 drivers   
> 
If you have no SCSI hard disks in your computer try this instead:

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

If you have one SCSI hard disk in your system, /dev/sda1 has to be 
replaced with /dev/sdb1. If you hace two SCSI hard disks it should
read /dev/sdc1 and so on.

HTH
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