rloew, on Dec 13 2009, 10:30 PM, said:
The Geometry of 32 Heads and 63 Sectors is not unusual for USB Flash Drives. I have seen 16 Heads as well.
Well, no.
The 16/63 geometry is rather common, the 32/63 is far less common, but BOTH can be found on very small capacity sticks, I have never seen any of them on a "large" stick, this one is a 16 Gb one!
Usually whatever goes above the CHS limits for a given geometry uses NOT the "smaller" geometry:
http://www.boot-land.net/forums/index.php?...=9776&st=56
Quote
We have CHS limit at:
255/63->1024*255*63*512=8,422,686,720<-Current geometry on "modern" BIOS and OS, say since 1998
128/63->1024*128*63*512=4,227,858,432<- Rarely used (default in WinHex if I remember right)
64/63->1024*64*63*512=2,113,929,216<-Really rarely used (cannot remember a single system/OS that used it)
16/63->1024*16*63*512=528,482,304<-Old geometry and first HD size barrier
64/32->1024*64*32*512=1,073,741,824<- this was "old" NT 3.51/4.00 default
240/63->1024*240*63*512=7,927,234,560<- only stoopid laptops AFAICR
The CHS limit at 32/63 is obviously:
32/63->1024*32*63*512=1,056,964,608 >- as said very unusual in my experience
LoneCrusader, on Dec 14 2009, 08:37 AM, said:
Is there a possiblility of writing a Windows 98 driver for exFAT? I have seen it mentioned on here before, not sure of the legalities involved, but provided it's not illegal I think it would be a very useful utility.
EDIT: Never mind, I see on Wikipedia that Microsoft is still charging a licensing fee for exFAT implementations.
Again, NO.
Read the related thread here:
http://www.msfn.org/board/ntfs-support-win...14-page-44.html
At least in Europe, there would be NO problems in writing an exFAT driver from a legal standpoint, for interchange use, and most probably the same would apply to the "fair use" provisions of the US Law.
The "licensing fee" is for devices using the filesystem, not for programs capable of reading/writing it.
jaclaz
This post has been edited by jaclaz: 14 December 2009 - 03:07 AM