On Sun, Jul 31, 2011 at 11:50 AM, Peter Humphrey
<pe...@humphrey.ukfsn.org> wrote:
> Hello list,
>
> My little Atom box's hard disk spins up every minute or so, and watching
> iotop I see it's jbd2 that does it.
>
> This is a kernel component, and the menuconfig help text says it's set
> automatically by having the block layer included (and who hasn't?) together
> with ext4.
>
> Google shows that others have similar problems.
>
> Before I re-create all the partitions as reiserfs - and remove ext4 from the
> kernel - does anyone have a lighter solution?

If it's a polling commit-journal-to-disk behavior, there's certain to
be a configurable parameter somewhere to control the poll rate.

However, if it's doing that, then it probably has something it needs
to write to disk. That might be metadata updates. Have you tried
adding things to your mount parameters like 'noatime' or 'relatime'?
What about "data=writeback"?

-- 
:wq

Reply via email to