* Re: Laptop harddisk spindown?
[not found] <20011108002154.D7288@duron.intern.kubla.de>
@ 2001-11-08 5:02 ` Samium Gromoff
2001-11-08 12:07 ` Xavier Bestel
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Samium Gromoff @ 2001-11-08 5:02 UTC (permalink / raw)
To: Dominik Kubla; +Cc: linux-kernel
" Dominik Kubla wrote:"
>
> On Thu, Nov 08, 2001 at 01:51:05AM +0300, Samium Gromoff wrote:
> > I`m sorry folks, i dont quite recall whether i poked lkml with that,
> > but here it is:
> > 2.4.13, reiserfs
> > i have a disk access _every_ 5 sec, unregarding the system load,
> > 24x7x365, so i suppose while it doesnt hurts me, it hurts folks with power
> > bound boxes...
> > I must add that i `m experiencing this on -ac tree too, adn this is true
> > as far as my memory goes... (in the kernel-version context i mean)
> >
> > cheers, Samium Gromoff
>
> That's a FAQ: you have cron running...
hehe...
i`ve actually compiled cron only a week ago, so its not an issue ;)
(i havent had cron before on my homemmade linux)
i mean i`m not this lame, and i told *no_system_load*... :-)
>
> Dominik
> --
> ScioByte GmbH Zum Schiersteiner Grund 2 55127 Mainz (Germany)
> Phone: +49 700 724 629 83 Fax: +49 700 724 629 84
>
> GnuPG: 717F16BB / A384 F5F1 F566 5716 5485 27EF 3B00 C007 717F 16BB
>
cheers, Samium Gromoff
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: Laptop harddisk spindown?
2001-11-08 5:02 ` Laptop harddisk spindown? Samium Gromoff
@ 2001-11-08 12:07 ` Xavier Bestel
2000-01-01 0:31 ` Pavel Machek
2001-11-08 12:24 ` Sven Koch
2001-11-11 1:42 ` Tim Connors
2 siblings, 1 reply; 7+ messages in thread
From: Xavier Bestel @ 2001-11-08 12:07 UTC (permalink / raw)
To: Samium Gromoff; +Cc: Dominik Kubla, Linux Kernel Mailing List
le jeu 08-11-2001 à 06:02, Samium Gromoff a écrit :
> > > i have a disk access _every_ 5 sec, unregarding the system load,
> > > 24x7x365, so i suppose while it doesnt hurts me, it hurts folks with power
> > > bound boxes...
That's a kernel daemon called kupdated. Under Linux buffers are flushed
every 5 seconds (I don't like this myself, it should be triggered by
something dependant on free mem, dirty buffers, disk access, etc. but
not time, this doesn't scale.
Under 2.2 you can try the noflushd package - perhaps it works on 2.4, I
haven't tried. It works more or less.
Xav
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Laptop harddisk spindown?
2001-11-08 12:07 ` Xavier Bestel
@ 2000-01-01 0:31 ` Pavel Machek
0 siblings, 0 replies; 7+ messages in thread
From: Pavel Machek @ 2000-01-01 0:31 UTC (permalink / raw)
To: Xavier Bestel; +Cc: Samium Gromoff, Dominik Kubla, Linux Kernel Mailing List
Hi!
> > > > i have a disk access _every_ 5 sec, unregarding the system load,
> > > > 24x7x365, so i suppose while it doesnt hurts me, it hurts folks with power
> > > > bound boxes...
>
> That's a kernel daemon called kupdated. Under Linux buffers are flushed
> every 5 seconds (I don't like this myself, it should be triggered by
> something dependant on free mem, dirty buffers, disk access, etc. but
> not time, this doesn't scale.
>
> Under 2.2 you can try the noflushd package - perhaps it works on 2.4, I
> haven't tried. It works more or less.
noflushd does work on 2.4
Pavel
--
Philips Velo 1: 1"x4"x8", 300gram, 60, 12MB, 40bogomips, linux, mutt,
details at http://atrey.karlin.mff.cuni.cz/~pavel/velo/index.html.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Laptop harddisk spindown?
2001-11-08 5:02 ` Laptop harddisk spindown? Samium Gromoff
2001-11-08 12:07 ` Xavier Bestel
@ 2001-11-08 12:24 ` Sven Koch
2001-11-11 1:42 ` Tim Connors
2 siblings, 0 replies; 7+ messages in thread
From: Sven Koch @ 2001-11-08 12:24 UTC (permalink / raw)
To: Samium Gromoff; +Cc: Dominik Kubla, linux-kernel
> > On Thu, Nov 08, 2001 at 01:51:05AM +0300, Samium Gromoff wrote:
> > > I`m sorry folks, i dont quite recall whether i poked lkml with that,
> > > but here it is:
> > > 2.4.13, reiserfs
> > > i have a disk access _every_ 5 sec, unregarding the system load,
> > > 24x7x365, so i suppose while it doesnt hurts me, it hurts folks with power
> > > bound boxes...
> > > I must add that i `m experiencing this on -ac tree too, adn this is true
> > > as far as my memory goes... (in the kernel-version context i mean)
Did you mount your partitions with "noatime"?
This (and not keeping Mozilla open) does the trick on my laptop, the
harddisk goes off after about 30 seconds and if I don't do anything local,
it stays off.
(Debian unstable, Kernel 2.4.12-ac6 currently)
c'ya
sven
--
The Internet treats censorship as a routing problem, and routes around it.
(John Gilmore on http://www.cygnus.com/~gnu/)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Laptop harddisk spindown?
2001-11-08 5:02 ` Laptop harddisk spindown? Samium Gromoff
2001-11-08 12:07 ` Xavier Bestel
2001-11-08 12:24 ` Sven Koch
@ 2001-11-11 1:42 ` Tim Connors
2 siblings, 0 replies; 7+ messages in thread
From: Tim Connors @ 2001-11-11 1:42 UTC (permalink / raw)
To: linux-kernel
On Thu, 8 Nov 2001, Samium Gromoff wrote:
> " Dominik Kubla wrote:"
> >
> > On Thu, Nov 08, 2001 at 01:51:05AM +0300, Samium Gromoff wrote:
> > > I`m sorry folks, i dont quite recall whether i poked lkml with that,
> > > but here it is:
> > > 2.4.13, reiserfs
> > > i have a disk access _every_ 5 sec, unregarding the system load,
> > > 24x7x365, so i suppose while it doesnt hurts me, it hurts folks with power
> > > bound boxes...
> > > I must add that i `m experiencing this on -ac tree too, adn this is true
> > > as far as my memory goes... (in the kernel-version context i mean)
> > >
> > > cheers, Samium Gromoff
> >
> > That's a FAQ: you have cron running...
> hehe...
> i`ve actually compiled cron only a week ago, so its not an issue ;)
> (i havent had cron before on my homemmade linux)
>
> i mean i`m not this lame, and i told *no_system_load*... :-)
Not to mention that 5 second obviously implies it can't be cron (given
that it runs once a minute), and points to bdflush, since that is the
flushing interval.
Now, on my home box, If I run /bin/sync, the disk seeks, whether there is
data to write or not. Before you point to me that I need to mount noatime
- already done :) I think it also did this when bdflush told it to sync,
but after installing noflushd (and hacking the b0rked init scripts),
all was fine. At least, until I installed ext3 :(
--
TimC -- http://www.physics.usyd.edu.au/~tcon/
Some witty text here,
can be any number of lines
long
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Laptop harddisk spindown?
@ 2001-11-08 18:08 Thomas Hood
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Hood @ 2001-11-08 18:08 UTC (permalink / raw)
To: linux-kernel
> i have a disk access _every_ 5 sec, unregarding the system load,
I used to have this problem sometimes when my CD-ROM drive
had no disk in it. I would get an infinite series of
"disk change detected" messages in the syslog. The writes
to the syslog kept the disk from spinning down.
Thomas
^ permalink raw reply [flat|nested] 7+ messages in thread
* Laptop harddisk spindown?
@ 2001-11-07 22:51 Samium Gromoff
0 siblings, 0 replies; 7+ messages in thread
From: Samium Gromoff @ 2001-11-07 22:51 UTC (permalink / raw)
To: linux-kernel
I`m sorry folks, i dont quite recall whether i poked lkml with that,
but here it is:
2.4.13, reiserfs
i have a disk access _every_ 5 sec, unregarding the system load,
24x7x365, so i suppose while it doesnt hurts me, it hurts folks with power
bound boxes...
I must add that i `m experiencing this on -ac tree too, adn this is true
as far as my memory goes... (in the kernel-version context i mean)
cheers, Samium Gromoff
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2001-11-11 1:42 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20011108002154.D7288@duron.intern.kubla.de>
2001-11-08 5:02 ` Laptop harddisk spindown? Samium Gromoff
2001-11-08 12:07 ` Xavier Bestel
2000-01-01 0:31 ` Pavel Machek
2001-11-08 12:24 ` Sven Koch
2001-11-11 1:42 ` Tim Connors
2001-11-08 18:08 Thomas Hood
-- strict thread matches above, loose matches on Subject: below --
2001-11-07 22:51 Samium Gromoff
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox