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


/ Published in: Bash
Save to your folder(s)

hdparm -E [cdspeed] /dev/cdrom


Copy this code and paste it in your HTML
  1. #Max velocity
  2. hdparm -E 52 /dev/cdrom
  3.  
  4. #Lower (less noise)
  5. hdparm -E 4 /dev/cdrom
  6.  
  7. #Turn off
  8. sudo hdparm -y /dev/cdrom

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.