Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Jul 2001 14:27:01 -0500
From:      "Jim C. Nasby" <jim@nasby.net>
To:        Dave Uhring <duhring@charter.net>
Cc:        freebsd-stable@FreeBSD.ORG, Oliver Fromme <olli@secnetix.de>
Subject:   Re: JFS
Message-ID:  <3B476285.43347BA1@nasby.net>
References:  <200107071638.SAA19610@lurza.secnetix.de> <01070711475500.00362@dave>

next in thread | previous in thread | raw e-mail | index | archive | help
That article does a good job describing RFS and contrasting it to
ext2fs, but it leaves several questions left un-answered in relation to
ufs.

RFS might be faster or more stable than ufs, but there's no way to
assume that based on it's superiority to ext2fs, since ufs is also far
superior to ext2fs (I'm assuming ufs with softupdates turned on here).

The ability to store data within the b-tree seems to be a valuable
feature. In fact, using a b-tree instead of other forms of metadata
storage is very interesting; it's similar to how most database engines
impliment indexes.

I'm not so convinced that a journal is the greatest thing in the world,
though. I think it makes much more sense to do what softupdates do....
perform updates to the filesystem atomically and in a manner where the
metadata is always written first.

My $0.02,
dB!

Dave Uhring wrote:
> 
> On Saturday 07 July 2001 11:38, Oliver Fromme wrote:
> > A. L. Meyers <a.l.meyers@consult-meyers.com> wrote:
> >  > Just installed SuSE Linux 7.2 with Reiser FS throughout on an
> >  > Intel SMP box. The FS purrs, even on /, which doesn't mean
> >  > everything is better or worse than FBSD.
> >  >
> >  > As far as I know, ReiserFS is GPL. What would porting it to
> >  > FreeBSD be better or worse than other (newer and less stable)
> >  > alternatives?
> >
> > Maybe a dumb question, but ...
> >
> > In what way is ReiserFS so much better than UFS + Soft-
> > updates + background fsck, that it would justify the
> > efforts of porting ReiseFS to FreeBSD?
> >
> > Just wondering.
> >
> > Regards
> >    Oliver
> 
> http://www-106.ibm.com/developerworks/linux/library/l-fs
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message

-- 
Jim C. Nasby (aka Decibel!)                                  /^\ 
jim@nasby.net                                               /___\
Freelance lighting designer and database developer         /  |  \
Member: Triangle Fraternity, Sports Car Club of America   /___|___\

Give your computer some brain candy! www.distributed.net Team #1828

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B476285.43347BA1>