Re: unknown io writes in 2.6.16

From: Con Kolivas
Date: Mon May 15 2006 - 21:21:29 EST


On Tuesday 16 May 2006 10:12, Mark Hedges wrote:
> Cool, thanks, I'll check this out. It's actually about 12k
> every 5 seconds, not 12 bytes. Seems excessive for atime
> updates.

That just sounds like the journal updating... the default journal time is 5
seconds. Try transiently disabling the journal to see if that's it:

mount -o remount,noload /mountpoint

Don't forget to re-enable it afterwards.

You could set laptop mode if the writeouts are too frequent for your liking:

echo 1 > /proc/sys/vm/laptop_mode

--
-ck
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/