
Signature
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT EuroTech DOT com
My BLOG http://geekswithblogs.net/bruceeitman
EuroTech Inc.
www.EuroTech.com
Thanks, Bruce. It is very useful.
Will the following message print the File System type?
RETAILMSG( 1, (TEXT("\t\tPartion Type %s\n"), PartTypeString ));
Seems in the partition table, there is no exFAT and TFAT types. In CE 6.0,
this is very confusing.

Signature
RyeCatcher
Shanghai, China
"Bruce Eitman [eMVP]" <bruce.eitman.nospam@EuroTech.com.nospam> дÈëÏûÏ¢ÐÂÎÅ:%237z7n7ECJHA.2480@TK2MSFTNGP02.phx.gbl...
> Take a look at:
> http://geekswithblogs.net/BruceEitman/archive/2008/06/25/windows-ce-displaying-d
isk-information.aspx
[quoted text clipped - 4 lines]
>> which is used in the storage device. Is there any other easy way to know
>> this, such as WIN32 function?
Bruce Eitman [eMVP] - 27 Aug 2008 16:01 GMT
Yes. That will print the type.
I don't know about exFAT, but TFAT has always reported as FATFS.

Signature
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT EuroTech DOT com
My BLOG http://geekswithblogs.net/bruceeitman
EuroTech Inc.
www.EuroTech.com
> Thanks, Bruce. It is very useful.
>
[quoted text clipped - 13 lines]
>>> which is used in the storage device. Is there any other easy way to know
>>> this, such as WIN32 function?
RyeCatcher - 27 Aug 2008 16:23 GMT
In fact, CE 6.0 describes that TFAT can only be used with exFAT in its help
document. This is not the same with some past experience. Several of my
colleagues used the TFAT only during their past development procedure.
My current trying is to find a way to detect the exact file sytem that will
be used in our system.

Signature
RyeCatcher
Shanghai, China
"Bruce Eitman [eMVP]" <bruce.eitman.nospam@EuroTech.com.nospam> дÈëÏûÏ¢ÐÂÎÅ:uSfu$WFCJHA.2292@TK2MSFTNGP02.phx.gbl...
> Yes. That will print the type.
>
[quoted text clipped - 17 lines]
>>>> type, which is used in the storage device. Is there any other easy way
>>>> to know this, such as WIN32 function?
Bruce Eitman [eMVP] - 27 Aug 2008 16:55 GMT
You will find several discussion of this in the newsgroups. I don't recall
anyone ever finding a solution.
I once write some code to search the bits on the drive to find an instance
of "TFAT". It worked, but should **NEVER** be used in production becuase it
can cause serious problems with a disk.

Signature
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT EuroTech DOT com
My BLOG http://geekswithblogs.net/bruceeitman
EuroTech Inc.
www.EuroTech.com
> In fact, CE 6.0 describes that TFAT can only be used with exFAT in its
> help document. This is not the same with some past experience. Several of
[quoted text clipped - 24 lines]
>>>>> type, which is used in the storage device. Is there any other easy way
>>>>> to know this, such as WIN32 function?
RyeCatcher - 28 Aug 2008 12:51 GMT
Thanks, Bruce. I just want to know exactly the file system that is used in
the storage device. No real product will need this.

Signature
RyeCatcher
Shanghai, China
"Bruce Eitman [eMVP]" <bruce.eitman.nospam@EuroTech.com.nospam> дÈëÏûÏ¢ÐÂÎÅ:eGpce1FCJHA.4368@TK2MSFTNGP06.phx.gbl...
> You will find several discussion of this in the newsgroups. I don't
> recall anyone ever finding a solution.
[quoted text clipped - 31 lines]
>>>>>> type, which is used in the storage device. Is there any other easy
>>>>>> way to know this, such as WIN32 function?