PDA

View Full Version : Speed Optimization, why the Original runs Faster



probono
03-22-2003, 07:49 AM
Klaus Knopper uses a special order of files since some parts of a CD are read faster than others on most drives. http://mailman.linuxtag.org/pipermail/debian-knoppix/2003-January/001593.html

Is it known which remasters (KnoppixKDE, Morphix) also use this kind of speed optimization?

Alextreme
03-22-2003, 01:04 PM
Morphix doesn't, i'll give it a try. It just might help, thanks :D

probono
03-22-2003, 07:39 PM
Morphix doesn't, i'll give it a try. It just might help, thanks :Dgreat!

eadz
04-05-2003, 01:55 PM
This is what Klaus uses

http://www.knoppix.net/forum/viewtopic.php?t=386

This is what he should use :
http://linuxclub.il.eu.org/syscall/ - track all open() calls, put them in a file and make sort list based on that.

probono
04-06-2003, 03:34 AM
eadz, do you use it for KnoppixKDE?

eadz
04-06-2003, 03:39 AM
eadz, do you use it for KnoppixKDE?

no, i didn't know about it then.

Henk Poley
04-06-2003, 01:04 PM
This is what he should use :
http://linuxclub.il.eu.org/syscall/ - track all open() calls, put them in a file and make sort list based on that.
To bad that it's discontinued, at least September 2000 is some time ago...

hehe (http://syscalltrack.sourceforge.net/)...

eadz
04-06-2003, 01:10 PM
hehe (http://syscalltrack.sourceforge.net/)...[/quote]

ahh thats the one I was looking for but couldn't find the link!