I bet that your /var/ directory is on /dev/hda, and when something needs to write to a log file it has to wake that drive up.
/dev/hdc is probably just /home or /usr/local or something else that doesn't get accessed so often, so it doesn't wake up as frequently. Try sleeping hdc and then trying to use that disk (ls /home ; echo > /home/test ; and so on ) and see if you get this same effect. Rob On Mon, Apr 02, 2001 at 11:23:12AM -0300, Sergio E . Schvezov wrote: > hello debian users > > i'm writinng this message to find out if u can orient me into fixing a > problem i have with > A.P.M., here's my procedure: > > crush:~# hdparm -Y /dev/hda > /dev/hda > issuing sleep command > > //and the hd turns off > // but 30 seconds later :( > > crush:~# hda: irq timeout: status 0xd0 {Busy} > ide0: reset: succes > > ---------////------------///--------------- > > but if i do the same with my other identical hd (/dev/hdc) > i don't get that reset > > my disks are : > > SAMSUNG SV0844A > > the same similar thing happens when i do: > > apm -S > > > thanx in advance > > > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > -- There ain't nothin' in this world that's worth being a snot over. -- Larry Wall in <[EMAIL PROTECTED]>