Formatted at FAT? Will the usb host cable work to hook zaurus to usb stick?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=142959\"][{POST_SNAPBACK}][/a][/div]
I meant formatted as FAT (not ext3).
Of cousre the Zaurus will mount most USB sticks via the USB host cable.
I do that all the time, where most big files ar on my USB stick (and not on the CF or SD).
But with USB stick, you have to mount the USB stick explicitly. It wont be auto-detected and mounted like a CF or SD card on the zaurus.
Pretty simple really
first make a directory for the USB stick to show up as
mkdir /mnt/usbstick
then mount as
mount -t vfat /dev/sdaX /mnt/usbstick
Edit : Sorry, just tried on my Zaurus with my Memorex 1 GB stick, and on Cacko ROM, it DOES auto-mount. I dont need to mount is with commandas as I suggested.
Don't know about Sharp ROM though. (its been a long time back since I used Sharp ROM).