--Mounting the CD/DVD-- #mount -t iso9660 /dev/cdrom /media/cdrom (adapt this to your environement) --Mounting the ISO image-- #mount -o loop /path/to/file.iso /path/to/isodest (adapt this...
Tag: dvd
The cd or dvd reader was mounted on /dev/cdrom sudo hdparm -d1 /dev/cdrom sudo cp /etc/hdparm.conf /etc/hdparm.conf_backup sudo gedit /etc/hdparm.conf Add in this file,...