13
NOTE: If you use a "Command Prompt" that does not have administrator privileges, the process
described below will appear to work, but will NOT change the disk!
2) Enter the following commands into the command prompt (DOS Box) you just opened.
**** WARNING **** Making a mistake on the "select disk" step could result in the complete loss
of all data on your PC's harddrive!!!!!!!!!!!!! Don't make a mistake!
C:\> diskpart
diskpart>
list disk
To get the list of disk IDs
diskpart>
select disk
(id)
Where (id) is the number of the disk you are trying write an MBR to. Get this right!
diskpart>
online disk
diskpart>
attributes disk clear readonly
diskpart>
clean
diskpart>
convert mbr
This might give an error message, don't worry
diskpart>
create partition primary
diskpart>
select part 1
diskpart>
active
diskpart>
format fs=FAT label=(name) quick
label= is optional
diskpart>
exit
Partitioning Media
If a Compact Flash or USB device is formatted with more than one partition, only the first partition
will be visible / available to the CFFA3000. All others will be untouched.
Compact Flash Cards
If you want old-style CFFA functionality - hard-coded drive partitions - your Compact Flash card will
need to be zeroed out, or reformatted so that it doesn‘t have a Master Boot Record (MBR) at all. You
can use tools like Disk Utility (Mac) or the CFFA3000 firmware to do that. See Figure 6 for an
example.