On 7/7/05, Jens Axboe <[EMAIL PROTECTED]> wrote:
> Did it say 'head parked'? If the drive is idle, you wont hear anything.
> Laptop drives auto-park really quickly themselves. A time ./park
> /dev/hda should tell you whether it needed to park or not, if it
> executes faster than a few hundred ms it was already parked.
Aah, you're right.
haji tmp # time ./a.out /dev/hda
head parked
real 0m0.421s
user 0m0.000s
sys 0m0.001s
Immediately after that:
haji tmp # time ./a.out /dev/hda
head parked
real 0m0.001s
user 0m0.000s
sys 0m0.001s
And then I do bit of disk reads and I get this again:
haji tmp # time ./a.out /dev/hda
head parked
real 0m0.429s
user 0m0.001s
sys 0m0.001s
So looks like it works for me too.
Pekka
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/