Mounting a cdrom or dvdrom
I have a cdrom and a dvdrom in my system. I saw in /dev/cdroms a cdrom1 and a cdrom2. In my /etc/fstab I had
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
so I made a directory in /mnt called /mnt/dvdrom and added
/dev/cdroms/cdrom1 /mnt/dvdrom iso9660 noauto,ro 0 0
to my /etc/fstab file. I then did a
# mount /dev/cdroms/cdrom1
You should be able to access your dvdrom or whatever your mount in /mnt/cdrom or /mnt/dvdrom whichever.
[Click to add or edit comments])
Please prepend comments below including a date