From: Andrew Morton <akpm@zip.com.au>
To: "J . A . Magallon" <jamagallon@able.es>
Cc: Lista Linux-Kernel <linux-kernel@vger.kernel.org>
Subject: Re: cdrecord from ext3
Date: Tue, 30 Oct 2001 17:44:15 -0800 [thread overview]
Message-ID: <3BDF576F.3A797933@zip.com.au> (raw)
In-Reply-To: <20011031001846.A1840@werewolf.able.es>
"J . A . Magallon" wrote:
>
> Hi all,
>
> I have found a strange problem using cdrecord from an ext3 partition.
> When burning a cd image (about 500Mb), with cdrecord -v to see some info,
> after about 150Mb the percentage of fifo filled begins to drop, until the
> burning fails. I though it was related to some buffer/cache issue, but
> then I just copied the image to an ext2 partition (so the cache still
> filled more, just reaching my ram size), and burnt perfect from the
> ext2 partition.
>
> So it looks like ext3 can not give a sustained read rate (not so much,
> burning was at 8x). Fifo from ext2 never dropped below 99%.
>
> Is this a bug or the answer is just 'never toast from a journaled fs' ?
The ext3 read paths are basically identical to ext2. The whole
journalling thing only gets involved with writes.
> Kernel: 2.4.13-ac5+bproc, controller is an Adaptec
>
bproc? scyld distributed process thing, or something else?
Something strange is happening. Could you please investigate
further? For example:
dd if=/dev/zero of=foo bs-1024k count=600
time cat foo > /dev/null
How long does the `cat' take on ext2 and ext3?
-
next prev parent reply other threads:[~2001-10-31 1:49 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-10-30 23:18 cdrecord from ext3 J . A . Magallon
2001-10-31 1:34 ` Daniel T. Chen
2001-10-31 1:44 ` Andrew Morton [this message]
2001-10-31 14:59 ` J . A . Magallon
2001-10-31 17:52 ` H. Peter Anvin
2001-10-31 18:40 ` Mike Castle
2001-10-31 23:40 ` M. R. Brown
2001-10-31 23:57 ` Mike Castle
[not found] ` <200110311752.JAA06153@cesium.transmeta.com>
[not found] ` <20011031192425.A1757@werewolf.able.es>
[not found] ` <3BE04AA3.7010303@zytor.com>
[not found] ` <20011102010824.C12958@werewolf.able.es>
2001-11-02 0:09 ` cdrecord from ext3 [jamagallon@able.es] J . A . Magallon
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=3BDF576F.3A797933@zip.com.au \
--to=akpm@zip.com.au \
--cc=jamagallon@able.es \
--cc=linux-kernel@vger.kernel.org \
/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.