[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Slow disk access
From: |
Marco Gerards |
Subject: |
Re: Slow disk access |
Date: |
Sat, 05 Feb 2005 14:07:39 +0000 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) |
"Yoshinori K. Okuji" <address@hidden> writes:
> On Friday 04 February 2005 22:11, Marco Gerards wrote:
>> The disk access on GRUB 2 is terribly slow. At first I thought it
>> was only a problem on the PPC, but it is also showing up in grub-emu
>> and I guess on the PC as well. You can notice the problem when
>> reading in big files, like a big kernel. Reading in a 20MB files
>> takes 17 seconds.
>
> I don't see such a problem with grub-emu on PC. I tested the current CVS
> version. I made a hard disk image with ext2, put a 20MB file on it and
> run "cat (hd0,0)/foo" with the output of cat disabled (I modified the
> code). It took about 2 seconds on my laptop. Since my disk is really
> slow, I think this is normal. I did this test after I "cat" two ISO
> image files to /dev/null to flush the cache of the hard disk image.
Interesting, I will try this too or see how it differs from my test
code.
> So I guess it is specific to PowerPC.
The grub-emu test was on the PC.
Thanks a lot for testing this. I guess the problem is even more
complex than I thought at first.
Thanks,
Marco