Hi all,

I am using both SD and MMC card on Quantum board i fetch some
problem with SD card. When i use MMC card it automatically detected but when
i use SD card it only shown in Storage Manager not in Explorer, it requires
format then and then only it display on Explorer.

Is any budy know how to solve this problem Why only SD card is require to
format?

Is any Register settings or any program code need to be change?


Thanks in Adavance

Best Regards
Swapnil

Re: Why SD Card require to Format in WinCE 5.0? by mccartyn

mccartyn
Tue Mar 25 15:21:24 PDT 2008

How is your PBProject set up? Do you have the "FAT" component included
in your image? Do you have some other sort of file system included?

Re: Why SD Card require to Format in WinCE 5.0? by Swapnil

Swapnil
Tue Mar 25 22:50:30 PDT 2008

Thank You for response

In my image I included FAT file sytem as shown in FAT.bmp file please go
through the attachment Is any component is missing from image? or any change
is require to be done in program? I have checked Format option in that I
want to format as FAT but it not done that. Once I format as FAT I can use
the same card in Win XP

I have made changes in code :
DWORD FormatVolumeInternal(HANDLE hVolume, PFORMAT_OPTIONS pfo, PFN_PROGRESS
pfnProgress,
PFN_MESSAGE pfnMessage, PFORMAT_RESULTS pfr)

In this fuction i am forcefully assign
pfo->dwFlags = FATUTIL_FULL_FORMAT;


Is it is right place to make changes?

Best Regards
Swapnil Manglekar
<mccartyn@gmail.com> wrote in message
news:6abf0692-7c19-4f7e-93bc-1d868f57527a@i29g2000prf.googlegroups.com...
> How is your PBProject set up? Do you have the "FAT" component included
> in your image? Do you have some other sort of file system included?