I assume you're read this:
https://www.oesf.org/forums/inde...&hl=usb+storageand the original one here:
https://www.oesf.org/forums/inde...wtopic=1485&hl=I can only assume you're running a standard Sharp ROM, in which case I don't know about the package, but I can tell you how to get it working using the terminal app.
Specifically try the following commands (assuming the storage_fd.o module has been installed correctly). This uses the CF card BTW:
umount /dev/hda1
/sbin/rmmod sa1100_bi
/sbin/rmmod net_fd
/sbin/rmmod usbdcore
/sbin/insmod /lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/usb/device/usbdcore.o
/sbin/insmod /lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/usb/device/storage_fd/storage_fd.o storage_device=/dev/hda1
!!!!!!!The line above should be tacked onto the end of the previous one!!!!!!!
/sbin/insmod /lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/usb/device/bi/sa1100_bi.o
To go back to normal use these commands:
/sbin/rmmod sa1100_bi
/sbin/rmmod storage_fd
/sbin/rmmod usbdcore
/sbin/insmod /lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/usb/device/usbdcore.o
/sbin/insmod /lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/usb/device/net_fd/net_fd.o
/sbin/insmod /lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/usb/device/bi/sa1100_bi.o
mount /mnt/cf
Give it a go and see what happens. It may help you to narrow down your problems.
Si