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."
... somebody did this. FAT's been around and is now somewhat of a standard. Maybe some of MS's other patents can be challenged as well.
If you're a lawyer-type interested in technology, send them an email.
They have several interesting projects on patent re-examination, commentary on the patent process, etc.
until now, but I love what I see as the idea behind the work they are doing: Fighting unwarranted, unfounded and/or improperly sworn/filed patents
Go get 'em!
.
uR iGn0ranc3, Their Power
On one hand, no patents means that inventing something immediately gets stolen, evil corporation profits millions of dollars, joe inventor gets squat.
However, too many patents means that when joe inventor makes something, evil corporation sues him for violating patent 284958390*pi^12, "Use of energy to propell machine," and steals his work anyway, making millions of dollars while give the original invetor squat.
Is it possible to make patent approvals open-source? Which is to say, volunteers (preferably, whole teams thereof) would do the work done now by individual patent clerks (Patent reviewers? Whatever they're called), with all decisions publicly reviewable and modifiable.
"A great democracy must be progressive or it will soon cease to be a great democracy." --Theodore Roosevelt
This only weakens the concept of intellectual property. Why invent if you're just going to have to fight legal battles for the length of your patent?
Um - because if it really is a novel invention worthy of patent protection then all the later judges are going to throw it out of court immediately based on the previous decision, and if you're a scum sucking pond scum who's standing on the shoulders of the giants before you and setting up a toll gate to stop those who really are innovating then you bloody well deserve what you get.
The concept of intellectual property was never designed to protect the sort of arsewipe who patents every piece of common knowledge they can slip under the noses of the patent office and makes a business out of milking their "valuable IP portfolio". If you're in the business of buying other people's ideas for the purpose of extorting money from people building the future on top of them, then I say good riddance to you - our current technology is built on the ideas of our predecessors, and who are we to stop our successors from learning from us?
Microsoft's 'FAT' patents do not patent FAT... specifically, they patent the VFAT extensions to FAT. And, as was previously mentioned on slashdot, there's much prior art to using long file names on FAT as well.
So don't call them 'FAT' patents, because they aren't. Call them VFAT patents. Or call them by their names, which also makes it obvious.
pb Reply or e-mail; don't vaguely moderate.
Didn't 4DOS support long filenames on top of FAT long before VFAT (Windows 95) did?
I'm pretty sure I remember using 4DOS around the DOS 3.3 to DOS 5.0 days.
My other first post is car post.
I just gave them the $72.38 I had sitting in my PayPal account. Stupid software patents have cost me a lot more than that in time reading Slashdot articles alone. Give till it hurts.
The "Online" link on this page will take you straight to PayPal.
Stop-Prism.org: Opt Out of Surveillance
As you may have read in a prior Slashdot article, no ordinary fine is going to stop Microsoft from changing its anticompetitive ways. But suppose the next time Microsoft was fined, the fine was this: "All your patents are hereby revoked, and you will never be granted another! Furthermore, the next time your actions are brought before this Court and found to be illegal, all your copyrights will be revoked!"
I bet THAT would get Microsoft's attention!
Probably bogus patents up the wazoo on that too.
(Patents aren't going to mean much anyway once anyone can do desktop manufacturing for next to nothing.)
--
Power to the Peaceful
1. Patent random, generic idea
You CANNOT patent an idea. You can only patent the IMPLEMENTATION of an idea. You're only looking at the title of the patent, which will be something generic like "A method for doing X". That's only to make them easy to search, the thing that matters is the text of the patent. In this case, MS doesn't have a patent on the idea of a filesystem, they have a patent on one specific filesystem, FAT. That's all.
Patent discussions on Slashdot at meaningless, because 99% of the Slashbots think that the title of a patent is the entirety of the patent.
Shouldn't they not be issued a patent on this if they allowed people to use their filesystem method? It seems like it's in such common use by many devices now...
Some other posts have indicated that the patent only covers the storage of long filenames associated with the FAT filenames for use by Windows...if this is true, isn't that an obvious invention (i.e. database relating short names to long names)? You can't patent a relational database based on purpose, can you? If so, I will be submitting my patent for databases that store telephone numbers in relation to adressee names within a matter of days, and get rich of the phone companies alone...
I wonder if HFS could be considered prior art...each file as I understand it, is given a unique ID with which is can be referenced by, regardless of path. This (as I am to understand) is how Mac apps can still save to any file if it is moved while opened. Could the ID number be considered a short name? Then again, FAT came before HFS, but HFS came before long Windows filenames...
IAONAL, anyone with definitive answers is more than welcome to correct me.
CAn'T CompreHend SARcaSm?
Microsoft's patent application was originally filed in 1993. So, the question is whether their claims (see below) were novel and nonobvious as of that date.
Claim:
1. In a computer system having a processor running an operating system and a memory means storing the operating system, a method comprising the computer-implemented steps of:
(a) storing in the memory means a first directory entry for a file wherein the first directory entry holds a short filename for the file, said short filename including at most a maximum number of characters that is permissible by the operating system;
(b) storing in the memory means a second directory entry for a the file wherein the second directory entry holds a long filename for the file and wherein the second directory entry includes an attributes field which may be set to make the second directory entry invisible to the operating system and the step of storing the second directory entry further comprises the step of setting the attributes field so that the second directory entry is invisible to the operating system, said long filename including more than the maximum number of characters that is permissible by the operating system; and
(c) accessing the first directory entry with the operating system.