Changes between Version 3 and Version 4 of FAQ


Ignore:
Timestamp:
Jun 6, 2006, 3:32:48 PM (18 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v3 v4  
    22
    33== WARP Hardware ==
    4 === How do I format !CompactFlash cards for use with the SystemACE controller? ===
    5 
     4=== How do I format !CompactFlash cards for use with the SystemACE controller? ===
    65The SystemACE controller can only use !CompactFlash cards formatted as FAT12 or FAT16 drives. Starting with XP, Windows will only format drives as FAT32 or NTFS. Instead, you can use an open-source command line tool, mkdosfs, to format cards.
    76 1. Download [attachment:mkdosfs.zip mkdosfs.zip]. You can read more about mkdosfs and download the source from the author's [http://www.mager.org/mkdosfs/ site].
     
    1211   mkdosfs -v -F 16 X:
    1312}}}
     13