From: Ivanovich <ivanovich@menta.net>
To: Mark Hahn <hahn@physics.mcmaster.ca>, Erik Elmore <lk@bigsexymo.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: EXT3 - freeze ups during disk writes
Date: Sun, 2 Dec 2001 23:37:17 +0100 [thread overview]
Message-ID: <01120223371700.01168@localhost.localdomain> (raw)
In-Reply-To: <Pine.LNX.4.10.10112021310480.29688-100000@coffee.psychology.mcmaster.ca>
In-Reply-To: <Pine.LNX.4.10.10112021310480.29688-100000@coffee.psychology.mcmaster.ca>
A Diumenge 02 Desembre 2001 19:15, Mark Hahn va escriure:
> in other mail I asked Erik about the disk's mode: it is PIO,
> so the pathetic speed and crippling VM/Ext2 performance is
> entirely expected. I'm guessing he's missing CONFIGs of either
> the chipset-specific driver or one of:
> CONFIG_BLK_DEV_IDEDMA_PCI=y
> CONFIG_BLK_DEV_ADMA=y
> CONFIG_IDEDMA_PCI_AUTO=y
> CONFIG_BLK_DEV_IDEDMA=y
> CONFIG_IDEDMA_AUTO=y
>
> > > I've seen a couple of reports where ext3 appears to exacerbate
> > > the effects of poor hdparm settings. What is your raw disk
> > > throughput, from `hdparm -t /dev/hda'?
> >
> > `hdparm -t /dev/hda` reports:
> >
> > # hdparm -t /dev/hda
> >
> > /dev/hda:
> > Timing buffered disk reads: 64 MB in 16.76 seconds = 3.82 MB/sec
maybe the only thing he is missing is the *AUTO configs
you could try:
# /sbin/hdparm -c 1 -d 1 /dev/hda
which tries to do this:
/dev/hda:
setting 32-bit I/O support flag to 1
setting using_dma to 1 (on)
and then test again with -t to see if it gets better...
next prev parent reply other threads:[~2001-12-03 8:51 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-12-01 6:47 EXT3 - freeze ups during disk writes Erik Elmore
2001-12-01 7:54 ` Mike Fedyk
2001-12-01 18:14 ` Erik Elmore
2001-12-01 21:08 ` Andrew Morton
2001-12-02 17:17 ` Erik Elmore
2001-12-02 18:15 ` Mark Hahn
2001-12-02 22:37 ` Ivanovich [this message]
2001-12-03 18:57 ` Erik Elmore
2001-12-02 13:55 ` Bernd Eckenfels
2001-12-02 17:25 ` Erik Elmore
2001-12-03 7:52 ` Jan-Hendrik Palic
2001-12-04 0:17 ` Andrew Morton
2001-12-04 21:53 ` Jan-Hendrik Palic
2001-12-05 2:43 ` Mike Fedyk
-- strict thread matches above, loose matches on Subject: below --
2002-05-01 17:56 Stephane Chauveau
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=01120223371700.01168@localhost.localdomain \
--to=ivanovich@menta.net \
--cc=hahn@physics.mcmaster.ca \
--cc=linux-kernel@vger.kernel.org \
--cc=lk@bigsexymo.com \
/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.