Thanks for the links and the advice! There are a few quirks here to throw into the mix:
1) i don't have a windows box... i have an osx box and the fdisk binary on osx appears to be vastly different than the standard fdisk as the menu is different than the ones in the tutorial that you did (thanks! that's great! that should be pinned in a faq somewhere!)
2) on the zaurus, fdisk reports that it is unable to access the device even when logged in as root. this seems pretty odd to me
So I did some digging on how to do this with osx, but still haven't got it to work. I took some advice from here:
http://www.macosxhints.com/article.php?sto...030613121738812and here:
http://www.macosxhints.com/article.php?sto...030613121738812for tips on how to do this with osx
here's a log of what i tried to do:
quicky:~ arthur$ ls /dev/rdisk?
/dev/rdisk0 /dev/rdisk1 /dev/rdisk3
quicky:~ arthur$ sudo diskutil partitionDisk disk3 1 MS-DOS partOne 4G
Started partitioning on disk disk3
Creating Partition Map
5% ..Formatting Disk
100% ..
Finished partitioning on disk disk3
/dev/disk3
#: type name size identifier
0: FDisk_partition_scheme *3.8 GB disk3
1: Apple_partition_map 31.5 KB disk3s1
2: DOS_FAT_32 PARTONE 3.8 GB disk3s2
quicky:~ arthur$ ls /dev/rdisk3*
/dev/rdisk3 /dev/rdisk3s1 /dev/rdisk3s2
quicky:~ arthur$ sudo umount /Volumes/PARTONE/
umount: /Volumes/PARTONE: Operation not permitted
quicky:~ arthur$ sudo newfs_msdos -v fat32 /dev/rdisk3s2
/dev/rdisk3s2: 7983776 sectors in 997972 FAT32 clusters (4096 bytes/cluster)
bps=512 spc=8 res=32 nft=2 mid=0xf0 spt=32 hds=255 hid=0 bsec=7999408 bspf=7797 rdcl=2 infs=1 bkbs=6
at this point, the drive still mounts clean under osx, but the zaurus is still unhappy- fdisk continues to report "unable to open /dev/hda". Is there some other device name that it would be coming in as?
this forum has been super helpful for me- thanks!