usb mounting

Ken Moffat kmoffat
Sun Jan 23 04:44:48 PST 2005


Rick Sivernell wrote:

>sdb: assuming drive cache: write through
> sdb: sdb1
>Attached scsi removable disk sdb at scsi3, channel 0, id 0, lun 0
>Attached scsi generic sg3 at scsi3, channel 0, id 0, lun 0,  type 0
>USB Mass Storage device found at 2
>usbcore: registered new driver usb-storage
>USB Mass Storage support registered.
>
>  
>
mkdir /mnt/camera
mount -t vfat /dev/sdb1 /mnt/camera
cd /mnt/camera
ls -la

should show what is there, and you can use it just like a filesystem.
On some systems I've heard you should use /dev/sg3, depending on the distro.

-- 
Ken




More information about the Linux-users mailing list