OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: gab74 on June 28, 2005, 09:56:14 am

Title: Usb Storage And Pdaxrom
Post by: gab74 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 ?
Title: Usb Storage And Pdaxrom
Post by: ChrisEBoy 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] (http://index.php?act=findpost&pid=86176\")

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