Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 2 Dec 2001 13:15:58 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 2 Dec 2001 13:15:48 -0500 Received: from coffee.psychology.McMaster.CA ([130.113.218.59]:274 "EHLO coffee.psychology.mcmaster.ca") by vger.kernel.org with ESMTP id ; Sun, 2 Dec 2001 13:15:38 -0500 Date: Sun, 2 Dec 2001 13:15:36 -0500 (EST) From: Mark Hahn To: Erik Elmore cc: linux-kernel@vger.kernel.org Subject: Re: EXT3 - freeze ups during disk writes In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org 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 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/