Slashdot Mirror


Tru64 Unix Advanced File System (AdvFS) Now GPL

melios writes "In a move that could help boost the scalability of Linux for grids and other advanced 64-bit multiprocessor applications, HP has released its Tru64 Unix Advanced File System (AdvFS) source code to the open source community. Source code, design documentation, and test suites for AdvFS are available on SourceForge."

9 of 226 comments (clear)

  1. Sheesh... by adolf · · Score: 3, Insightful

    Allow me to be the first to say: It's about fucking time.

    1. Re:Sheesh... by Winter+Lightning · · Score: 4, Insightful

      In your face ZFS losers!!! The penguin is unstoppable. We have the best coders who can do stuff like this. M$ and $UN are more dead then B$D!!! lol So why didn't the penguin coders do it? AdvFS was developed by Digital as piece of closed source; aren't you rewriting history to suggest that it came from the Linux community?

      Declarations/health warnings:
        1) I work for Sun and I rather like ZFS :-)
        2) In a former life I also used AdvFS and thought
                  it was a good filesystem; probably the best general
                  purpose FS around until ZFS.
        3) Integrating AdvFS into Linux and exercising it for prime
                  time won't be an overnight job; perhaps several years
                  before it can be deemed trustworthy.

  2. Spiritual ancestor of ZFS by mihalis · · Score: 4, Insightful

    I just had a quick glance through the wikipedia page on this filesystem http://en.wikipedia.org/wiki/AdvFS
    and it seems to share a surprising number of features with ZFS
    http://en.wikipedia.org/wiki/ZFS
    For example, pools, snapshots etc.

    Cool, license squabbling aside I look forward to the massively fragmented UNIX codebase slowly coalescing in this area.

  3. What's the obsession with filesystems? by pschmied · · Score: 3, Insightful

    Certainly the Linux community doesn't really need to burn energy supporting a half dozen filesystems.

    Talk to six linux admins and you'll get at least that many "every filesystem but the one I'm using sucks!" responses.

    I'd gladly stand up for a lack of choice on the filesystem front. Pick one, make sure it's absolutely tested, make sure it supports a nice range of features.

    Integrating a filesystem into another OS is a decidedly non-trivial task unless you just want to read files.

    Thanks, HP, but I don't really want your no-longer-commercially-viable undead zombieware.

    1. Re:What's the obsession with filesystems? by CastrTroy · · Score: 3, Insightful

      But then you end up with the windows situation, where they only support NTFS (or FAT32, but who uses that). I don't think that any 1 file system is optimal for all tasks that one would want to use a computer for. People use computers for many different things. It makes complete sense to have file systems that accommodate the needs of different people.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    2. Re:What's the obsession with filesystems? by buchner.johannes · · Score: 3, Insightful

      Exactly! They should just create a data structure and search algorithm with O(1) in all use cases.

      Linux has that, it's called /dev/null
      --
      NB: The message above might reflect my opinion right now, but not necessarily tomorrow or next year.
  4. Re:A new open file system? by east+coast · · Score: 4, Insightful

    Around here it's hard to tell who's serious and who's not anymore. It's amazing some of the things that get asked around here seriously. Just look up the Ask Slashdot section and you'll see tons of it.

    --
    Dedicated Cthulhu Cultist since 4523 BC.
  5. Interesting by 99BottlesOfBeerInMyF · · Score: 3, Insightful

    Everyone has been looking at ZFS to provide a whole lot of this same feature set, but the CDDL license has been a significant stumbling block. Releasing AdvFS as GPL could actually put it in the running for real world adoption and use on a large scale. I think Sun already considered this a battle won and may now have to rethink their strategy. If they released Sun as GPL in the next month, I'd be willing to bet AdvFS would probably be largely ignored and become a historical footnote. If Sun waits and lets it gain traction (as they tend to do) it could be they will find themselves with another cool technology they sat on too long and which has been replaced y the OSS community.

  6. I currently use Tru64 in production at least.. by Bonzoli · · Score: 4, Insightful

    I currently use Tru64 in production at least for another month. One of the issues with this encapsulation type FS process is it sucks. If I had to try and figure out how to merge two File systems by some vote of talking heads, this would be the result. It has some strong and good things it does well, but the way Tru64 merged it's file systems together, makes the final product a huge pain to administer and fix. Learn what you can from the code, and make something better. Do not try and port this crap to something else as is, you wont be happy.

    Why do you think HP bought again the newer Veritas File system and didn't use the already payed for version they picked up with Tru64?

    It has some good things in it. Pick them out carefully and learn from them. Then think about what is needed to administer your File systems in real life, and implement it.