Mine did, not any more though. Read on.
I was just a tad annoyed at the sudden increase in s-l-o-o-o-o-w responses after starting OpenSuse 11.4 up. I noticed that the hard drive indicator LED was continually lit for about 5-10 minutes after bootup. Performance was abysmal during this time.
Top showed almost no CPU being used, so I looks ad vmstat
instead. This was the result, on an idle (and slow) system:
|
|
The figures showed me that partition sda8 was getting hit to the tune of almost 900 I/O operations per second. Who or what is partition sda8?
|
|
Now I know, so what’s open on this mount point?
|
|
And having noted the above, why on earth was anything loading my virtual drives when I’m not even running VirtualBox at the moment?
|
|
A quick check of the internet showed that preload
is a process to save boot time (how ironic) and that it can easily be disabled. So I disabled it. No more long boots now! To disable preload, run yast
and select System Services (Runlevel)
.
- Tick the
Expert Mode
radio button. - Scroll down to find
boot.startpreload
- At the bottom of the screen, uncheck the
B
box. - Click OK.
Cheers,
Norm.