Stories
Slash Boxes
Comments

SoylentNews is people

SoylentNews is powered by your submissions, so send in your scoop. Only 15 submissions in the queue.
posted by cmn32480 on Tuesday October 17 2017, @10:16PM   Printer-friendly
from the year-of-the-BSD-desktop dept.

The DragonFly BSD developers have released version 5.0 of the operating system. The big changes are the introduction of the HAMMER2 file system, video driver updates, and better support for both AMD Ryzen and EFI.

DragonFly version 5.0 brings the first bootable release of HAMMER2, DragonFly's next generation file system.

[...] Preliminary HAMMER2 support has been released into the wild as-of the 5.0 release. This support is considered EXPERIMENTAL and should generally not yet be used for production machines and important data. The boot loader will support both UFS and HAMMER2 /boot. The installer will still use a UFS /boot even for a HAMMER2 installation because the /boot partition is typically very small and HAMMER2, like HAMMER1, does not instantly free space when files are deleted or replaced.

A lengthy, in-depth technical design document of the new HAMMER2 file system can be found here.


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by HiThere on Wednesday October 18 2017, @04:43PM (1 child)

    by HiThere (866) Subscriber Badge on Wednesday October 18 2017, @04:43PM (#584003) Journal

    I'm not a BSD user, but I sort of like to follow the news, so I know that, e.g., OpenBSD is aimed at security, and PCBSD is aimed at end users coming from MSWindows.

    Who is DragonFly aimed at? I know it's one of the earlier BSDs. My guess is that the target audience is the target is BSD users who want to experiment with new features...but that's a guess.

    What would *really* make me interested in BSD is a system with read-write support for ext4, but I haven't seen such. (Read support, yes, but that doesn't suffice. Even read/write support for ext3 would be quite interesting.)

    --
    Javascript is what you use to allow unknown third parties to run software you have no idea about on your computer.
    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 3, Informative) by Celestial on Thursday October 19 2017, @11:11AM

    by Celestial (4891) on Thursday October 19 2017, @11:11AM (#584471) Journal

    The primary goal of DragonFly BSD is to be a "performant reliable bare metal server operating system." Thus, the HAMMER1 and HAMMER2 file systems.

    However, some people use it as their personal computers' operating system as well, including the lead developer.