Displaying 3 results from an estimated 3 matches for "wenzhuo".
2001 Aug 26
2
ext2 vs. ext3
Hi,
I just tested ext2 and ext3(2.4-0.9.6) with 2.4.8-ac8, using
bonnie++-1.01. The hardware is an old Pentium 100 box with 48M RAM and a
16.6MB/s EIDE harddrive. The test results(see attachment) show ext3 is a
lot slower than ext2 in most aspects. Does anybody get better results?
Wenzhuo
2001 Sep 05
3
[e2fsprogs-1.24] "fsck -A -a" fails on reboot
...RDWR);
+ if (fd < 0) {
+ if (errno == EROFS)
+ return;
+ } else
+ close(fd);
+#endif
+
if (ctx->options & E2F_OPT_READONLY) {
printf(_("Warning! %s is mounted.\n"), ctx->filesystem_name);
return;
--
Wenzhuo
2001 Sep 08
5
Patch
Hallo
short question
how is the Syntax for interactivity.patch ext3-dir-speedup.patch ?
patch -p0 ext3-dir-speedup.patch doesnt work
--
Frank