public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user]  Ext4 another thread
@ 2009-01-30 18:49 Harry Putnam
  2009-01-30 19:22 ` Paul Hartman
  2009-01-30 19:31 ` Albert Hopkins
  0 siblings, 2 replies; 5+ messages in thread
From: Harry Putnam @ 2009-01-30 18:49 UTC (permalink / raw
  To: gentoo-user

I didn't want to derail the existing thread discussing ext4 with this
angle ... I'm guessing there may be comments that will not be helpful
to that OP.

I'm wondering what people running ext4 are seeing in practice that
makes it better than ext3 or reiserfs? Is it safer journalling? Faster
read/write? ...

I've thought about switching over too... especially every time I
`rm -rf' something big and it seems to take way longer than I'd like.

(I run all reiserfs except ext2 for /boot)




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Ext4 another thread
  2009-01-30 18:49 [gentoo-user] " Harry Putnam
@ 2009-01-30 19:22 ` Paul Hartman
  2009-01-30 19:31 ` Albert Hopkins
  1 sibling, 0 replies; 5+ messages in thread
From: Paul Hartman @ 2009-01-30 19:22 UTC (permalink / raw
  To: gentoo-user

On Fri, Jan 30, 2009 at 12:49 PM, Harry Putnam <reader@newsguy.com> wrote:
> I didn't want to derail the existing thread discussing ext4 with this
> angle ... I'm guessing there may be comments that will not be helpful
> to that OP.
>
> I'm wondering what people running ext4 are seeing in practice that
> makes it better than ext3 or reiserfs? Is it safer journalling? Faster
> read/write? ...
>
> I've thought about switching over too... especially every time I
> `rm -rf' something big and it seems to take way longer than I'd like.
>
> (I run all reiserfs except ext2 for /boot)

On my desktop, I'm using ext3 via ext4's driver (on-disk format is
still ext3). There are theoretical improvements but I haven't noticed
anything honestly.

On my laptop I converted to actual ext4 format and don't notice
anything different... I did not do any tests or take any measurements,
but there was no "wow" factor or anything. It just works normally.

Both of these are single-user home computers. Maybe someone in a
high-load environment has better ideas about it.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user]  Ext4 another thread
  2009-01-30 18:49 [gentoo-user] " Harry Putnam
  2009-01-30 19:22 ` Paul Hartman
@ 2009-01-30 19:31 ` Albert Hopkins
  1 sibling, 0 replies; 5+ messages in thread
From: Albert Hopkins @ 2009-01-30 19:31 UTC (permalink / raw
  To: gentoo-user

On Fri, 2009-01-30 at 12:49 -0600, Harry Putnam wrote:
> I didn't want to derail the existing thread discussing ext4 with this
> angle ... I'm guessing there may be comments that will not be helpful
> to that OP.
> 
> I'm wondering what people running ext4 are seeing in practice that
> makes it better than ext3 or reiserfs? Is it safer journalling? Faster
> read/write? ...
> 
> I've thought about switching over too... especially every time I
> `rm -rf' something big and it seems to take way longer than I'd like.
> 
> (I run all reiserfs except ext2 for /boot)

Well it's new and new is always interesting (in good ways and bad ;).

Large writes/deletes will be faster.  If you don't do (a lot of)
writes/deletes of large files then you won't notice (as much).  Extents,
better allocation/deallocation methods, and other added logic further
makes improvements on files (esp large files).  It will eventually
support much larger filesystems and subsecond timestamps for those with
the need.

Depending on your usage you might see significant improvements or hardly
any at all.  Best way to know for sure is to try it out.  Note however
that on ext4 journal checksums are *on* by default (and off on ext3
iirc). So when you are comparing performance you should make that value
the same for both for a fair comparison.






^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user]  Ext4 another thread
@ 2009-01-30 19:45 Dirk Heinrichs
  2009-01-30 22:55 ` [gentoo-user] " Harry Putnam
  0 siblings, 1 reply; 5+ messages in thread
From: Dirk Heinrichs @ 2009-01-30 19:45 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 877 bytes --]

Am Freitag, 30. Januar 2009 19:49:33 schrieb Harry Putnam:

> I didn't want to derail the existing thread discussing ext4 with this
> angle ... I'm guessing there may be comments that will not be helpful
> to that OP.
>
> I'm wondering what people running ext4 are seeing in practice that
> makes it better than ext3 or reiserfs? Is it safer journalling? Faster
> read/write? ...

That's indeed an interesting question. I'd say to some extend it's answered in 
[1]. However, to me it looks like just another filesystem in the classical 
sense. The one that really brings something new to the Linux filesystem world 
will be btrfs. I've already tried some older versions of it and it looks very 
promising. Volumes, RAID, data integrity, etc, all integrated into the 
filesystem, similar to Suns ZFS.

Bye...

	Dirk

[1]: http://kernelnewbies.org/Ext4



[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-user]  Re: Ext4 another thread
  2009-01-30 19:45 [gentoo-user] Ext4 another thread Dirk Heinrichs
@ 2009-01-30 22:55 ` Harry Putnam
  0 siblings, 0 replies; 5+ messages in thread
From: Harry Putnam @ 2009-01-30 22:55 UTC (permalink / raw
  To: gentoo-user

Dirk Heinrichs <dirk.heinrichs@online.de> writes:

> sense. The one that really brings something new to the Linux
> filesystem world will be btrfs. I've already tried some older
> versions of it and it looks very promising. Volumes, RAID, data
> integrity, etc, all integrated into the filesystem, similar to Suns
> ZFS.

Ahh would that be:
   Bristol Television Film Service Ltd
or the band:
  Beneath The Frozen Soil

(just kidding... hehe)




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-01-30 23:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-30 19:45 [gentoo-user] Ext4 another thread Dirk Heinrichs
2009-01-30 22:55 ` [gentoo-user] " Harry Putnam
  -- strict thread matches above, loose matches on Subject: below --
2009-01-30 18:49 [gentoo-user] " Harry Putnam
2009-01-30 19:22 ` Paul Hartman
2009-01-30 19:31 ` Albert Hopkins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox