Slashdot Mirror


PUBPAT Challenges Microsoft's FAT Patent

An anonymous reader writes "The Public Patent Foundation filed a formal request with the United States Patent and Trademark Office today to revoke Microsoft Corporation's patent on the FAT File System, touted by Microsoft as being 'the ubiquitous format used for interchange of media between computers, and, since the advent of inexpensive, removable flash memory, also between digital devices.' In its filing, PUBPAT submitted previously unseen prior art showing the patent, which issued in November 1996 and is not otherwise due to expire until 2013, was obvious and, as such, should have never been granted."

9 of 396 comments (clear)

  1. Re:About time... by pilgrim23 · · Score: 5, Informative

    Was not FAT12 (DOS 2.0) not actually an extension of the CP/M file system? Does not ProDOS, MFS HFS and all most all the other early file systems behave in similar fashions? FAT16 was merely a hacked to 2gb extension of the orignal 32mb limited FS. a Patent on FAT makes NO sense.

    --
    - Minutus cantorum, minutus balorum, minutus carborata descendum pantorum.
  2. Donate! by Dwonis · · Score: 5, Informative

    Don't forget to donate!

  3. Re:Erghh by kasek · · Score: 5, Informative

    sure, NTFS is the file system of choice for newer windows boxes. but there are still plenty of other devices using the FAT system, such as digital cameras, mp3 players, personal video recorders, etc. still plenty of money to be made.

  4. It's actually the long file names patent by mistshadow · · Score: 5, Informative

    If you go to their "Activities" page and read the request itself, they are talking about:

    5,579,517

    which covers the "long file names" stuff Windows 95 introduced, and they site two patents:

    5,307,494 to Yasumatsu et al., and
    5,367,671 to Feigenbaum et al.

    as new prior art.

  5. Re:About time... by red+floyd · · Score: 5, Informative

    That's trademark, not copyright.

    --
    The only reason we have the rights we have is that people just like us died to gain those rights. -- Cheerio Boy
  6. Did anyone bother to read these patents? by micron · · Score: 5, Informative

    These patents are not for the FAT file system. IANAL. The Microsoft one is for long file name support that goes on top of the FAT file system. The "prior art" one (5307494) describes some sort of long file name support augmenting a specific file system, but does not state which file system from what I can tell.

  7. Re:About time... by afidel · · Score: 5, Informative

    Um, this isn't about FAT12 or FAT16, it's about specific extensions added for DOS style file name for FAT32. Basically the patent covers the means of embedding the DOS style handle into the FS block data in such a way as to allow backwards compatability while still allowing apps that use the correct API to get the real long file name. For more info see this wikipedia article. The most damning thing to MS is that they released beta code for Win95 more than 2 years before filing the first of the patents. Patent law clearly states that you have no more than 364 days after first publicly demonstrating a device or idea to patent it.

    --
    There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
  8. Re:About time... by bluephone · · Score: 5, Informative
    Right, it's really about the VFAT overlay, but there's still prior art in the form of 4DOS, and there was even a Win3.1 specific utility called LongfileNames or something. I rememebr seeing it on CompUSA in a long thin box (kinda like square/triangular poster tube). So there's plenty of prior art for the concept.

    Their specific implementation however might not be challengable, seeing as how they DID invent it. There's a chance however since IIRC patent law gives you only 1 year after public introduction to patent said invention or you lose the right to patent it. The problem then becomes a game of dates and when it was "public" (do wide spread betas count? It WAS indevelopment for 4 years), and when did they submit the patent.

    --
    jX [ Make everything as simple as possible, but no simpler. - Einstein ]
  9. Re:About time... by Anonymous Coward · · Score: 5, Informative

    Even the Commodore 64 / 1541 had "long" filenames, at least compared to FAT. Not 256 chars, like most *nix systems, but 14 chars, which is enough for most uses. If filenames get much longer than that, they take too long to type, and you would need grep to find the right file anyway.

    No, it was not a hardware limitation, just as the Cobol Y2k problem was not a hardware limitation. Just a stupid design.