you can patch the fs driver to do this, i am not aware of any existing programmatic ways to do this(modify its behavior in picking FAT size). [alternatively you can write your own fat16 formatting routine - it's trivial]
On 12/27/07, Mani <[EMAIL PROTECTED]> wrote: > Hi, > > I've a custom enc. driver which supports only FAT16. If i use my 256 MB, 512 > MB cards on my Treo680, they are working fine. As <=512 MB cards are > formatted to FAT16. But when i use a 2 GB card, it is formatted to FAT32 and > i was not able to use the encryption for these cards. If i manually format > the card to FAT16 using Treo650 or external card reader, then im able to use > the 2gb card with the enc. driver. > > So, can i do this formatting programatically. How can i programatically > format the 2gb card to FAT16 on the devices which are having FAT32.prc? > > -Mani > -- > For information on using the ACCESS Developer Forums, or to unsubscribe, > please see http://www.access-company.com/developers/forums/ > -- Best Regards, Dmitry Grinberg (847) 226 9295 -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
