Re: reiser4 snapshot for August 26th.

From: Steven Cole
Date: Tue Aug 26 2003 - 15:19:08 EST


On Tue, 2003-08-26 at 14:05, Mike Fedyk wrote:
> On Tue, Aug 26, 2003 at 01:51:22PM -0600, Steven Cole wrote:
> > I did a "time bk -r co" for the current 2.6 tree, and here
> > are the results for reiser4 and ext3 on 2.6.0-test4:
> >
> > Reiser4:
> > real 1m55.077s
> > user 0m30.740s
> > sys 0m36.558s
> >
> > Ext3:
> > real 3m48.438s
> > user 0m26.400s
> > sys 0m13.205s
> >
>
> Can you try ext3 with -o data=writeback, as well as xfs & reiser3?

[root@spc1 /]# umount /dev/hda9
[root@spc1 /]# mount -t ext3 -o data=writeback /dev/hda9 /home
[root@spc1 /]# mount -t reiserfs /dev/hda10 /share_r
[root@spc1 /]# mount -t xfs /dev/hda12 /share_x

[root@spc1 /]# df -T
Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/hda1 ext3 241116 89449 139219 40% /
none tmpfs 126784 0 126784 0% /dev/shm
/dev/hda8 ext3 241116 4711 223957 3% /tmp
/dev/hda6 ext3 3012204 2507596 351592 88% /usr
/dev/hda7 ext3 489992 70724 393968 16% /var
df: `/share_r4': Value too large for defined data type
/dev/hda9 ext3 20556656 16526268 4030388 81% /home
/dev/hda10
reiserfs 4112476 1911220 2201256 47% /share_r
/dev/hda12 xfs 4991380 990884 4000496 20% /share_x

Yes, I can do that. Results in a little while.

BTW, this is RedHat Severn, so df --version gives
[steven@spc1 /]$ df --version
df (coreutils) 5.0

Steven


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/