mailing wrote:
> 
> I have buy a mobile HDD for use in My mobile computer as well as desktop.
> >From http://www.linux-usb.org/USB-guide/x498.html, as I have 3 SCSI HDD before, so 
>I think the dev should be /dev/sdd1,
> but this just not the case, I would like to ask how can I find my device file?
> Here is the detail of my device:
> 
> [root@desktop usb]# cat /proc/bus/usb/*
<snipped>

To understand why this is not enough information, remember that /proc/bus/usb
contains information about the USB sub-system. It doesn't contain any
information about the SCSI sub-system, which the usb-storage driver basically
"plugs into".

Look at /proc/scsi/scsi, and review your logs. You should see an entry that
tells you which device you have (or perhaps, have not) managed to add to the
virtual SCSI system.

HTH

Brad

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

Reply via email to