Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Data Storage Operating Systems Software BSD

DragonFly BSD Releases Version 2.0 43

An anonymous reader writes "DragonFly BSD 2.0 has been released! It includes HAMMER, DragonFly's brand-new file system supporting advanced features like history, snapshots and various other cool things. Will it become the new ZFS? Since it is BSD licensed it could also be integrated into various other operating systems."
This discussion has been archived. No new comments can be posted.

DragonFly BSD Releases Version 2.0

Comments Filter:
  • Stop! (Score:5, Funny)

    by Daimanta ( 1140543 ) on Wednesday July 23, 2008 @09:36AM (#24303259) Journal

    HAMMER-time!

  • Oh why? Don't we already have enough of them?
    • Re: (Score:3, Insightful)

      That's kind of like saying "ANOTHER linux distro?". One of the key ideas behind FOSS is the element of choice. If a dev-team thinks they can put out a better package manager or window manager or filesystem or , let 'em. If it turns out to be better, then everyone benefits from an improved user experience, or in some cases, an easier API to build on. If it turns out the software isn't so good, we may still benefit from it by learning from their mistakes, or even taking the good portions of the software and
    • by Anonymous Coward on Wednesday July 23, 2008 @10:10AM (#24303797)

      No, because a bunch of douchebags keep making them all under licences which do not allow for proper intergration into other operating systems and because HAMMER is designed for distributed filesystem work, a field where there are limited existing systems.

      • by Renegade88 ( 874837 ) on Wednesday July 23, 2008 @11:59AM (#24305697)
        Are you talking about ZFS under the CDDL which is considered GPL-incompatible and thus can't be used by Linux?

        So whose fault is that? ZFS has been and continues to be adopted by other operating systems. The GPL is a manifestation of a polical agenda and the inability to incorporate ZFS is a consequence. That is Linux's problem, not the folks that release their open-source filesystems under the licenses of their choosing.

        Just because somebody doesn't buy into Stallman's agenda doesn't mean they are a douchebag.
        • Re: (Score:1, Insightful)

          by Anonymous Coward

          The other AC might be talking about filesystems which are licensed under the GPL which makes those developers douchebags.

          However, don't let that stop you from defending your pet project.

        • That's the small problem. The bigger problem is nobody can make their own ZFS-compatible implementation on Linux because unless you're using the CDDL code, you don't get patent rights. And ZFS has several dozen patents on it. You have to use the CDDL code (or negotiate a separate patent license agreement with Sun, I suppose).

          Yeah, I know GRUB has rudimentary ZFS support under GPL, but that's not what people are interested in.

          I'm not sure why nobody is taking the FreeBSD route and making Solaris-compatibi

          • ZFS isn't just a filesystem, it's also a volume manager, disk manager, and RAID. IIRC, Linus and some other kernel bigwigs want to keep those things separate. Sun/Jonathan Schwartz has stated that they won't file lawsuits over ZFS implementations (not sure if that applies to MicroSoft :)
        • Re: (Score:3, Insightful)

          by aliquis ( 678370 )

          No, he's probably talking about GPL licensed filesystems which can't work kind of anywhere.

          The guy above was probably pro-BSD license, so his point was probably that others can use hammer but they can't for instance get XFS.

        • by m.dillon ( 147925 ) on Wednesday July 23, 2008 @10:48PM (#24314201) Homepage

          Ignoring the license for the moment, ZFS has a lot of desirable features. But it also tries to throw in the kitchen sink, far more then I personally believe a file-system should deal with. I haven't tried it myself so I don't know how well it performs.

          HAMMER takes a different approach to redundancy. HAMMER is eventually intended to operate in a replicated multi-master clustered environment. The first release only has the beginnings of that work (aka single-master/multi-slave replication), but the basic principle that HAMMER follows is that no single copy of a file-system can ever be considered safe, no matter how much redundancy you throw into it. Software bugs are far more likely to corrupt a file-system then hardware issues.

          Up until now snapshots have always been fairly expensive affairs. They run the gauntlet from outright dangerous in UFS to fairly quick in ZFS, but of all the OSS offerings only HAMMER gives you a fine-grained (~30-60 second interval if you don't lift a finger) historical access to the entire filesystem. All you need is a transaction id and you cd directory@@transaction_id and, poof, you are looking at a file or the entire filesystem as of some point in the past. You have full administrative control over what historical data is kept and what is thrown away, independent for each of your mirrors, backup systems, whatever.

          After all, we need to justify getting those cheap, terrabyte+ drives coming out now!

          -Matt

    • by aliquis ( 678370 )

      No.

  • VirtualBox? (Score:3, Informative)

    by hansraj ( 458504 ) * on Wednesday July 23, 2008 @09:42AM (#24303371)

    Did anyone manage to get the live cd work on VirtualBox? On my Ubuntu box it seems to hang once I get to the screen with various options of booting DragonFly. :|

    • Re:VirtualBox? (Score:5, Informative)

      by creepynut ( 933825 ) <teddy(slashdot)&teddybrown,ca> on Wednesday July 23, 2008 @10:50AM (#24304443) Homepage

      VirtualBox has some issues [virtualbox.org] with FreeBSD.

      I tried to install a recent release of FreeBSD which ended up in frequent hangs related to the network adapter.

      Changing the network adapter type seems to fix the problem.

      • by hansraj ( 458504 ) *

        Well, in my case even disabling the network adapter altogether didn't change a thing. Hangs with a different network adapter type, hangs with no network adapter.

        Just to verify, the same virtual machine (with the same configuration) has DesktopBSD (another FreeBSD variant) already installed, and that boots up just fine. Even though the network in DesktopBSD doesn't work, it at least boots up without hanging. No such luck with DragonFly.

      • VirtualBox in general has a lot of issues with most BSD projects.

        MidnightBSD (which was forked from FreeBSD 6.1) worked with earlier versions of VirtualBox, but can't work with later versions.

      • Re: (Score:3, Informative)

        by m.dillon ( 147925 )

        As far as we can tell VirtualBox does not properly emulate the 8254, which we use for timer interrupts. We run it in a different mode then linux does and my guess is that VB doesn't emulate that mode.

        People have told me that DFly does run under VMWare and MS virtualization and QEmu. And natively, of course.

        -Matt

  • But... (Score:1, Funny)

    by Anonymous Coward

    this can't be!
    BSD was dying just the other day.
    And it was true, I read it on slashdot!

    • And it was true, I read it on slashdot!

      There's your problem: you didn't assess truth based on Netcraft confirmation.

    • You know, just to counter that old joke they totally should have named this PhoenixBSD instead. BSD dieing? Been there, done that. Now I'se back.

      Of course, ZombieBSD has a nice ring too . . .

  • by SwiftOne ( 11497 ) on Wednesday July 23, 2008 @10:15AM (#24303873)

    The Hammer is my...filesystem

  • Cool! (Score:2, Insightful)

    by gweihir ( 88907 )

    Many good things came from BSD in tha past. Seems this trend continues!

  • by stsp ( 979375 ) on Wednesday July 23, 2008 @10:56AM (#24304559) Homepage
    If you want to know more about the hammer file system, check http://bsdtalk.blogspot.com/2008/07/bsdtalk154-matthew-dillon.html [blogspot.com]
  • But will it run AmigaOS?

    Seriously, I'm glad to see this. Matt Dillon is a brilliant programmer with much broader OS experience than most of the folks driving OS development these days, so I have no doubt that he's doing amazing things.

    • by aliquis ( 678370 )

      Seems like the 2.0 packages aren't built yet, and not all sources seemed to be on the mirror google showed first, anyway there is a UAE package for DragonFly 1.12 so there probably is one for 2.0 as well.

      Not that you thought there wasn't one :)

  • by Per Wigren ( 5315 ) on Wednesday July 23, 2008 @07:27PM (#24312557) Homepage

    Matt has posted a very in-depth PDF whitepaper describing the Hammer filesystem [backplane.com]. A very interesting read!

  • 1. Thus it takes two flush cycles to fully commit an operation to the media, since a crash which occurs just after the first flush cycle returns cannot guarantee that the META buffers had all gotten to the media, and upon remounting the UNDO
    buffers will be run to undo those changes.

    What does this mean for fsync() and databases?

    2. As seems to be standard for new file systems, there seems to be no fsck.

    I mislike this.

"If it ain't broke, don't fix it." - Bert Lantz

Working...