comparison DOCS/CDROM @ 753:34c1a9fb631b

oh, this much? :p
author gabucino
date Thu, 10 May 2001 14:12:22 +0000
parents 8f86163f8dc3
children
comparison
equal deleted inserted replaced
752:a40ee717336e 753:34c1a9fb631b
27 27
28 I use following command too : 28 I use following command too :
29 echo file_readahead:2000000 >/proc/ide/<cdrom device>/settings 29 echo file_readahead:2000000 >/proc/ide/<cdrom device>/settings
30 for 2MB prefetched reading from the file (it's useful for scratched CDROMs). 30 for 2MB prefetched reading from the file (it's useful for scratched CDROMs).
31 31
32 It's recommended that you tuneup your CDROM drive also with hdparm: 32 It's recommended that you tuneup your CDROM drive also with hdparm :
33 33 hdparm -d1 -a8 -u1 <cdrom device>
34 hdparm -d1 -a8 -u1 <cdrom device>
35 to enable using DMA access, readahead, and IRQ unmasking. 34 to enable using DMA access, readahead, and IRQ unmasking.
36 (if you don't understand these, *read the hdparm manpage*) 35 (if you don't understand these, *read the hdparm manpage*)
37 36
38 Final words 37 Final words
39 ~~~~~~~~~~~ 38 ~~~~~~~~~~~