public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dan Maas <dmaas@dcine.com>
To: linux-kernel@vger.kernel.org
Subject: unwanted disk access by the kernel?
Date: Fri, 15 Mar 2002 01:36:44 -0500	[thread overview]
Message-ID: <20020315013644.A26891@morpheus> (raw)

I've been trying to set up my laptop for mobile use. I'm having a
problem with unwanted disk activity - even when the system is
completely idle, there is still an occasional trickle of disk writes
(which prevents the poor hard drive from ever spinning down). 

Yes, I thought this was a user-space issue too - but even booting into
a bare-bones root environment does not stop the occasional disk
access! Here is everything that's left:

 PID USER       VSZ  RSS     TIME STAT COMMAND          WCHAN
    7 root         0    0 00:00:00 SW   [kupdated]       kupdate
    6 root         0    0 00:00:00 SW   [bdflush]        bdflush
    5 root         0    0 00:00:00 SW   [kswapd]         kswapd
    4 root         0    0 00:00:00 SWN  [ksoftirqd_CPU0] ksoftirqd
    1 root      1316  524 00:00:05 S    init [S]         select
    2 root         0    0 00:00:00 SW   [keventd]        context_thread
    3 root         0    0 00:00:00 SW   [kapmd]          apm_mainloop
    8 root         0    0 00:00:00 Z    [khubd <defunct> exit
  879 root      1316  524 00:00:00 S    init [S]         wait4
  880 root      2556 1576 00:00:00 S     \_ bash         wait4
  927 root      3524 1512 00:00:00 R         \_ ps afx - -

If I manually spin down the disk, it always wakes up within 30 seconds
or so. During the spin-up, kupdated goes into the 'D' state and blocks
in wait_on_buffer(). This means it's writing dirty filesystem buffers,
right? So who is doing the dirtying? I've eliminated all possible
user-space sources of I/O! (strace confirms that NO user-space
processes are doing I/O; they're all sleeping...)

(I'm running a stock Linus 2.4.18 kernel, with APM enabled. The system
is Debian woody. All filesystems are ext2.)

Regards,
Dan

             reply	other threads:[~2002-03-15  6:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-15  6:36 Dan Maas [this message]
2002-03-15  7:00 ` unwanted disk access by the kernel? Andrew Morton
2002-03-15  9:20 ` Jeremy Jackson
2002-03-15 18:46   ` Dan Maas
2002-03-15 19:02     ` Alan Cox
2002-03-16  1:30       ` Mike Fedyk
2002-03-16 15:11         ` Joachim Breuer
2002-03-15 14:35 ` Alan Cox
2002-03-19 15:06 ` Pavel Machek

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=20020315013644.A26891@morpheus \
    --to=dmaas@dcine.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox