Slashdot Mirror


Microsoft Gets Back Its FAT Patent In Germany

Dj writes to let us know that Microsoft has regained its FAT patent in Germany. (We discussed it three years ago when the German Federal Patent Tribunal ruled that Microsoft's patent on the FAT file system, with short and long names, was not enforceable.) "The [German] appeal court's decision brings it into line with the US patent office's assessment of the FAT patent. In early 2006, after lengthy deliberations, the latter confirmed the rights to protection conferred by [US] patent number 5,579,517, claiming that the development was new and inventive."

4 of 113 comments (clear)

  1. Microsoft gets Back Fat? There's an iDiet for that by Anonymous Coward · · Score: 5, Funny

    just saying.

  2. Software Patents in Germany by Anonymous Coward · · Score: 5, Insightful

    Just too bad that software patents can not be inforced in germany. They only exist for a possible future change of german or european patent law. A change which is currently rather unlikely.

  3. Stupid Headline by fm6 · · Score: 5, Informative

    The patent is not for the FAT filesystem itself. The patent is for the kludge that allows FAT to support both long filenames and 8.3 filenames.

    http://en.wikipedia.org/wiki/Long_filename

  4. Re:FAT is antiquated by fuzzyfuzzyfungus · · Score: 5, Insightful

    FAT is, indeed, an antique; but it is still pretty much the only FS that is trivial enough to implement in your cheap digital camera or USB MSC MP3 player, or whatever, that is also supported out of the box by MS operating systems.

    That is why FAT is still worth something to Microsoft. Even for fairly fiddly embedded systems, there are plenty of free filesystems that are easily good enough. For real computers, FAT would be absurd. If, however, you are making a fiddly embedded system that also has to share a filesystem with a real computer, FAT is basically your choice(or exFAT, which is newer and more evil, and will be patent protected even longer).

    Microsoft has absolutely no incentive to support ext2, 3, or 4, or HFS, or any of the others, and NTFS is a bit much for the lighter-weight embedded systems.