All of lore.kernel.org
 help / color / mirror / Atom feed
From: P@draigBrady.com
To: kus Kusche Klaus <kus@keba.com>
Cc: Ingo Molnar <mingo@elte.hu>, linux-kernel@vger.kernel.org
Subject: Re: RT 45-01: CF Card read: High latency?
Date: Mon, 11 Apr 2005 14:00:40 +0100	[thread overview]
Message-ID: <425A74F8.8050006@draigBrady.com> (raw)
In-Reply-To: <AAD6DA242BC63C488511C611BD51F3673231EA@MAILIT.keba.co.at>

I handled this issue by precaching all my files (15MB),
from my readonly root filesystem.

find / -type f |
grep -v ^/boot | #kernel is > 1MB and never read so don't put in cache
while read file; do
     dd bs=32k if="$file" of=/dev/null 2>/dev/null
done

Pádraig.

      parent reply	other threads:[~2005-04-11 13:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-11 11:38 RT 45-01: CF Card read: High latency? kus Kusche Klaus
2005-04-11 11:56 ` Bartlomiej Zolnierkiewicz
2005-04-11 13:00 ` P [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=425A74F8.8050006@draigBrady.com \
    --to=p@draigbrady.com \
    --cc=kus@keba.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.