comparison DOCS/xml/en/cd-dvd.xml @ 10910:eb339c10228e

Lol! This command will try to change xfer_mode, and not a cdrom spin speed. Removed.
author lumag
date Sun, 21 Sep 2003 12:59:13 +0000
parents dc8057623941
children 49b1a67e7381
comparison
equal deleted inserted replaced
10909:afa3e514f472 10910:eb339c10228e
32 <screen>hdparm -E <replaceable>[speed]</replaceable> <replaceable>[cdrom device]</replaceable></screen> 32 <screen>hdparm -E <replaceable>[speed]</replaceable> <replaceable>[cdrom device]</replaceable></screen>
33 <screen>setcd -x <replaceable>[speed]</replaceable> <replaceable>[cdrom device]</replaceable></screen> 33 <screen>setcd -x <replaceable>[speed]</replaceable> <replaceable>[cdrom device]</replaceable></screen>
34 </para> 34 </para>
35 35
36 <para> 36 <para>
37 You can also try 37 If you have root privileges the following command may also help:
38 <screen>echo current_speed:4 &gt; /proc/ide/<replaceable>[cdrom device]</replaceable>/settings</screen>
39 but you will need root privileges. The following command may also help:
40 <screen>echo file_readahead:2000000 &gt; /proc/ide/<replaceable>[cdrom device]</replaceable>/settings</screen> 38 <screen>echo file_readahead:2000000 &gt; /proc/ide/<replaceable>[cdrom device]</replaceable>/settings</screen>
41 </para> 39 </para>
42 40
43 <para> 41 <para>
44 This sets prefetched file reading to 2MB, which helps with scratched CD-ROMs. 42 This sets prefetched file reading to 2MB, which helps with scratched CD-ROMs.