Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Microsoft FAT Patent Upheld

Posted by ScuttleMonkey on Wed Jan 11, 2006 03:34 AM
from the fat-getting-fatter dept.
theodp writes "After initially rejecting Microsoft's File Allocation Table (FAT) patents, the USPTO has ruled them valid. From the article: 'Microsoft has won a debate where they were the only party allowed to speak, in that the patent re-examination process bars the public from rebutting arguments made by Microsoft, said unimpressed Public Patent Foundation President Dan Ravicher.'"
+ -
story
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • So now... (Score:5, Interesting)

    by Tuxedo Jack (648130) on Wednesday January 11 2006, @03:37AM (#14444127) Homepage
    What does that mean to companies that sell stuff like USB flash drives or CF cards? They'll obviously have to pay royalties, of course, and that means a mass migration to a new filesystem to avoid such payments.

    But what new FS will that be? FAT32? EXT2/3?
    • Re:So now... (Score:4, Insightful)

      by toddbu (748790) on Wednesday January 11 2006, @03:42AM (#14444146)
      They'll obviously have to pay royalties, of course, and that means a mass migration to a new filesystem to avoid such payments.

      It would be stupid for Microsoft to enforce this patent because of the migration issue. If they were smart, they'd immediately turn around and put this into the public domain. If they don't, I can't see the marketplace relying on the hope that someday Microsoft won't try to enforce the patent. So if they were protecting their own interests that's fine, but they need to send a clear message that this move was only done to make sure that nobody would screw them.

      • Re:So now... (Score:5, Informative)

        by tpgp (48001) on Wednesday January 11 2006, @03:57AM (#14444200) Homepage
        It would be stupid for Microsoft to enforce this patent because of the migration issue. If they were smart, they'd immediately turn around and put this into the public domain. If they don't, I can't see the marketplace relying on the hope that someday Microsoft won't try to enforce the patent. So if they were protecting their own interests that's fine, but they need to send a clear message that this move was only done to make sure that nobody would screw them

        Wishful thinking aside - Microsoft have allready stated they're going to enforce the patent:

        From Microsoft's FAT licensing page: [microsoft.com]
        A license for manufacturers of certain consumer electronics devices--Pricing for this license is $0.25 per unit for each of the following types of devices that use removable solid state media to store data:

                * Portable digital still cameras
                * Portable digital video cameras
                * Portable digital still/video cameras
                * Portable digital audio players
                * Portable digital video players
                * Portable digital audio and video players
                * Multifunction printers
                * Electronic photo frames
                * Electronic musical instruments
                * Standard televisions
        At 25c a unity, thats going to add up to a helluva lot of money.
          • Re:Food chain (Score:5, Informative)

            by Marillion (33728) <ericbardes@gmail.UMLAUTcom minus punct> on Wednesday January 11 2006, @08:52AM (#14445198)
            A device like a USB key fob is blank storage. Like a really big floppy. It doesn't violate because it doesn't have an algorithm that implements FAT. Cameras, on the other hand, have to save their images in a structured way. They do implement a FAT algorithm.
            • Re:Food chain (Score:5, Informative)

              by redhog (15207) on Wednesday January 11 2006, @05:38AM (#14444511) Homepage
              There are Free Software ext2 drivers for all major OSes:
              Windows: http://freshmeat.net/projects/ext2ifs/ [freshmeat.net]
              MacOS X: http://freshmeat.net/projects/ext2fs/ [freshmeat.net]
              OS/2: http://freshmeat.net/projects/ext2-os2/ [freshmeat.net]

              The problem is, they don't come pre-installed...
              • Re:Food chain (Score:5, Insightful)

                by QuantaStarFire (902219) * <ed...kehoe@@@gmail...com> on Wednesday January 11 2006, @07:22AM (#14444807)
                The problem is, they don't come pre-installed...

                They're also kinda buggy. I'm using them right now since I couldn't format my 120GB IDE drive for FAT32 past 32GB or so (and there was no way in hell I was splitting it up into 4 pieces), and I wasn't too sure what else I could use to format for FAT32, so I used ext2.

                It's been interesting what happens. If I look in a folder with thumbnails, it generates a thumb.db file, followed by a thumb.db::encryptable file. When you delete the ::encryptable file, Windows tends to choke (though it still deletes), so you have to delete several times if you've got a lot of images or video to delete.

                I've also had problems with installing/uninstalling software. It wouldn't allow me to install World of Warcraft at all on it. I installed Final Fantasy XI on it, but then ran into problems that it couldn't save my settings. Even worse was that when I tried to uninstall it, I'd bluescreen and have to do it again. What I ended up doing was just deleting the folder from the disk, then uninstalling (which worked, which boggled my mind because there was nothing left for it to uninstall except registry entries).

                They've been fine otherwise, but I'd rather have my FAT32 back. It's far less buggy, and it's fairly stable in Linux as well.

              • Re:Food chain (Score:5, Informative)

                by baadger (764884) on Wednesday January 11 2006, @07:54AM (#14444939)
                There are infact several choices of upto date maintained Ext2/3 drivers for Windows.

                1. ext2fsd [sourceforge.net] which has support for Win64 (x64)
                2. ext2ifs [swin.edu.au] by John Newbigin (the one linked by parent). It says on the website "This version probably does not work under XP SP2".
                3. ext2ifs [fs-driver.org] by Stephan Schreiber. It's freeware but doesn't appear to be Open Source (so presumeably contains no GPL'd code). There are Windows XP screenshots on the site and it's x86 only.
              • Re:Food chain (Score:5, Informative)

                by diamondsw (685967) on Wednesday January 11 2006, @10:45AM (#14445915)
                The problem is, they don't come supported either. From the web page:

                It is written for OS X 10.2-10.3.

                No, they didn't just omit 10.4 accidentally, or not update the page. It doesn't work at all:

                Apple completely changed the kernel interfaces in Tiger and as such, a lot of work needs to be done to get the Ext2 driver running on Tiger. I started some of this work last year after WWDC, but there is still a lot to do and I don't have the time to finish things up right now.

                ...

                I've started getting back to bringing up the driver on Tiger. Progress is going well, everything is compiling (but not necessarily running) except for the vnops file. I still have to implement locking and then testing before a release can happen.
                • Re:Food chain (Score:5, Insightful)

                  by CloakedMirror (785242) on Wednesday January 11 2006, @08:26AM (#14445080) Homepage
                  Hmmm...how hard is this to figure out? Let's see...

                  I got it! Let's not pre-install any file system! Woah! That's a dangerous idea!

                  The fact that the manufacturer may pre-install a FAT based file system does not equate to the manufacturer being required to pre-install any file system.

                  Memory, whether in the form of RAM, EPROM (in all its various flavors), or some sort of spinning opto/mechanical media, does not have a file system until someone puts one there. Send out unformatted flash cards and they get whatever file system is applied by the user's equipment!

                  "Score:4, Informative"? You have alot of room to talk about moderation!
                • Re:Food chain (Score:5, Interesting)

                  by MobyDisk (75490) on Wednesday January 11 2006, @08:27AM (#14445082) Homepage
                  The grandparent posted is correct.

                  1) Even if they do have FAT pre-installed, that doesn't matter. A patent applies to the device that is using the FAT system (camera, computer, etc.), not the media it is on. (For example: A patent woudl apply to a printing press, but not to the book that is printed by the press.)
                  2) His point is that they don't have to have it pre-installed anyway. The device you put it in can do the formatting easily enough.

                  Also, just because something is modded-up that you think is wrong, doesn't mean that the moderation system is bad. You may be modded down merely for the comment.
            • Re: $25c (Score:5, Funny)

              by some guy I know (229718) on Wednesday January 11 2006, @06:00AM (#14444578) Homepage
              You've lost me completely. Are you talking dollars or cents?
              $25c is obviously twenty-five dollar-cents, which will become to either 25 dollars or 25 cents when its quantum state collapses.
    • Re:So now... (Score:5, Informative)

      by tpgp (48001) on Wednesday January 11 2006, @03:48AM (#14444167) Homepage
      What does that mean to companies that sell stuff like USB flash drives or CF cards? They'll obviously have to pay royalties, of course,

      Yep, they will pricing has been set to 25c per unit [dpreview.com].

      Utterly crippling in the low margin, high volume USB storage market (especially at the low end)

      and that means a mass migration to a new filesystem to avoid such payments.

      And exactly what filesystem could that be? That is supported out of the box by 95% of desktop PCs?

      This - if anyone was still wondering why a monopoly is so dangerous in the hands of an immoral company like MS.

      You can use your overwhelming advantage in one market (desktop PCs) to exert influence in another.

      But what new FS will that be? FAT32? EXT2/3?

      Fat32? Patents cover it.

      EXT2/3? Get real. Who wants to install 3rd party drivers every time you plugin your USB device?
      • Re:So now... (Score:5, Interesting)

        by SenorCitizen (750632) on Wednesday January 11 2006, @03:54AM (#14444186)
        Utterly crippling in the low margin, high volume USB storage market (especially at the low end)

        What exactly would prevent these low margin, high volume USB key manufacturers selling their memory sticks unformatted? It's not like hard drive manufacturers have to pay a FAT tax -- it's just the device manufacturers whose stuff actually uses FAT, like digital camera makers.

        • Re:So now... (Score:5, Interesting)

          by FireFury03 (653718) <slashdot@nexus u k . o rg> on Wednesday January 11 2006, @04:29AM (#14444306) Homepage
          it's just the device manufacturers whose stuff actually uses FAT, like digital camera makers.

          But when a user pops their CF/SD/XD/whatever card out of their camera, they're going to want to access it without installing drivers, etc.

          Personally I don't mind cameras, etc using ext2, or even better - a proper flash filesystem designed to deal with the problems inherent in writing to flash. But then I don't use Windows...

          I'd be interested to know what the monopoly-police think about this - it seems that requiring people to pay a licence fee to use the only supported filesystem in the monopoly OS to allow interoperability with other devices might be considered an abuse of their market position.

          It's also worth thinking about - the Linux kernel infringes this patent. Is Linux going to have FAT support ripped out of it now? That'd be really bad coz suddenly it can't interoperate with all those devices using FAT.
          • MOD PARENT UP (Score:5, Insightful)

            by Anonymous Coward on Wednesday January 11 2006, @06:14AM (#14444628)
            There is no technical reason to use FAT at all, it is only in common usage because of Microsofts desktop monopoly. FAT was used by vendors for the benefit of Microsoft customers, Microsoft respond by stabbing everyone in the back. Time to start petitioning OEM's to ship a GPL'd 3rd party Windows filesystem driver by default, then we petition for device support.

            C# and CLR on linux people take note, Microsoft never acts in good faith. Why file for patents unless you plan to enforce them? Ever heard the phrase "trust a fox"?

          • Re:So now... (Score:4, Insightful)

            by swillden (191260) <shawn-ds@willden.org> on Wednesday January 11 2006, @10:59AM (#14446035) Homepage Journal

            But when a user pops their CF/SD/XD/whatever card out of their camera, they're going to want to access it without installing drivers, etc.

            I think you missed the point.

            The point was that the storage device manufacturers can ship their devices unformatted, so they don't run afoul of the patent, and don't have to build a royalty payment to the Evil Empire into their price. Since some storage devices are cheap enough that the royalty payment might constitute a significant part of their price, that's a good thing.

            Cameras will probably still use FAT, for exactly the reason you mention. When you insert an unformatted card into a camera, the camera will format it. No problem. And an extra 25 cents in the price of a digital camera isn't going to mean much because cameras are more expensive anyway.

            I'm more concerned about the potential effect on open source implementations. The Linux vfat filesystem, for example, does implement the long name/short name encoding scheme that is, I believe, the target of the patent. If Microsoft could force all of the major Linux distros to remove vfat support from their kernels, they could deal a significant blow to Linux's ability to interoperate with Windows and with most of the digital cameras on the market.

            • by sadler121 (735320) <msadler@gmail.com> on Wednesday January 11 2006, @11:49AM (#14446454) Homepage
              Thats why Linus needs to move the kernel.org server not from California to Oregon, but from Oregon to the EU*. That way MS can bitch all they want about vFat in the kernel, but can't get it out of the kernel cause the EU (for the time being, and if MS does try to enforce this agienst Linux, won't ever) have software patents.

              *this would also mean Linus and everyone working on the kernel would have to move to the EU, and also a fork in the kernel in the US that does not included vFat.
      • Re:So now... (Score:5, Interesting)

        by LardBrattish (703549) on Wednesday January 11 2006, @04:05AM (#14444226) Homepage
        Yep, they will pricing has been set to 25c per unit. Utterly crippling in the low margin, high volume USB storage market (especially at the low end)

        But as it caps at $250,000 the really high volume guys will be able to spread it out more... $250,000/10,000,000 = 2.5c

        • Re:So now... (Score:5, Interesting)

          by MysteriousPreacher (702266) on Wednesday January 11 2006, @05:31AM (#14444485) Homepage Journal
          Mmm, reminds me of budget day in the UK. The goverment increases taxes on cigarettes, alcohol or petrol and magically the next day, all the prices go up by that amount plus a little admin fee despite the fact that they're selling stock that was bought prior to the tax increases.
    • The Patents (Score:4, Informative)

      by Midnight Thunder (17205) on Wednesday January 11 2006, @07:53AM (#14444936) Homepage Journal
      I think to understand what it means to companies, then we need to look at what the patents are:

      Patent: 5,579,517 [164.195.100.11]
      Title: Common name space for long and short filenames
      Filed: 24 April 1995

      An operating system provides a common name space for both long filenames and short filenames. In this common namespace, a long filename and a short filename are provided for each file. Each file has a short filename directory entry and may have at least one long filename directory entry associated with it. The number of long filename directory entries that are associated with a file depends on the number of characters in the long filename of the file. The long filename directory entries are configured to minimize compatibility problems with existing installed program bases.

      Patent: 5,758,352 [164.195.100.11]
      Title: Common name space for long and short filenames
      Filed: 5 September 1996

      An operating system provides a common name space for both long filenames and short filenames. In this common namespace, a long filename and a short filename are provided for each file. Each file has a short filename directory entry and may have at least one long filename directory entry associated with it. The number of long filename directory entries that are associated with a file depends on the number of characters in the long filename of the file. The long filename directory entries are configured to minimize compatibility problems with existing installed program bases.

      Patent: 6,286,013 [164.195.100.11]
      Title: Method and system for providing a common name space for long and short file names in an operating system
      Filed: 28 January 1997

      An operating system provides a common name space for both long filenames and short filenames. In this common namespace, a long filename and a short filename are provided for each file. Each file has a short filename directory entry and may have at least one long filename directory entry associated with it. The number of long filename directory entries that are associated with a file depends on the number of characters in the long filename of the file. The long filename directory entries are configured to minimize compatibility problems with existing installed program bases.


      So the patents in question all cover the same issue of a "common name space for long and short filenames". This would effect anyone using vfat and also potentially effect Rockridge and Joliet extensions for ISO 9660.

      One thing to note, from looking at the licensing page, is that only "consumer electronics devices" and "removable solid state media manufacturers" are targeted. For the moment operating systems aren't listed.

      One thing I have to ask myself whether makers of digital cameras would be legaly required to have to pay this license, despite them being listed in the "consumer electronics devices" section. The reason I ask this is because all the digital cameras I have seen to date still use 8.3 format file names (for example my Nikon is DSCN0000.jpg), therefore they are not using the technologies referenced by the patents.
      • Re:So now... (Score:5, Interesting)

        by gerddie (173963) on Wednesday January 11 2006, @05:19AM (#14444456)
        NTFS would be an obvious choice for microsoft to go with since it support removable media and journalling.
        You wouldn't want to use standard journalling on a flash drive. IIRC for each write cycle at least 3 write actions are required: log in the journal that a write will be done (has to be synced to the disk), do the write, log in the journal that the write action ended successful. With flash, where you can only erase block-wise, this is not a good idea - for one its very slow, and on the other hand, the flash supports only so many write cycles. For journalling, special handling is needed as implemented e.g. in jffs2 [sourceware.org].
  • by Anonymous Coward on Wednesday January 11 2006, @03:37AM (#14444130)
    Guess it's time for that diet.
  • Linux? (Score:5, Interesting)

    by Golradir (807889) on Wednesday January 11 2006, @03:37AM (#14444131) Homepage
    How will this affect the ability to read FAT filesystems under Linux?
    • Re:Linux? (Score:5, Informative)

      by Anonymous Coward on Wednesday January 11 2006, @04:50AM (#14444376)
      The claims in US patent No. 5579517 - the patnet that was subject to re-examination - are rather strange, and to my reasding are not infringed by a Linux system reading or writing a vfat file system. The analysys is not straightforward, but as a clue to those used to looking at patent claims, think about the effect of the opening words of the claim: "In a computer system having a processor running an operating system..." followed by the words "said short filename including at most a maximum number of characters that is permissible by the operating system", i.e., not some other operating system but by the executing operating system.

      US Patent 5758352 is more of a worry, because it relates to the way in which long and short filenames are stored in a directory structure by an (i.e., any) operating system. I cannot find any reference to this potentially much more damaging patent having been re-examined.

      Note that the claims are not infringed by any system that does not support both long and short filenames. It is not FAT per se that is being protected, it is the backwards-compatible DOS filenames and the particular manner in which they are stored. You have to read the claims to understand this.

      So the question about Linux etc., requires an analysis of the claims with an understanding of how the Linux FS driver works.

      HTH
      Anonymous European Patent Attorney

  • I knew it (Score:5, Funny)

    by commodoresloat (172735) on Wednesday January 11 2006, @03:43AM (#14444151) Homepage
    They finally patented Steve Ballmer.
  • The patents (Score:5, Insightful)

    by cbdougla (769586) on Wednesday January 11 2006, @03:58AM (#14444201)
    According to this link: http://www.microsoft.com/mscorp/ip/tech/fat.asp [microsoft.com] , three of the patents (U.S. Patent #5,579,517, U.S. Patent #5,758,352 and U.S. Patent #6,286,013) all cover the "Common Name Space for short and long filenames."

    What other parts of the FAT filesystem are protected by patents? This aspect of the FAT filesystem is just darn near obsolete as there aren't many systems that absolutely have to have the 8.3 format anymore are there?

    Now, I have to admit, this is something that seems fairly specific to Microsoft's needs and is not a feature I've seen in any other filesystem. However, it also seems that this might be fairly easily just...excluded...without causing any really serious issues.

    I am probably oversimplifying things.

  • by Phatmanotoo (719777) on Wednesday January 11 2006, @04:07AM (#14444231)

    FAT is such a technical piece of crap that I would have thought nobody would want to patent it, out of pure
    embarrassment.

    For non-technical people who don't grok filesystems, there's a good story about FAT here: CyberSnare [netaction.org].

      • What about UDF? (Score:5, Interesting)

        by m50d (797211) on Wednesday January 11 2006, @05:41AM (#14444519) Homepage Journal
        Every OS supports it for the purposes of reading DVDs. It may not have been designed for flash drives, but it works on them fine. And it's an ISO standard.
        • Re:What about UDF? (Score:5, Interesting)

          by Baki (72515) on Wednesday January 11 2006, @06:44AM (#14444710)
          Interesting suggestion. I just read the spec, and it seems to have been designed to be truely universal. It supports attributes found in any operating system and can be adapted to any medium (all kinds of block size etc. are free and thus can be set to values to accomodate any type of medium).

          I think it is a bit heavy, but nowadays that should not really matter.
  • by el_womble (779715) on Wednesday January 11 2006, @04:20AM (#14444275) Homepage
    I'm under no obligation to use FAT on my USB sticks. They come with a FAT filing table, but the functionality of the device isn't compromised by my using a different file system. USB stick manufacturers could simply sell their wares unformatted like the old floppy days, or you could pay $0.50 more and get a formatted one. Let the consumer decide.

    As for digital cameras... well that was their decision. Unless I, as a consumer, am going to get fined for buying a piece of hardware that was unlicenced I don't care. The patents on FAT were no secret. They were, as are all the other patents, kept in a public place, next to the patents for lenses, CCDs, batteries and jpeg compression. As with any other patent, if you want to use the tech you have to pay the licence... and then pass that cost onto the customer.

    Having a single filesystem that is accessible to all is good for everyone, especially Windows users. If Microsoft make it difficult to use digital cameras with their operating systems then they're going to piss a lot of people off. Digital cameras are one of the few reasons people buy a new computer so making it difficult to use digital cameras on Windows systems is not in their interests but perhaps worse for Microsoft is that people will install software that lets them use EXT3, Reiser4, UFS or heavens forbid, HFS+. People could use harddisks from other operating systems, with no need to defrag, decent meta information and genuine multi-user support!

    I work with OS X, Debian and NT4 on a daily basis. The only way I can predicitably transfer files between them is using FAT16/32, and the limiting factor is NTs lousy support for alien filesystems. Microsoft should place FAT in the public domain. Its not strong enough to warrent a licence, and should really have become extinct along side the floppy disk. Charging people a licence to use a technology that was chosen because of a weakness in your main project, your operating system, is as lame as lecturers teaching from their own book.
    • by LordLucless (582312) on Wednesday January 11 2006, @05:48AM (#14444541)
      As for digital cameras... well that was their decision. Unless I, as a consumer, am going to get fined for buying a piece of hardware that was unlicenced I don't care. The patents on FAT were no secret. They were, as are all the other patents, kept in a public place, next to the patents for lenses, CCDs, batteries and jpeg compression. As with any other patent, if you want to use the tech you have to pay the licence... and then pass that cost onto the customer.

      Except that these patents weren't around when they were making these decisions. These FAT patents were *rejected*. Why would a company base a decision around patents that were rejected by the UPTO? This is yet another example of the USPTO's stupidity - VFAT was created how long ago? Some where between 92 and 95 IIRC. So at least 10 years ago. VFAT has had 10 years to creep into all corners of the industry, and only now it's going to start costing money? Imagine if 5 years after the motor industry really got going, the patent for internal combustion engines was finally approved. Progress of science and useful arts my ass.
  • by Anonymous Coward on Wednesday January 11 2006, @04:21AM (#14444277)
    People, people, this means nothing. The vendors will just ship their USB drives, and flash media unformatted, and YOU will have to format it as whatever you want. It just so happens that FAT is idea for flash media since there is no metadata to update with every access, thus not destroying the flash media by reading it. (Last accessed date, what a stupid thing to have on flash media)

  • Easy Workaround (Score:4, Insightful)

    by koolman2 (903886) on Wednesday January 11 2006, @04:21AM (#14444281)
    There's an easy way to get around this: simply ship drives unformatted, and include instructions on how to format it. I'm sure there are other ways to get around it on devices such as digital cameras and such as well.
  • Chain of events (Score:4, Informative)

    by daBass (56811) on Wednesday January 11 2006, @04:51AM (#14444381)
    1. Microsoft spearheads USB standard
    2. "Mass Storage Class" added to USB that is so low level, the OS uses it as any disk, needing to support it's file systems
    3. 95% of computers run windows and the ones that support USB only support FAT, forcing device manufacturers to use that as filesystem.
    4. Patent filesystem and demand royalties after the fact
    5. No need for "???"
    6. Profit!

    Yup, they planned this all along, the sneaky bastards.
  • Patenting arrays? (Score:5, Interesting)

    by tchernobog (752560) on Wednesday January 11 2006, @05:04AM (#14444414) Homepage
    What can you possibly patent about a FAT table? It's more or less a huge array!
    While the rest of the world is exploring new ways to implement filesystems and thus producing innovation, what one of the most rich and powerful software company in the world does?

    It bloody well enforce patents about twenty-five-years old bloody technologies.
    Silly of me to think they were working to finish that WinFS of theirs, instead.

    Look out for your helloworlds, they'll be knocking at your door with patent no. 1340032423 very soon.

    PS: How much for these patents to expire? Fortunately I live in Europe, so I can keep FAT support in my GNU/Linux kernel ;-)
  • by waterbear (190559) on Wednesday January 11 2006, @05:11AM (#14444431)
    Let's recall that even previous slashdot coverage of this issue -- as well as coverage elswhere -- identified that the "fat" patents are written to claim, not the fat-fs as such, but rather, ways of handling long filenames in connection with an underlying fat-fs. (I don't have the links by me to hand right now, sorry.)

    That would be much less than a patent on fat as such.

    When I last looked at the claims, it did seem that the ways claimed in the patent for handling the long filenames could be subgeneric, i.e. less than exhaustive of all the possibilities. (Granted that a situation like that can still mean that claims are wide enough to be a nuisance.)

    So it would probably be more useful to the FOSS community to look at what is actually left from the actual MS patent claims, and whether they leave unpatented, free outside the claims, any other ways of handling the long filenames.

    This would be as well as taking account of the possibility that the confirmed patent claims would still be invalidated by prior art or any other reason if it came to a court fight with the opposing party taking a full part there to provide full counterarguments.

    This case and its result underline -- again -- the inadequacy of the US patent re-examination procedure -- mainly because of the unequal treatment that it gives to the party wishing to oppose the patent.

    A failed attempt to get the patent invalidated is unhelpful to the community, because the patent holder can always point to the result when the prior art arguments come up again, and can argue that they have already been officially considered and rejected, so no need to review them.

    It would arguably be better not to use US re-examination in the first place, if there is an assessment that the patent holder could wriggle out of the allegations of prior art when the other party is not there to answer -- because stopped by the procedure from answering to nail the errors in the arguments of the patent-holder.

    It might also be recommendable for the PPF, instead of rushing in to raise proceedings that fail when there is no current and urgent need actually to bring them at that point in time, instead to give wide publicity first to the evidence and arguments against a nuisance patent, and to encourage debate about it.

    The resulting debate could bring facts to light, e.g. that strengthen the prior art arguments.

    New facts and evaluations can also shed light on the defendable scope of the claims, and make it clearer what techniques actually lie free outside them -- maybe even indicating that invalidation proceedings are not necessary.

    At least, wider discussion can make it a bit easier for PPF or anybody else to weigh up the prospects of success before weighing in with action.

    -wb-
  • CP/M 2.2 Prior art? (Score:4, Interesting)

    by crusty_architect (642208) on Wednesday January 11 2006, @05:12AM (#14444436) Homepage
    As usual with these things, I am struggling with how MS have gotten around what I would see as prior art. The CP/M file system, developed by Digital Research in ~ 1977. I wrote a defrag and badblock utility for CP/M and CP/M-86 in the 80's, and it's not a huge leap from the CP/M FS to a FAT FS. DR are long dead but it still begs the question....did MS really dream this up?
  • by Yseboodt (931771) on Wednesday January 11 2006, @07:10AM (#14444777)
    I'm the author of the Embedded filesystems library. (http://sf.net/projects/efsl [sf.net])

    I've read the patents, they all cover the long filenames ability in the FAT filesystem. So basically as long as I do not implement long filesystem support, the EFSL should be free from patent problems.

    If anyone with a deeper understanding of legalese is willing to comment on this, I and the users of EFSL would be grateful.

    Since EFSL is targetted at embedded devices, it is used commercially (I am using it in a commercial product as well, and I know of several other projects that are doing the same) and thus the companies using it should know wheter or not they can use EFSL without paying a fee to microsoft.

    FAT is about the ugliest filesystem around, it's a shame they dare to ask licensing fees for it.
    • A patent on FAT doesn't really have much of a use for them now; at least none that I can think of. Just let the filesystem become an open standard now, MS.

      USB HID Mass Storage devices apparently usually use FAT.

      Now, granted, I don't know whether they implement long filename support (which is what Microsoft's patent is on, IIRC), but FAT is still very relevant in the embedded device world, even if desktop boxes are now using NTFS instead of FAT.
    • by Dual_View (933041) on Wednesday January 11 2006, @04:27AM (#14444297) Journal

      A patent on FAT doesn't really have much of a use for them now; at least none that I can think of. Just let the filesystem become an open standard now, MS.

      I only wish that were true. The problem is that this is exactly the kind of thing that Microsoft has been after for quite a while. Now that it's everywhere, and it's something that every modern operating system has already implemented, Microsoft is going to go on a licensing spree. After all, they have already been talking about licensing it, [com.com] long before anyone else considered the idea that the patents might actually be approved.

      There are only a few possible ways that this can turn out good:

      • Microsoft has a change of heart, and decides that the chance to utterly destroy all its competition and leverage a complete monopoly with Windows is not worth the price of temporarily finding itself villified in the eyes of the public. (Unlikely.)
      • Some intrepid open-source developer(s) quickly cracks open the last few secrets of the NTFS file system, finally allowing the Linux kernel total interoperability with NTFS volumes. The open-source community rips out FAT support and relies more on NTFS volumes, fully expecting Microsoft to try to patent this file system too. In the meantime, additional research is performed either to try and create a more universal file system, or grant ext2 and ext3 more reliable interoperability with Windows and other operating systems. (Wishful thinking.)
      • Microsoft does indeed go on a licensing spree and begins threatening the markets for all competing operating systems. Commercial OS's will fork over the money; open-source OS's like Linux, BSD, ReactOS, etc. will strip FAT support from their systems, disrupting their interoperability with Windows volumes and each other. The US economy takes such a hard hit from this scandal that the patents get overturned later. Or perhaps, this is the evidence that the free and open-source software advocates in the US need to finally demonstrate that software patents aren't just a hassle, but a genuine liability. (Hard to say.)

      At any rate, I hope that I'm wrong, and that this is just excessive paranoia on my part. But with Microsoft in this position, I don't think we should rely on optimism and just say that this will all be fine.

    • And why would they want to keep the patent on that again, for other reasons than just appearing "evil"?

      Lots of mobile devices and flash memory cards use a form of FAT formatting. You wouldn't believe how many things in the world today use such a fragile filesystem, because it's easy, tested and does not need a strong protection for data loss.

      And when Microsoft would suddenly like to force each manufacturer to start paying licence fees, they're all screwed.
    • by bosson (793519) on Wednesday January 11 2006, @04:07AM (#14444232) Homepage
      Get your facts right. They are using FAT-patents to get license fees from storage manufacturers. And they started using it *after* storage manufacturers where using vfat as a standard for flash drives.

      So the methods bears all the marks of asserting broad patents against standardization initiatives. The set of patents they hold could just as easy be used to kill off mozilla or any other competitor, but they should be playing it safe not to upset any legislators too early.
    • by m50d (797211) on Wednesday January 11 2006, @05:49AM (#14444546) Homepage Journal
      What about one of the ISO filesystems? There's an ISO for CDROM filesystems, and I imagine that thing isn't always read-only. If anyone has a flash disk and wants to format it as an ISO9660 filesystem and see if Windows can read/write it, that would be nice of them. I don't have either.

      ISO9660 is completely non-writeable - the filesystem is designed in such a way that you simply can't write to it. However, its successor, UDF, is writeable, and is already being used by flash drives which are too big for FAT (>32GB).

      Second, what product is hit by this? People are going on about shipping unformatted media, but think about it: most devices that use the media have to speak FAT as well. Your camera can't write a file to the flash card if it doesn't understand how to read and write to it, even if rudimentary. The unformatted argument only works for media that will only be used on a PC, which seems like it will be a small minority.

      Absolutely. Anything that has to access its own disk is at risk - the main things I see are cameras, MP3 players and possibly PDAs. A camera could just use another filesystem and be accessible via PTP, and since that just specifies how to transfer files, I suppose in theory it could be used for MP3 players as well, it has support from all major OSes.