Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Where to find FAT16 specification?

112 views
Skip to first unread message

Chip Wang

unread,
Nov 4, 2002, 9:55:20 PM11/4/02
to
Hi,

We want to implenment a FAT16 compatible file system. I
should know some detail infomation of FAT16 format.
Anybody knows where I can find the spec of FAT16.

Chip Wang
Chip...@163.net


Jochen Kalmbach

unread,
Nov 5, 2002, 2:51:34 AM11/5/02
to
Chip Wang wrote:

> Anybody knows where I can find the spec of FAT16.

http://www.microsoft.com/hwdev/hardware/fatgen.asp

It contains the FAT32 specification which also contains the FAT12/16
specification.

--
Greetings
Jochen

Gary Chanson

unread,
Nov 5, 2002, 2:54:45 PM11/5/02
to

"Chip Wang" <chip...@163.net> wrote in message
news:36f401c28476$c7579b90$39ef2ecf@TKMSFTNGXA08...

> Hi,
>
> We want to implenment a FAT16 compatible file system. I
> should know some detail infomation of FAT16 format.
> Anybody knows where I can find the spec of FAT16.

I don't know if it covers FAT16 sufficiently, but take a look at:

http://www.microsoft.com/hwdev/download/hardware/FATGEN103.doc

--

-Gary Chanson (MVP for Windows SDK)
-Software Consultant (Embedded systems and Real Time Controls)
-gcha...@mvps.org

-War is the last resort of the incompetent.


David J. Craig

unread,
Nov 5, 2002, 4:31:40 PM11/5/02
to
Implementing FAT12 or FAT16 is very easy. FAT32 is a little more difficult.
I have done FAT12 & FAT16 emulation from a driver under NT4 & 2K for media
that had a strange format. Much easier than writing a file system. Read
only is usually chosen because full write capability is much more difficult
and really requires a file system.

"Gary Chanson" <gcha...@no.spam.TheWorld.com> wrote in message
news:aq97o5$fb9$1...@pcls4.std.com...

0 new messages