Return to Snippet

Revision: 907
at August 20, 2006 23:11 by yuconner


Initial Code
#Max velocity
hdparm -E 52 /dev/cdrom

#Lower (less noise)
hdparm -E 4 /dev/cdrom

#Turn off
sudo hdparm -y /dev/cdrom

Initial URL


Initial Description
hdparm -E [cdspeed] /dev/cdrom

Initial Title
How to set up cdrom velocity in linux (and turn off)

Initial Tags
linux

Initial Language
Bash