I've been trying to get USB storage mode to work on my C3200 to enable my now useless 4GB FAT partition.
No one seems to care about windows connectivity here, but I do.
I discovered a small edit to usbfunction.py that enables the 6 Compact Flash settings that Danboid mentioned.
To enable the same settings that C3100 users have in usbfunction.py, change line 131
from
if (self.MODEL.find("SL-C3100") != -1)
to
if (self.MODEL.find("SL-C3200") != -1)
This change gave me 6 Compact Flash settings in the USB settings app.
Compact Flash (CF 0,1)
Compact Flash (CF 0,2)
Compact Flash (CF 0,3)
Compact Flash (CF 1,1)
Compact Flash (CF 1,2)
Compact Flash (CF 1,3)
I made the selection "Compact Flash (CF 0,3)
Then I plugged my zaurus into my windows box, but I still didn't have a connection.
Windows asked me to "insert disk"
I then rebooted my zaurus, this didn't help.
Rebooting actually made my usbfunction.py file revert back to it's original state.
I lost my editing! How do I make this change permanent?
What else do I need to change to make my microdrive available on my PC?