More information. 
this is the out put of
#cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
  Vendor: EagleTec Model: External Hard Di Rev: 0002
  Type:   Direct-Access                    ANSI SCSI revision: 02
Host: scsi1 Channel: 00 Id: 00 Lun: 00
  Vendor: LG       Model: CD-RW CED-8080B  Rev: 1.05
  Type:   CD-ROM                           ANSI SCSI revision: 02

So, the harddisk should be /dev/sda
i tried both mount /dev/sda and /dev/sda1 ... all failed with 
xxxxxx is not a valid block device

i do have all the modules loaded as the lsmod shows
usb-storage
usbcore
usb-uhci
sd-mod
sg 
...

i also tried 
#sfdisk -l /dev/sda
dev/sda: No such device or address

sfdisk: cannot open /dev/sda for reading

I am getting rather frustrated. :-( 


------------

Hi guys, here's a USB newbie question.
I am using RH 8.0, the system recognizes my USB portable harddisk alrite. I 
can see

# mount
......
usbdevfs on /proc/bus/usb type usbdevfs (rw)

now, i am not sure how to access the disk.
I did a google and it seems it is just a simple mount.
so i did (as root)
#mkdir /mnt/uhda
#mount -t vfat  /dev/sda /mnt/uhda 
mount: /dev/sda is not a valid block device

i checked my /proc/bus/usb

#ls 
001 devices drivers
#cat devices
T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 0.00
S:  Product=USB UHCI Root Hub
S:  SerialNumber=1840
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=   8 Ivl=255ms

#cat drivers
         usbdevfs
         hub
 96-111: hiddev
         hid
# 

any idea?

thanx

--
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to