Path: utzoo!attcan!uunet!steinmetz!zephyrus!dixon From: dixon@zephyrus.steinmetz (Walter V. Dixon) Newsgroups: comp.sys.ibm.pc Subject: Re: 12-bit or 16-bit FAT entry Message-ID: <11454@steinmetz.ge.com> Date: 2 Jul 88 14:46:11 GMT References: <5930009@hpcupt1.HP.COM> Sender: news@steinmetz.ge.com Reply-To: dixon@zephyrus.UUCP (Walter V. Dixon) Organization: General Electric CRD, Schenectady, NY Lines: 4 The number of clusters in the "Data Area" of the disk (ie the part of the disk mapped by thFAT)T determines whether 16 or 12 bit FATs are required. If there are less than 0xff8 clusters, 12 bit FATs are used; otherwise 16 bit FATs are used. I hope this helps.