Q: How to speed up CD/DVD-ROM?
- Read General Notes
e.g. Assumed that /dev/cdrom is the location of CD/DVD-ROM
sudo hdparm -d1 /dev/cdrom
sudo cp /etc/hdparm.conf /etc/hdparm.conf_backup
sudo gedit /etc/hdparm.conf
- Append the following lines at the end of file
/dev/cdrom {
dma = on
}
- Save the edited file (sample)