View Single Post
  #8 (permalink)  
Old 01-19-2009, 01:35 PM
Imaginos's Avatar
Imaginos
Halfway to VIP Status
Offline
Location: NH
 
Join Date: Feb 2008
Posts: 546
Reputation: 555
Imaginos knows their stuffImaginos knows their stuffImaginos knows their stuffImaginos knows their stuffImaginos knows their stuffImaginos knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to Imaginos
Re: how to format fat32

if you can read the card from your pc, open a command prompt window and where <drive> is the drive letter assigned to your card, use the following:
Code:
format <drive>: /FS:FAT32
For example, if my card is mounted as Drive G, the command would be:
Code:
format G: /FS:FAT32
Reply With Quote