Hello,

I'm trying to make USB hard drive visible under Linux 2.4.
I have found in the internet that following modules should
loaded for this aim:
usb-storage
usbcore
usb-uhci   
scsi_mod   
sd_mod     

(the first one I add in the session by "modprobe usb-storage")
I have also found that USB storage devices are treated as SCSI devices and
may be recognized as /dev/sda (unless any other SCSI disks exist).
 
I have created /mnt/usbhd and tried to mount to /dev/sda (as well 
as to /dev/sdb, /dev/sdc) with the reply:
"/dev/sda(b,c): Unknown device".

Perhaps, it's reasonable as my /proc/scsi/scsi containts
the information about cdrom alone:

 Attached devices:
 Host: scsi0 Channel: 00 Id: 00 Lun: 00
   Vendor: _NEC     Model: NR-7800A         Rev: 1.33
   Type:   CD-ROM                           ANSI SCSI revision: 02

and nothing about USB HD.

So, what should do to help Linux to identify USB HD as a SCSI device?


- Dmitriy 




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

Reply via email to