On Thu, Jul 25, 2013 at 6:01 PM, Volker Armin Hemmann <volkerar...@googlemail.com> wrote: > em, okay after Bob posted something really not helpful, I will chime in too. > > It is not the automount demon. It is linux destroying interactivity and > starving readers when their is disk based (and in this case, a dvd is a > disk) IO. > > Old problem, you can go to lkml and complain a bit... but countless others > have done the same. > > Two things: increase readahead. A lot. Not that stupid package, the kernel > setting. And if you are using SDDs use the no-op IO-scheduler. > >
Volker, I'm interested in both the readahead and scheduler settings. I played with this a bit when testing my RAID6 but never got around to making anything permanent as I had a couple of questions: 1) Is there some standard place to put my desired settings within the Gentoo configuration framework or do I have to write my own scripts, etc.? 2) As the machine is RAID6 do I need to do this explicitly for all 5 drives (sd[a,b,c,d,e]) or can I do it for the RAID /dev/md3? Thanks, Mark