![]() |
|
|
By default, the Dreamlinux configuration assumes that you will using only one CD or DVD drive. Note: From 2.2 MM Edition the system will start to detect two or more drivers automatically.
First open the
Utilities folder then click on the Disks icon.
If there are two CD or DVD drives they will both appear together in the disks management screen. Select the first drive and you will find the device properties on the right. In this example it is the first drive, /dev/hdc.
sudo ln - s /dev/hdd /dev/cdrom2 (or dvd2, or whatever you named your drive) Now find the fstab
file that it is in /etc: Right click on fstab and open it in mousepad. At the end of the file add a new line of code. In this case we will add cdrom2, however yours will be whatever you chose to name it: /dev/cdrom2
/mnt/cdrom2 auto ro,user,noauto, 0 0
Tip: |