Changes between Version 1 and Version 2 of FAQ


Ignore:
Timestamp:
Jun 6, 2006, 1:12:20 PM (18 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v1 v2  
    55
    66The 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.
    7  1. Download the program here: [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].
     7 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].
    88 1. Unzip the program, open a Windows command propt and change to the mkdosfs directory.
    99 1. Mount your !CompactFlash card and look for the drive letter Windows assigns it in My Computer.
    10  1. Run the following command, replacing "X" with the drive letter of your !CompactFlash card:  {{{mkdosfs -v -F 16 X:}}}
     10 1. Run the following command, replacing "X" with the drive letter of your !CompactFlash card:
     11{{{
     12   mkdosfs -v -F 16 X:
     13}}}