search for: qliu

Displaying 3 results from an estimated 3 matches for "qliu".

Did you mean: liu
2001 Nov 20
1
ext3/2.2.19 vs. ext3/2.4.14
Hi, I am starting to do some benchmarks using mongo (www.namesys.com), and I am surprised by the big difference between ext3/2.2.19 and ext3/2.4.14. Sometimes the latter performs 3 or 4 times faster. Someone has similar results or is there something wrong in my test ? Attached is the benchmark. By the way, during the test, I got the message kernel: EXT3-fs error (device ide0(3,10)) in
2001 Oct 23
3
Recreate journal after switch between ext2/ext3 ?
Hi, After mounting -t ext2 an ext3 partition, working with, do I have to recreate .journal when I remount the partition as ext3 ? Thanks ! Liu
2001 Oct 07
2
ext3 and ls in a deletted directory
Hi, With kernel 2.4.10, when I do $ mkdir foo; cd foo; rmdir ../foo; ls then ls becomes zombie. $ ps xau|grep ls liu 596 0.0 0.0 148 88 ? D 12:03 0:00 ls This does not happen with 2.4.10 on an ext2 filesystem, nor with 2.4.9/ext3. The command cd instead of ls is OK. Distribution is Slackware 8.0 and the kernels are stock ones. Liu