Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2003 15:29:54 -0500
From:      Chris BeHanna <behanna@zbzoom.net>
To:        freebsd-mobile@freebsd.org
Subject:   Re: Dell Inspiron hard disk
Message-ID:  <200302211529.54218.behanna@zbzoom.net>
In-Reply-To: <200302211642.h1LGggO1006496@himinbjorg.ttsg.com>
References:  <200302211642.h1LGggO1006496@himinbjorg.ttsg.com>

next in thread | previous in thread | raw e-mail | index | archive | help
    The "ker-chunk" every 30 seconds is probably the syncer.  There is
a patch floating around to create some sysctls to lengthen the
syncer interval.  If there are no dirty vnodes, the syncer shouldn't touch
the disk, though.  Personally, I'd rather have the syncer run on
schedule, then let the disk just remain quiet if there aren't any
dirty vnodes.

    Every five minutes, cron launches "atrun" to see if any at(1) jobs
are pending.  This triggers a write to /var/log/cron, which forces the
disk to spin up.  If you don't care about at jobs, you can comment the
atrun line out of /etc/crontab.

-- 
Chris BeHanna
Software Engineer                   (Remove "bogus" before responding.)
behanna@bogus.zbzoom.net
                 Turning coffee into software since 1990.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302211529.54218.behanna>