torpor
hack hack hack, the little machines fight back
make sure your ipod is formatted fat32 (HFS+ won't work) ..
make yourself a script which basically does this:
you'll have to change the 'sda2' part to whatever it is on your ipod (the partition # may be different), and get the usb-modules package from the file archive (art103 has already packed these up for you to use).
works just fine, though. i use my datatank (jobo 60 gigs) with my gp2x a lot these days, quite easily .. and my ipod-mini works just fine as well, though i don't use it as much (its only 5 gigs compared to the 60 gig datatank..)
make yourself a script which basically does this:
Code:
modprobe usb-storage
modprobe sd_mod
modprobe scsi_mod
mount /dev/sda2 /mnt/sd/ipod
you'll have to change the 'sda2' part to whatever it is on your ipod (the partition # may be different), and get the usb-modules package from the file archive (art103 has already packed these up for you to use).
works just fine, though. i use my datatank (jobo 60 gigs) with my gp2x a lot these days, quite easily .. and my ipod-mini works just fine as well, though i don't use it as much (its only 5 gigs compared to the 60 gig datatank..)