Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Nov 2010 14:07:32 -0800
From:      David Brodbeck <gull@gull.us>
To:        fs@freebsd.org
Subject:   Re: ext2fs now extremely slow
Message-ID:  <AANLkTikD18Fy2KrN8QSd50HtN2v48B8tCXFzPHh0c1HB@mail.gmail.com>
In-Reply-To: <4CDB6A5F.2000908@FreeBSD.org>
References:  <20100929031825.L683@besplex.bde.org> <20100929084801.M948@besplex.bde.org> <20100929041650.GA1553@aditya> <201009290917.05269.jhb@freebsd.org> <20100929202526.GA1564@aditya> <4CD0A3E8.4080304@FreeBSD.org> <AANLkTi=iTCG4aO-KO_gy7fp_96KcZ_TCyNk5OkLZUHV3@mail.gmail.com> <4CD201AE.3040409@FreeBSD.org> <20101108174327.GC2066@earth> <4CD9E535.8000801@FreeBSD.org> <20101110170719.GA1573@earth> <4CDB6A5F.2000908@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Nov 10, 2010 at 8:00 PM, Doug Barton <dougb@freebsd.org> wrote:
>> May make the data inconsistent due to lack of facilities like journaling.
>
> Well that's just plain unacceptable. Either the fs works reliably (which
> obviously includes safely) or it should be removed. At bare minimum if it
> can't reliably write data then support should be changed to read-only.

ext2fs has never included journaling, so if you lose power while
you're writing to it, it will be inconsistent and need to be fsck'd.
This isn't unique to the FreeBSD implementation; it's just part of the
design.  Most Linux systems now use ext3fs, which is basically ext2
with journaling added.

I kind of share Aditya's perspective that what you're trying to do is
a bit odd, although it might be a good way to squash bugs.  Still,
what's next...trying to run make world on an msdos filesystem? ;)



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