On Sat, 8 Feb 2003, Ryan Allen wrote:

> Hi,  I just compiled a stock 2.4.20 kernel to try to get my new external
> usb 2.0 ide drive to work.  I'm putting the new kernel on SuSE 8.1.
> 
> Two questions:
> 
> 1)  How do yo know what device to mount?  lsusb returns: 
> 
> Bus 004 Device 001: ID 0000:0000  
> Bus 003 Device 001: ID 0000:0000  
> Bus 002 Device 001: ID 0000:0000  
> Bus 001 Device 001: ID 0000:0000  
> Bus 001 Device 003: ID 0c0b:b001 Acomdata <---  this is the device 
> 
> and cat /proc/usb/devices has this entry:
> C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr=  0mA
> I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
> E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=256ms
> T:  Bus=01 Lev=01 Prnt=01 Port=02 Cnt=01 Dev#=  3 Spd=480 MxCh= 0
> D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
> P:  Vendor=0c0b ProdID=b001 Rev=11.10
> S:  Manufacturer=DMI
> S:  Product=USB 2.0 Storage Adaptor
> S:  SerialNumber=0B02011C053CC4AC
> 
> so my question is, what goes here:
>    
>      mount /dev/<WHAT GOES HERE?> /mnt -t ext3
 
The above entry is truncated. You should provide the entire contents, but 
that doesn't help answer this question (unless the device is unlikely to 
work.

You should be able to tell this from your kernel logs. If you look in the
output of dmesg you should see it creating a SCSI device. If this is the
only scsi device you have it will probably be /dev/sda1 (if you have one
partition which is the first primary partition). You'll obviously need to
partition the drive and create the filesystem before you can mount it.

 
> 2)  Okay, so how does one place the ext3 file system on the device to
> begin with?????  
> it's sorta difficult when I'm not sure what the system is calling the
> device.

Ah, so you knew that. You use "mkfs -t ext3 /dev/sda1", make sure this is 
the correct device though or you'll lose data!!!
 
> Okay, the questions may be out of order, but I think you get the idea.
> Thanks in advanced!
> 
> 
> -- Ryan
> 
> P.S.  lsusb was locking up under stock SuSE 8.1!!!!  anybody else have
> the same problem???
> 
> 
> 

-- 
 /------------------------------------+-------------------------\
|Stephen J. Gowdy                     | SLAC, MailStop 34,       |
|http://www.slac.stanford.edu/~gowdy/ | 2575 Sand Hill Road,     |
|http://calendar.yahoo.com/gowdy      | Menlo Park CA 94025, USA |
|EMail: [EMAIL PROTECTED]       | Tel: +1 650 926 3144     |
 \------------------------------------+-------------------------/



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to