Author Topic: Usb Storage And Pdaxrom  (Read 2473 times)

gab74

  • Sr. Member
  • ****
  • Posts: 344
    • View Profile
Usb Storage And Pdaxrom
« on: June 28, 2005, 09:56:14 am »
Good morning i try to put my USB pen on my sl6000l running pdaxrom.
kernel messages says only there is a usb connected....

When i use sharp rom i have simply to mount my pen as

mount -t auto /dev/sda1 /mnt/myusb and all is ok

There are no SDA devices on pdaxrom so Haw can i mount my USB storage ? Any help ?
Gabriele
NOW : C3100 (code name Laudicus)- SOCKETCOMM CF MODEM 56K - CF GPS GLOBASAT BC-307 - BLUETOOTH CF BELKIN - ETHERNET CF TRENDNET TE-CF100
BEFORE: SL6000L (code name Anselmus) - 512MB SD - 256MB CF - SOCKETCOMM CF MODEM 56K - CF GPS GLOBASAT BC-307

ChrisEBoy

  • Newbie
  • *
  • Posts: 47
    • View Profile
Usb Storage And Pdaxrom
« Reply #1 on: August 12, 2005, 03:12:53 am »
Quote
Good morning i try to put my USB pen on my sl6000l running pdaxrom.
kernel messages says only there is a usb connected....

When i use sharp rom i have simply to mount my pen as

mount -t auto /dev/sda1 /mnt/myusb and all is ok

There are no SDA devices on pdaxrom so Haw can i mount my USB storage ? Any help ?
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

hiya, sorry its so long for someone to reply to you.  I was just in a mad rush this morning trying to figure out the same thing.  This [a href=\"http://www.cpqlinux.com/recovery.html]http://www.cpqlinux.com/recovery.html[/url]  has all the info, basically to add the block devices do :

mknod /dev/sda b 8 0
mknod /dev/sda1 b 8 1
mknod /dev/sda2 b 8 2

mknod /dev/sdb b 8 16
mknod /dev/sdb1 b 8 17
mknod /dev/sdb2 b 8 18

but that won't help unless lsmod shows all the scsi devices loaded.  I've no idea if they are as I'm on a 760.

hth
Chris