Hi all,

I am new to SMDK2410 / CE5.0.
How to format the SMC(Smart Media Card) as the FAT format ?
My SMC is on board(64MB).
I would like to use the BINFS, but the Eboot can not format the SMC as BINFS.

Thanks.

Re: [smdk2410] MSFLASH question? by Sachin

Sachin
Mon Apr 25 14:22:18 CDT 2005

The easiest way will be in the storage manager control panel applet (make
sure SYSGEN_STOREMGR_CPL is set in order to get this). First, format the
entire store. Then create a new partition. Then, format the partition.

You can also do this programatically. See FormatStore, CreatePartition, and
FormatVolume.

Sachin

--
To reply directly, remove "online" from my email address.
This posting is provided "AS IS" with no warranties, and confers no rights.


"Bryan" <Bryan@discussions.microsoft.com> wrote in message
news:A09AF9A4-0AB4-4030-B448-7E9483957B1E@microsoft.com...
> Hi all,
>
> I am new to SMDK2410 / CE5.0.
> How to format the SMC(Smart Media Card) as the FAT format ?
> My SMC is on board(64MB).
> I would like to use the BINFS, but the Eboot can not format the SMC as
> BINFS.
>
> Thanks.



Re: [smdk2410] MSFLASH question? by Bryan

Bryan
Mon Apr 25 22:35:02 CDT 2005

Thanks for the information.

I have already try to format the SMC by using the StorageManager in control
panel.
I can see the block driver is MSFLASH, but I always got the messageobx "Can
not format....", "Can not create a partition...".

I have added the FAT, Storage Manager in Applet, MSFLASH, BINFS.....




"Sachin Patel [MS]" wrote:

> The easiest way will be in the storage manager control panel applet (make
> sure SYSGEN_STOREMGR_CPL is set in order to get this). First, format the
> entire store. Then create a new partition. Then, format the partition.
>
> You can also do this programatically. See FormatStore, CreatePartition, and
> FormatVolume.
>
> Sachin
>
> --
> To reply directly, remove "online" from my email address.
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
> "Bryan" <Bryan@discussions.microsoft.com> wrote in message
> news:A09AF9A4-0AB4-4030-B448-7E9483957B1E@microsoft.com...
> > Hi all,
> >
> > I am new to SMDK2410 / CE5.0.
> > How to format the SMC(Smart Media Card) as the FAT format ?
> > My SMC is on board(64MB).
> > I would like to use the BINFS, but the Eboot can not format the SMC as
> > BINFS.
> >
> > Thanks.
>
>
>

Re: [smdk2410] MSFLASH question? by Sachin

Sachin
Tue Apr 26 13:25:15 CDT 2005

Did you try formatting the entire store first (it is on the main dialog
box). Also, make sure you are using the mspart partition driver
("PartitionDriver"="mspart.dll")

Sachin

--
To reply directly, remove "online" from my email address.
This posting is provided "AS IS" with no warranties, and confers no rights.

"Bryan" <Bryan@discussions.microsoft.com> wrote in message
news:F78E7DB9-986F-4241-ACA4-4FBA5CF69CC2@microsoft.com...
> Thanks for the information.
>
> I have already try to format the SMC by using the StorageManager in
> control
> panel.
> I can see the block driver is MSFLASH, but I always got the messageobx
> "Can
> not format....", "Can not create a partition...".
>
> I have added the FAT, Storage Manager in Applet, MSFLASH, BINFS.....
>
>
>
>
> "Sachin Patel [MS]" wrote:
>
>> The easiest way will be in the storage manager control panel applet (make
>> sure SYSGEN_STOREMGR_CPL is set in order to get this). First, format the
>> entire store. Then create a new partition. Then, format the partition.
>>
>> You can also do this programatically. See FormatStore, CreatePartition,
>> and
>> FormatVolume.
>>
>> Sachin
>>
>> --
>> To reply directly, remove "online" from my email address.
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>>
>> "Bryan" <Bryan@discussions.microsoft.com> wrote in message
>> news:A09AF9A4-0AB4-4030-B448-7E9483957B1E@microsoft.com...
>> > Hi all,
>> >
>> > I am new to SMDK2410 / CE5.0.
>> > How to format the SMC(Smart Media Card) as the FAT format ?
>> > My SMC is on board(64MB).
>> > I would like to use the BINFS, but the Eboot can not format the SMC as
>> > BINFS.
>> >
>> > Thanks.
>>
>>
>>



Re: [smdk2410] MSFLASH question? by Bryan

Bryan
Wed Apr 27 01:36:02 CDT 2005

Yes, I have try formatting the SMC on the main dialog.
It always said "Can not formate..."

This is my registry key about MSFLASH:
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\MSFlash]
"DefaultFileSystem"="BINFS"
"PartitionDriver"="mspart.dll"
"MountAsROM"=dword:1
"MountAsHidden"=dword:1
"Folder"="Flash Disk"
"Name"="FLASH Disk Block Device"

I also change the "DefaultFileSystem"="FATFS", but it still deoes not work.
There is no detail document about the MSFLASH. It's difficult to try out.

Thanks.


"Sachin Patel [MS]" wrote:

> Did you try formatting the entire store first (it is on the main dialog
> box). Also, make sure you are using the mspart partition driver
> ("PartitionDriver"="mspart.dll")
>
> Sachin
>
> --
> To reply directly, remove "online" from my email address.
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "Bryan" <Bryan@discussions.microsoft.com> wrote in message
> news:F78E7DB9-986F-4241-ACA4-4FBA5CF69CC2@microsoft.com...
> > Thanks for the information.
> >
> > I have already try to format the SMC by using the StorageManager in
> > control
> > panel.
> > I can see the block driver is MSFLASH, but I always got the messageobx
> > "Can
> > not format....", "Can not create a partition...".
> >
> > I have added the FAT, Storage Manager in Applet, MSFLASH, BINFS.....
> >
> >
> >
> >
> > "Sachin Patel [MS]" wrote:
> >
> >> The easiest way will be in the storage manager control panel applet (make
> >> sure SYSGEN_STOREMGR_CPL is set in order to get this). First, format the
> >> entire store. Then create a new partition. Then, format the partition.
> >>
> >> You can also do this programatically. See FormatStore, CreatePartition,
> >> and
> >> FormatVolume.
> >>
> >> Sachin
> >>
> >> --
> >> To reply directly, remove "online" from my email address.
> >> This posting is provided "AS IS" with no warranties, and confers no
> >> rights.
> >>
> >>
> >> "Bryan" <Bryan@discussions.microsoft.com> wrote in message
> >> news:A09AF9A4-0AB4-4030-B448-7E9483957B1E@microsoft.com...
> >> > Hi all,
> >> >
> >> > I am new to SMDK2410 / CE5.0.
> >> > How to format the SMC(Smart Media Card) as the FAT format ?
> >> > My SMC is on board(64MB).
> >> > I would like to use the BINFS, but the Eboot can not format the SMC as
> >> > BINFS.
> >> >
> >> > Thanks.
> >>
> >>
> >>
>
>
>