FreeBSD 6.1 Released
nbritton writes "FreeBSD 6.1 has been released! This release is the next step in the development of the 6.X branch, delivering several performance improvements, many bugfixes, and a few new features. Of note are the major improvements to the filesystem and SATA code, possibly making FreeBSD the number one choice for SATA RAID implementations. For a complete list of new features and known problems, please see the release notes, errata list, Bittorrent Downloads, Mirrors, Hardware Notes, and Installation Guide."
Any notable reasons to try FreeBSD?
Because it's there, Dude. Because it's there. Honestly, what kind of a geek are you?
I do, however, feel duty bound to point out that the man famous for saying that ended up dead shortly thereafter.
If you do manage to survive getting it installed though, what will you have conquered?
None but yourself, Dude. None but yourself.
KFG
>This is a troll. "Background FSCK" isn't BSD's answer to journaling. Soft
>updates is Dr. McKusick's implementation to maintain filesystem integrity in
>the event of a system failure. BSD doesn't need journaling, it has soft
>udpates.
Uhm, no. softupdates is a nice (and performant) way to get quick restarts when something crashes, but it isn't close to journalling at all. You still have to run fsck, and yes, it can run in the background, but it *still has to run*.
If you're looking at Terabytes of data, this is very painful and takes ages, whereas a journalling filesystem has no need to do this.
There are certainly important applications where journalling is a must. Just because most home users or small servers don't need it, doesn't mean that softupdates removes the need for it entirely.
I'm actually pretty sure FreeBSD will switch to journalling eventually.
>Is that the smugness of an OpenBSD user I hear in your tone? It's hard to
>tell, as your post had no real point.
He's probably pointing out that if "pf" is what you want, then you might as well use the original version in OpenBSD.