After an absolutely insane sequence of very scary, one-slip-and-your-host-PC-is-toast incantations in DISKPART, I managed to get a 500MB partition created on a 4GB CFlash card, and visible on the Raven. I failed to get any other partitions working but after trying different combinations of primary/logical/extended and cleaning the disk 9 times, I figured I should quit while I'm ahead!
(Last time I had to do this on a PC was ...I don't know how many years ago! :p )
Code: Select all
DISKPART> select disk 3
DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 0 Online 931 GB 0 B *
Disk 1 Online 465 GB 0 B *
Disk 2 Online 931 GB 0 B
* Disk 3 Online 3815 MB 3814 MB
DISKPART> clean
DiskPart succeeded in cleaning the disk.
DISKPART> convert mbr
DiskPart successfully converted the selected disk to MBR format.
DISKPART> create part primary size=500
DiskPart succeeded in creating the specified partition.
DISKPART> active
DiskPart marked the current partition as active.
DISKPART> format fs=fat label="boot" quick
100 percent completed

