Am Donnerstag 16 August 2007 21:33:26 schrieb Philip Webb:
> 070816 Florian Philipp wrote:
> > USB-sticks appear as SCSI drives.
> > That means their block device is /dev/sda, /dev/sdb etc.
> > Usually you want to mount their first (and only) partition,
> > i.e. /dev/sda1 or /dev/sdb1.  If there is no such block device,
> > check if "usb mass storage" is enabled in your kernel.
>
> Yes, that's it presumably :
>
>   # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
>   # may also be needed; see USB_STORAGE Help for more information
>   # CONFIG_USB_STORAGE is not set
>
> So I'll need to compile a new kernel, ie  2.6.20 -> 2.6.22 ,
> & enable USB storage.  Thanks for the hint.
>

Or you could just start "make menuconfig" in your current kernel's source, add 
everything as a module, "make && make modules_install && update-modules" and 
load the modules with modprobe. 


Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to