Slashdot Mirror


WinFS' Spot on Back Burner Nothing New

osViews.com writes "Charles Arthur of Independant.co.uk has an interesting editorial which analyzes Microsoft's recently postponed 'WinFS,' the file system that Microsoft had been planning to implement in Longhorn. His editorial reminds us that this technology, previously referred to as the 'NT Object Filing System' was intended for a previous version of one of Microsoft's operating system's code named 'Cairo.' Microsoft first spoke of the 'NT Object Filing System' in 1992 and scheduled a beta release in 1996 and then a full release in 1997. But limitations cause it to continue being delayed."

55 of 346 comments (clear)

  1. maybe because WinFS... by bani · · Score: 5, Insightful

    ...is a solution in search of a problem?

    1. Re:maybe because WinFS... by gl4ss · · Score: 4, Funny

      ..but isn't the main benefit easy searching?-) /badjoke

      --
      world was created 5 seconds before this post as it is.
    2. Re:maybe because WinFS... by aralin · · Score: 4, Interesting
      maybe because WinFS.....is a solution in search of a problem?

      Yeah, something like Tivo. Once you get it working and get used to it, you would feel like losing one hand without it.

      Just my 2c

      --
      If programs would be read like poetry, most programmers would be Vogons.
    3. Re:maybe because WinFS... by ricotest · · Score: 3, Interesting

      Is it possible that NTFS's meta-data was the first foray into actually implementing this? Like WinFS, they might have started wanting to categorise everything and link it together but settled on GUIs to change ID3 tags, as well as other meta-data (like Word), planning to implement the search engine and filesystem service layer (WinFS) later on.

      However, NTFS works fine as it is. Like the parent, I too question the need for WinFS when some of its features have been implemented over several iterations of Windows. Perhaps that's why they dropped it.

    4. Re:maybe because WinFS... by _Sprocket_ · · Score: 4, Funny

      ..but isn't the main benefit easy searching?-) /badjoke


      I was just thinking that if they get this thing going, they'll be able to find the problem. Most likely in their own filesystem. Or maybe that's the problem. Just not the one they wanted to find.
    5. Re:maybe because WinFS... by vadim_t · · Score: 4, Insightful

      Of course they can be improved. It's just that WinFS might not be the right way of doing it.

      WinFS and similar approaches seem to take the view of that directories are horribly complicated, so users have to be able to search for information to find it anywhere. Find a document from Joe, and so on.

      Now, the problem with that is to do interesting searches such as "reports from joe" you need some kind of metadata that specifies the file's a report, and that it comes from Joe.

      If we do this WinFS thing assuming users can't keep a good directory structure, why would they specify the correct metadata? After all, somebody has to mark it as a report. I know from experience that trying to make my mother type a decent filename is a problem.

      Examples: She will write a document, and save it with a name like "letter", "invitation" or "invoice". Then later she'll open it, use it as a pattern for a different invoice, and save it back with the same name. In the best case, she'll call it invoice2. She will also keep two completely separate invoices in one document, one page for each.

      So, would she even bother to provide some consistent information when asked to specify a subject, a person, keywords and stuff like that? I'm completely sure that no.

    6. Re:maybe because WinFS... by IntlHarvester · · Score: 4, Insightful

      Well, there's also the other organizational issue that *I* can maintain a perfectly good directory layout, but *you* may not have the slightest clue how it organized.

      You can see this problem on any corporate network where the users have 10 shared drives, each with hundreds of subdirectories, and most of them don't have a clue whats out there.

      In otherwords, some of the best metadata for searching would be folder structure. Problem is that most search tools don't understand "Q:\Reports\Joe\" in the same way humans do. I don't know how this helps your mother.

      --
      Business. Numbers. Money. People. Computer World.
    7. Re:maybe because WinFS... by SvendTofte · · Score: 4, Insightful

      The concept of storing files, much like how we do in filing cabinets is cute, but old fashioned. Abstracting the file system, such as into a DB, would allow any view on the data (files) stored, that you may desire. The directory concept is good, but possibly there may be other views, more advantagous at different times.

      Such as ... well, your music collection. Why be forced to sort it (assuming you do, I do) in one way. You could present multiple views of the music data, one totally flat, one by albums, one by genrer, and so on.

      We already see all of this in many different types of apps. Either music managers, or disk information viewers, showing space taken up by this or that file.

      We're seeing this in email clients too. Opera's M2 (which sucks otherwise) does a great job of this. Gmail does it too now, though not as well (IMO).

      At least, assuming this WinFS is what it sounds like.

    8. Re:maybe because WinFS... by B5_geek · · Score: 4, Insightful

      I am not trying to troll, but it may end up sounding like it...

      I disagree with your initial statement that storeing your files in nested directories is 'cute'.

      It is a logical hierarchical structure that allows for easy sorting & finding of documents **If they are stored in any type of sane manner**.

      iTunes is an excellent example of this. *(disclaimer: if all your ID3 tags are complete & accurate)*
      iTunes allows you to search, play, and arrange your music very quickly.

      This is perfect if your existing collection was not organized.

      WinFS will be perfect for the millions of people who just dump every document that they come across into "My Documents". I work with a dozen of these idiots. The only way that they can "open" a file, is by opening word, clicking the open icon, and looking in the default location among the hundreds of files that they already have there.

      Gnome's Spatial file/window system reminds me of the same concept.

      Those people who already have their files well structured will only be annoyed at having to jump through the hoops that MS has placed before them. I don't want to have to work just to get at my files. Didn't MS try this already (in a very limited fasion) with the whole: "My Music", "My Photos", "my Downloads", My Gawd! Where are the files actually located?

      C:\Documents and Settings\User\My Documents\more!

      I much rather prefer:
      c:\docs
      c:\mp3
      c:\pics
      d:\download

      etc....

      By dumping everything into one directory, you make it impossible to easily find what you want, but your answer is: Just search it!

      Why would I search it, if in 3 mouse-clicks I could find it the old-fasioned way.

      MS strategy (I think) is to make using the compupter less like work (like it is for my above quoted co-workers), and less intimidating, but they do this at the risk of completely annoying it's existing 'power-user' base.

      If MS could do it in a fasion that is 100% behind the scenes from the user, then they might have an idea. index all documents, songs (lyrics too), movies (scripts), _EVERYTHING_. Then IF you need to search, then the whole thing is at your fingertips.

      I look forward to any opposing thought that you may have on this. I realise that I just might be a carmudgen old-fart who is stuck in his ways and afraid of change.

      --
      "The price good men pay for indifference to public affairs is to be ruled by evil men." ~Plato (427-347 BC)
    9. Re:maybe because WinFS... by Coryoth · · Score: 5, Interesting

      The key here is this: I am not at all interested in a system that fundamentally assumes I am stupid. I will be utterly devoted to a system that fundamentally assumes I am lazy.

      WinFS and masses of metadata assumes the stupid and not the lazy. The reason I don't want to have complicated trees of directories is that i am too damn lazy to do so and maintain it. Requiring me to add masses of metadata instead of a directory heirarchy does not address the problem: I am lazy!

      Such a system will work well for limited uses - anything that has self populating metadata (such as music collections where files will either come with suitable metadata attached, or if I rip a CD I'll automatically attach suitable metadata via FreeDB or what have you. Similarly for a certain amount of video etc.

      Such a system will work passingly well when you have a reasonable amount of attached metadata automatically, for instance email.

      It won't work well for general user created documents and the like.

      In the end a lot of data is purely user created - from speadsheets and letters to photos downloaded off digital cameras.

      Find a way for me to be lazy and still have quick and easy access to all of those, and then you'll have my interest.

      Jedidiah.

    10. Re:maybe because WinFS... by evil_one666 · · Score: 3, Interesting

      Just to use your example for one type of problem that NTFS/FAT16/FAT32 users have just now (although there are several types of problems if you think about it for a while).

      You have some mp3s for a band called "Green Day" Do they go under emo, punk, rock (or even 'pop'). You may have strong feelings one way or the other as to which category they fall under, and therefore be able to save these files in one place and find them again at a later time. But will other people who use your computer/network have the same feelings about what kind of music green day play? How will other users now find those Green Day mp3s if they dont know which directory to look under?

      This is at the heart of the arguments behind metadata and multiple inheritance, The reiserFS home page has lots of good information on the issues involved with file systems

  2. Perhaps it's just a bad idea. by Anonymous Coward · · Score: 5, Funny
    Long ago Oracle tried databases as a mail-server as well. In reality, databases are not the right solution for all problems.

    It reminds me of the old saying

    if all I have is a hammer, everything looks like a skull
    1. Re:Perhaps it's just a bad idea. by agent+dero · · Score: 3, Funny

      if all I have is a hammer, everything looks like a skull

      Wha? That is most definitely not an 'old saying'

      *covers head*
      please don't hurt me!

      --
      Error 407 - No creative sig found
    2. Re:Perhaps it's just a bad idea. by JeffTL · · Score: 4, Funny

      Lotus is still using databases for mail servers. And clients. And headache-inducers, for that matter.

  3. Who here remembers... by callipygian-showsyst · · Score: 5, Insightful
    Who here remembers COPELAND, Pink, and Taligent?

    Or for that matter the ORIGINAL goal of the Gnu project?

    What's your point here? Why are you trying to bash Microsoft just because they decided to delay or abandon something?

    1. Re:Who here remembers... by Rosyna · · Score: 4, Funny

      Not sure about COPELAND but I remember Copland

      Remember it so well I even commented on it. Lame moderators only gave me a 3 though. Bastards.

    2. Re:Who here remembers... by SEE · · Score: 4, Insightful

      Well, COPELAND, Pink, and Taligent were actually killed, not merely indefinitely delayed, and none of them managed to last more than ten years as projects. And the "ORIGINAL goal" of the Gnu project was actually achieved, albeit only with the help of an independent group under Linus Torvalds writing the kernel.

      The NT Object Filing System/WinFS, on the other hand, is now 12 years old, but Microsoft is still promising it's coming -- in a few years. Call me crazy, but I think twenty years is a pretty damn long product development cycle.

    3. Re:Who here remembers... by Gorny · · Score: 5, Funny

      "the original goal of the GNU project?"

      Everyone knows that RMS wants Emacs to become self-aware.

      --
      Alan Perlis once said: "A language that doesn't affect the way you think about programming, is not worth knowing"
    4. Re:Who here remembers... by hansreiser · · Score: 5, Interesting

      I wrote the first design document for ReiserFS in 1984....

      The nice thing about being slow in solving a hard problem is that others are also slow....

  4. right now its a race by fresh27 · · Score: 5, Funny

    duke nukem forever and winfs are fighting for the throne... of... stupid delays

    --
    http://ipod.fresh27.net/
    1. Re:right now its a race by jd · · Score: 3, Funny

      That's it! Their QA testing labs has Duke Nukem Forever installed on a WinFS partition, giving them a perpetual last-one-wins race condition!

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  5. Of course its on the backburner by agent+dero · · Score: 4, Insightful

    To how many of Mircrosoft's MILLIONS of consumers, is a filesystem like 'WinFS' (theoretically) a feature to be desired?

    Most people I know want eye candy, and things to work as they're used too.

    Microsoft doesn't _need_ WinFS, therefore it's not a prime concern

    --
    Error 407 - No creative sig found
  6. Captain Obvious to the rescue by Jakhel · · Score: 3, Insightful

    People COULD just use naming conventions and name their files according to the content. But I guess that's just too hard.

    1. Re:Captain Obvious to the rescue by Mornelithe · · Score: 3, Funny

      technophobic grandmas

      Sounds like a good name for a band.

      --

      I've come for the woman, and your head.

  7. Re:maybe because WinFS is vapor... by BoldAC · · Score: 4, Funny

    Vaporware. Microsoft is so famous for it, they are referenced in the definition.

    Is there any project for a similiar file system in linux?

    The idea itself is a good one.

  8. *claps* by Anonymous Coward · · Score: 4, Funny

    Microsoft, I must applaud you. By delaying the best features of your operating system, and assuming you continue to do so in future versions of Windows, you wiil, one day, have the best OS to have never been developed.

  9. WinFS not really all that important... by jmcmunn · · Score: 5, Interesting


    From what I know of WinFS, it really won't be all that important anyway. It is supposed to provide a way for all files to be treated the same by the OS (roughly) right? Thus making it easier for users to search, browse, or otherwise find these files?

    Well, I don't know all of the juicy details of WinFS but I have played with the new Longhorn build. The search tool that is in the Alpha release (MSDN) is much improved over the current WinXP search. It was pretty cool, although some of it can be chalked up to eye candy. It still had a certain ease of use to it.

    I doubt WinFS will ever be complete, personally. But I am sure some of the innovation and development benefits will still reach us as consumers. I know where I work, we spend time doing things the customers will never see. But they will still reap many of the benefits.

  10. Not easy by homb · · Score: 5, Interesting

    I'm working on a object file system right now, and it's really not easy.
    It's a simple concept:
    Store on a standard journaled b-tree (or similar) filesystem the binary data, and store in a database all sorts of meta-information about the data. Also if you want, store a reverse index of the textual info and maybe another 'index' of image features if it's an image.
    Then if you want to get anything, no need to go through the filesystem's tree, you can hit the DB indexes and get info instantly.

    The real problem is keeping all of this in synch, with almost flawless atomic operations. (of course it's pretty much impossible to be flawlessly atomic, but one should come as close as the current journaled filesystems are).

    So if you're using 2 components, let's say, a filesystem and a SQL database, then you need to open a SQL transaction, do your inserts/updates/deletes, then do the filesystem operation, then do the SQL transaction commit. If anything fails, you can revert the SQL modifications and everything goes back to normal. But if the filesystem has problems, then you can't keep the damn DB synchronized, and at some point you'll have to resynch both.

    On 100k files, no problem. On 200MM files (what I'm aiming for), you're pretty much screwed. Then you have to start thinking of a self-healing system with a constantly-running checker that must ensure that it's very resource-efficient, etc...

    It's just a huge problem. Supposedly Apple is solving this by Q1 2005, but I wouldn't be surprised if we see a massive increase in filesystem corruption bugs for a while on OS X (unless the DB indexing piece is just that, an indexer that runs x times a day and isn't atomically joined to the filesystem operations).

    1. Re:Not easy by ndykman · · Score: 3, Insightful

      Good point. Looking at their documentation, what they are trying is indeed isn't that simple. You raise a lot of the issues they deal with in adding extensible metadata and relationships while keeping backward compability with existing NTFS file system (Journaled b-tree).

      Okay, take that and add a pretty comprehensive default set of metadata. The WinFS base schema is not small, and it covers a lot of stuff.

      The next thing is that storing the data is one thing. The other part is storing functionality with the metadata, and allowing third-parties to do the same, and then providing a standard way to access that functionality.

      One example is address data. Not that WinFS does this out of the box, but the idea is that if you had a mapping application or service, you could make an addin that would allow somebody to build a search or query like "Find all word documents that refer to people with addresses within 2 miles of this address"

      The next part is that there is a whole set of APIs that allow for rule based management that allows developers (and maybe even users) a standard way of building complex actions when events in files occur.

      By the way, the Semantic Web stuff is aimed at this kind of functionality as well. Of course, on the web, it's just nuts, but it doesn't mean that the effort can't have value.

      Hate them or not, I do like that MS sometimes keeps trying to make something happen, rather than worrying if can be done. They may never get there, but from what I've seen of WinFS documentation, there is real power there.

      Spotlight is close, but from what I can tell, the metadata is managed apart from the files, and the set of gathered metadata is by default smaller.

      In think, a lot of what Spotlight can do the MS Search service can do already via indexing, but the interface leaves a ton to be desired (There are APIs for making search/index extensions. See the Adobe IFilter plug-in for example).

      Where Spotlight really works well is the UI. That's important, and MS is lagging there, but I think they can catch up some.

      And that the challenge for MS as well, is getting the technology to the point that it doesn't require lots of tech knowledge to use the stuff well.

    2. Re:Not easy by pchan- · · Score: 3, Interesting

      running a sql database concurrently with your fs is a terrible idea for just all the reasons you've named. why you would try to do it is beyond me. perhaps you need to look at the problem a bit differently. be inc. did is successfully. how?

      try reading practical file system design (pdf) by be's chief fs implementor, it might give you some clues.

  11. Re:maybe because WinFS is vapor... by JanneM · · Score: 5, Informative

    Storage would be one example. I bet there are others.

    --
    Trust the Computer. The Computer is your friend.
  12. Or maybe... by pVoid · · Score: 4, Interesting
    It is a solution for a *real* problem.

    And that's why it's taking so long. Accessing filesystems as SQL data has always been a dream of anyone who has had many files. They just never knew about it.

    WinFS is the 'real' solution IMO to all things like iTunes playlist managers, and expensive Content Management Systems yadi yada.

    Sure, no consumer is expected to actually use SQL statements, but that doesn't mean that user mode programs should *implement* SQL features. User mode programs should only be the 'translation' layer between the user's point and click GUI, and the OS' internal implementation of the db. Surely, anyone can see that collecting meta data from the file system, and duplicating it in usermode so that you can have search capabilities on it is wasteful.

    This article wasn't news to me, I've actually been waiting for this damn WinFS since just about 1996... And by god, is it ever turning into Duke Nukem Forever, but you know what, it's such a cool feature that I still can't wait for it to come out... (figuratively speaking)

    1. Re:Or maybe... by IntlHarvester · · Score: 5, Interesting

      I used to work a lot with Lotus Notes, which is sorta a half-solution to the problem, and one that's been around for decades. (Notes, like the WWW, was based quite a bit on Ted Nelson's Xanadu idea.)

      Notes basically gives you network-enabled document stores with indexed metadata and fulltext searching. The problem (other than the asstastic and totally broken UI) is that Notes doesn't integrate well with other software, either in exposing interfaces to users or pulling in random documents from the Internet or MS Office or whatever. Basically they pushed the hard problems back on the enduser, and Notes ended up as another island of data rather than a solution.

      Anyway the idea was out there, and I think some people in MS understood it.

      Microsoft, OTOH, is in the unique position to implement such an idea on the 'system' level and provide a transition plan for existing software. But it sounds like WinFS got beached because they still don't have real answers to the hard problems of pulling random data & metadata into such a system.

      The other big issue for Microsoft is that they'd probably have to rewrite Outlook and Access for the thing to be effective. (I find it slightly funny that Outlook lacks even basic fulltext searching while MS was running their mouth off about WinFS.)

      --
      Business. Numbers. Money. People. Computer World.
    2. Re:Or maybe... by vadim_t · · Score: 5, Insightful

      There's a system that exists already and that's not vaporware. ReiserFS 4.

      You can "cd" into a file like a directory and see the metadata. Things like bitrate for MP3, and all that stuff.

      SQL doesn't fit that well with filesystems, btw. Relational databases work great with rigid categories. But beyond very rudimentary classification it won't work well because everybody has their own idea of what a good classification should look like.

    3. Re:Or maybe... by IntlHarvester · · Score: 4, Insightful

      Right now, Reiser hasn't even conviced Linus and Viro to include Reiser4 into the stock kernel. Much less convince KDE/Gnome/Mozila/OpenOffice/etc/etc/etc to adapt their stuff to his interfaces. So, no, I don't think he's in the same position as Microsoft (who can coordinate this across the OS, the shell, and in many applicaitons at once) at all.

      --
      Business. Numbers. Money. People. Computer World.
    4. Re:Or maybe... by hansreiser · · Score: 5, Informative

      Well, actually Reiser6 is vaporware, and Reiser4 is just the first storage layer that is really suitable for supporting adding database and search engine functionality into the filesystem. I grant you, it puts us years ahead of where MS is, but MS has much more funding, and our guys are spending at least half their time dealing with grubbing for money instead of coding.

      Oh, and, let us not forget that there is a definite lack of political support for our work in the kernel community (especially among the other FS developers, ahem), and implementing the semantics would take 3-5 years if we got the funding today.

      But hey, we do have a really sweet storage layer that blows away the other filesystems, while MS has seemingly given up on the serious algorithm issues we solved, and MS is now talking about putting the metadata into a layer above the FS rather than getting their tree algorithms right. Also, their semantics are probably going to be a confused hodge-podge of search engine and SQL shaped by turf battles with no single architect behind the design.

      So, I have to say that things are looking interesting. I wish we had the funding I need to focus more of my time on coding and design.

  13. Re:maybe because WinFS is vapor... by ricotest · · Score: 5, Informative

    I'll pull out the link again: Storage (a GNOME project) uses some nice algorithms to let you look up anything from '1960s music' or 'films directed by Francis Ford Coppola' to 'pdfs from joe'. All in natural language and over a wide range of formats, although evidently it's still a work in progress.

  14. Blah, blah, blah... by shogarth · · Score: 5, Interesting

    Let's put this in perspective. In '92 MS was looking at the Sybase source code and thinking about building a new filesystem around a database engine. Chicago AKA Win95 was almost out the door and it seemed reasonable to shoehorn this into Cairo (NT4). They were absolutely the dominant and fastest growing player.

    I commented to a collegue in '93 (paraphrasing Robert Heinlein) that I did business with MS for the same reason I obeyed Newton's laws.

    What happened around 1995? The internet became a commercial entity. Suddenly, MS needed to provide new applications (like IIS, IE, Outlook Express, an SMTP aware Exchange server, etc.) not just dork with cool OS technologies. A few years later, they are comfortable again after playing catch-up and start thinking about filesystems again, this time in "Longhorn". Again, they started talking about the capability two OS releases into the future.

    However, this isn't a feature that is going to drive sales. MS needs to keep developers of home and office apps happy so they develop yet another new graphics system to replace DirectX. The perception of Windows security has never been lower and is starting to affect sales. IIS is losing ground again to Apache/Linux.

    It's time to focus on revenue streams again and the revolutionary, expensive, difficult-to-build features get axed. It's probably not a bad idea. Think about the problems they've had with MS-SQL and ask yourself if you want a similar technology built into every teenager's game and grandmother's email box.

  15. Re:maybe because WinFS is vapor... by MindStalker · · Score: 5, Informative

    ReiserFS version 4 is a database at heart. Its basic structure is just a table of FileName | Binary but it also contains a modular system where it can be expanded for many uses. There is a lot of talk of including meta data in ReiserFS for such a system.
    http://www.namesys.com/whitepaper.html

  16. A Delay for a Solution in Search of a Problem? So? by wernst · · Score: 4, Insightful
    Of ALL the various computer problems I need to take care of for my clients on a daily basis, their ability to locate their "lost" files is NOT one of them.

    Microsoft "solved" this problem for all intents and purposes by having every program save its files in the "My Documents" folder or a subfolder therein, and allowing for filenames that can be long and have spaces.

    Sometimes I feel like Microsoft is rearranging the deck chairs while the ship is sinking. Anyone remember that cool "Tripping the Rift" movie? The ship is falling to pieces and the onboard repair robot repaired the machine that makes ice cubes first. The outraged captain smacked it with wrench and screamed "We're floating in space you decide to fix the stupid ice machine? Get to work on the fucking hyperdrive!!!"

    Microsoft need a similar push.

  17. Re:NT Flying Object System? by niteice · · Score: 3, Funny

    The only safe speed to use an NT Flying Object System is the terminal velocity of an NT4 CD.

    --
    ROMANES EUNT DOMUS
  18. Is he sure of his facts? by stratjakt · · Score: 4, Interesting

    IIRC "NT Object Filing System != WinFS"

    WinFS is supposed to be based on SQL Server, when NTOFS was announced, MicroSoft hadn't yet acquired SQL Server.

    I thought NTOFS was what morphed into the fast-find thingie that shipped with Office.

    --
    I don't need no instructions to know how to rock!!!!
  19. Re:maybe because WinFS is vapor... by timeOday · · Score: 4, Interesting
    This is not the same as a filesystem itself being implemented in an easily searchable fashion, getting rid of the static directory tree structures altogether
    Ok, it's not the same. So which is better?

    One correction - filesystems (at least most UNIX filesystems) are not constrained to tree structure; the leaf nodes may have any number of parents, i.e. a file may be in any number of directories simultaneously. (Use the "ln" command). And using ln -s you can practically place a directory in any number of parent directories.

    I use this to organize my music collection alphabetically by artist, by genre, and by the date I got the music simultaneously. (I tend to be most interested in music I got recently, because I'm not tired of it yet).

    I know people tend to organize files and directories in a tree structure anyways. If you ask me that's because people are happy to maintain the analogy of a physical item that can only be in one place at a time - so what does that mean for WinFS?

  20. Re:maybe because WinFS is vapor... by msobkow · · Score: 4, Insightful

    Glomming two related services into one blob of unmaintainable code is not necessarily a benefit. A database mapping has the advantage of being able to catalog distributed file systems, including those which don't have any object tag extensions.

    The other problem is that it's not uncommon in the database world to spend far more disk indexing complex data for access than it actually takes to store the raw information itself. Do you really want the possibility that your inseperable all-in-one file system is using more space for the equivalent of directory entries than for data itself?

    Remember this isn't about special cases like a user too lazy to sort their home directory or documents folder, but applying that overhead to the entire system. With all the tweaks people do to improve general FS performance and reliability, why would anyone think adding overhead is a good idea unless you need, and I mean need those features?

    If you do indeed need those features so badly, why not just buy or use one of dozens of existing document storage and search facilities?

    WinFS was just trying to find a way to make people think the two ideas were inextricably bound together and in some way unique to Windows. In truth that honour goes to hundreds of document database and repository products and the long-toothed AS400 (or so my cohorts tell me that work on the platform.)

    --
    I do not fail; I succeed at finding out what does not work.
  21. Re:maybe because WinFS is vapor... by DarkOx · · Score: 3, Interesting

    Every filesystem is a database at heart. They already contain other attributes like permissions, create and modify date etc. The place to store this stuff is in the FS because the database is already there. All you need to do is add some more stuff like extended description, a few topic reference fields, and and slap of a query engine on it. The query engine does not need to be real complex either. You can get away with little or no formating/sorting/grouping support as the user space app which performs the query should take care of that. All you need is basic bool logic and string comparision. Most of this code already exists out there under a free license, I am not saying it would be a copy past job but there are examples of required algorithms which developers can look at safely, without running afowl of and IP.

    The one tough thing WINFS aims to do that would be simple in user space is it hopes to be able to look in files and gleen some atributes form them. This is great if you can hook into some of the libraries form office or adobe et al, it saves you from having to implement parseing for all that stuff. I am not quite sure how you solve that one at the FS level. I just fear a user space system will get real crufty real fast and break when major changes occur to the files and their real attribes on disk that the DB can't know about. Like if a mount point gets moved or everything is resotored form a tarball and the dates get changed/permissions change a little because someone was careless. I think overall getting the neccecary info form the user when new files are created would be a fair compromise, the only issues is rule one of DATA "crap in crap out".

    Then there are all the problems that you mostly have to deal with wether you do it in the FS or as some user space hack/bloatware thing:

    Note that file creation would constitute just that you would want/need for efficency archives to contain all that info for the file in them, so the user does not have to enter it. Makefiles and the like would have to be update to do magic and fill in that data for the output files. Then you naturally have to fix all the gui tool kits so their fileIO dialogs support that info, any apps with custom dialogs will need to be patched as will console apps. Some sort of default values would be need for apps that just can't resonably support collecting that info as well. I don't want to have to fill in values everytime I "cat" somethig, I mean to unlink moments later.

    I think its clear there are lots of differcult usability problems to solve. Some could probably extend and of the major OSS filesystems to include some extra attributes and add a crude query system, its all a question of what do you really do with it once you have it. I am sure R&D at Microsoft is just as perplexed on that point as I am. I feel sory for them since the marketing dept has been pushing this as the next big thing for almost a decade now, the pressure must be intense.

    --
    Repeal the 17th Amendment TODAY! Also Please Read http://www.gnu.org/philosophy/right-to-read.html
  22. Re:Reiser4 by Xabraxas · · Score: 4, Interesting

    Except it is relevant because Reiser4 has metadata built-in. WinFS is supposed to be built on top of NTFS but its (NTFS+WinFS) purpose is similar to that of Reiser4.

    --
    Time makes more converts than reason
  23. Re:maybe because WinFS is vapor... by Xabraxas · · Score: 4, Informative
    Yes, Storage is Vaporware too.

    True but Reiser4 is available now. Someone just needs to build a front-end into Gnome/KDE.

    Other examples of vaporware in Linux:
    - integrated NVidia or ATI drivers

    This doesn't fit the definition of Vaporware because no one ever claimed it was going to happen. Besides, you have to download the drivers for Windows too.

    - working USB 2 of Firewire support

    Works for me, I don't know what problem you are having.

    - fast boot-up times

    25 seconds including init on a 700Mhz machine is fast enough for me.

    What alternate reality are you living in?

    --
    Time makes more converts than reason
  24. My ex girlsfriends mother could use winFS by Elivs · · Score: 3, Informative

    When I was at college one of the girls I went out with had a step mother who had no ability to organise her own information.

    In her rolodex type phone number finder she had several of her friends listed under "H" for "Home number" with a sublist of name and numbers. She had a similar setup for "W" for "work numbers" and "M" for "mobile numbers" with a list of peoples numbers.

    Obviously the cards for "H", "W", "M" where quite full as most people where listed there. Other cards where almost empty.

    I asked her why she didn't organise people by first names or last names. She looked stunned that at the suggestion.

    I would hate to see how this lady organises her computer files, but a search facility no mater how bad would help her alot.

    Elivs
    --
    Sorry about any typoos in my post, Im having a busy day.

  25. Re:Reiser4 by spectecjr · · Score: 4, Interesting

    Except it is relevant because Reiser4 has metadata built-in. WinFS is supposed to be built on top of NTFS but its (NTFS+WinFS) purpose is similar to that of Reiser4.

    NTFS has always had metadata built in. That's not what WinFS provides.

    --
    Coming soon - pyrogyra
  26. BeFS? by MyDixieWrecked · · Score: 4, Informative

    Wasn't BeOS's BeFS something similar to this?

    It was a next generation file system, that afaik, is still superior to many modern filesystems. It even had methods for storing meta data from custom file types (ie- mp3), so you could search for an "artist" field with "Cibo Matto" in it, or whatever.

    Also, it used a set block size (1, 2, or 4K) rather than a set # of blocks.

    i miss BeOS...... *sniff*

    --



    ...spike
    Ewwwwww, coconut...
  27. OFS != WinFS by natbro · · Score: 5, Informative

    Although it makes a nice tagline and dig in the ribs for Microsoft -- same delayed technology, different century, yuck, yuck -- the Cairo Object File System (OFS) and WinFS bear no resemblance to one another. Having worked in the Cairo/NT group at the tail end of the former and suffered through uncountable meetings about the goals/architecture/benefits of the latter prior to leaving MS, I can say this with some certainty. Saying they're the same internally or architecturally because both strive(d) to provide the ability to find any document by any properties or content (aka "information at your fingertips"... remember that?) is just vacuous -- you might as well talk about similarities between file-systems that support shell wildcard expansions * and ?.

    OFS was about a lot of things, probably too many things. It was designed during the "object wars" and things like copeland and pink and opendoc were in the headlines. Document-centered work was the proposed user paradigm, where structured documents contained nested opaque data from many different applications, and so applications wouldn't need or want to know the difference between a top-level document or a sub-part of a document. This user paradigm did not entirely come to pass, and so an entire file and object-system architecture and shell user-experience premised on it was canned.

    That said, a few features from "OFS" did survive into NT/XP, including:

      • * sub-streams on NTFS files. yep, look it up in msdn -- who knew!?
      • * native-mode structured storage (docfiles) using, you guessed it, NTFS sub-streams.
      • * link-tracking within a 'domain'. sadly not file-system style hard-/soft-links, but COM/moniker links, still can be useful.
      • * content-indexing. the CISVC service which runs COM-object filters over files and creates the "quickly-searchable" index in your "System Volume Information" per-volume hidden folder. this feature tops my list of missed opportunities. not enough filters early enough (hello PDF? hello JPG?), inadequate exposed UI, speed & resource issues, oh my.
      • * distributed file-system (DFS) features, mount-points, etc.
      • * file-/mime-/class-type associations and bindings to applications for different actions (edit vs open vs print, etc)

    From what I saw to date, WinFS seemed to be about the data/XML paradigm of data format transparency, not about opaque nested/contained data like OFS. It seems to be pursuing a different usage paradigm. At least I think so.

    It's a confusing thing, and it shouldn't be. The basic idea of fusing a DB and a FS is dead simple, and if every OS offered structured and unstructured data, a set of simple core schemas, federated query across the two forms of data, and transactional/ACID cross-references between them, you could build many applications more easily. Why WinFS keeps taking so many more bits to describe itself than this is beyond me.

    --
    n@
  28. Re:maybe because WinFS is vapor... by UserGoogol · · Score: 4, Informative

    That's not Webster's Dictionary. That's just another cheapass website which tries to make money by taking Wikipedia's content and jamming some ads on it. And webster-dictionary has the added quality of trying to rip off the good name of the real Webster's dictionary

    (I'm pretty sure Webster's Dictionary's trademark has long since passed into a more nebulous place.)

    --
    "Never attribute to malice that which can be adequately explained by stupidity." -- Hanlon's Razor
  29. WinFS might have been a good idea... by BrainP1L07 · · Score: 3, Insightful
    ... 10 years ago, when it first popped out. It isn't the case anymore.

    As far as i can see, there are two different concepts in that thing:

    - The real FS part: ReiserFS-like storing of a file/dir architecture, which is nice, disk-space-savey and all, but has no consequences on the way people work. Furthermore it already exists: i'm using it right now.

    - The self-organized document hierarchy and search capabilities, which might change the way people work for the best, as far as it's restrained to *very specific parts* of your data. Who would trade a well crafted UNIX dirs architecture for a key indexed FS? What about dirs related documents, like a hierarchy of Java packages? What about URL accessible documents? What about implicit (not already keyword-based) relations between documents? And so on... In most cases, this stuff would have to emulate a standard file hierarchy anyway, which would probably result in system resource overhead only, or would require that you specify explicit keywords (not really knowing how they would impact the search algorythm), which would result in user resource overhead only.

    You get my point: this stuff must be an option, and it belongs to the user interface, as in DBFS or Google, with a standard lib/API for easy re-usability by tiers software. It would be of no use with MOST of the files, in my system anyway.

    WinFS is not even a solution looking for a problem, it's a problem seeking naive clients for its solution, IMHO.

    --
    "Take away our PlayStations
    And we're a third-world nation"
    A.D.
  30. Re:maybe because WinFS is vapor... by Bert64 · · Score: 3, Informative

    No, windows server 2003 presents the login screen faster but the network services aren't all loaded yet, and if your running a server surely you want the services running and available?
    Linux won't display the login box until after everything is initialized, windows will half load itself, show the login and continue loading in the background.

    --
    http://spamdecoy.net - free throwaway anonymous email - avoid spam!