Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi, I have a notebook with SuSE8.1 pro., I have a combo drive (CD-RW/DVD), the system only mount it as a CD-RW, how do I unmount the CD-RW, and mount the DVD ? or mount both together? Thankyou for advice
"cdrom" and "dvd" are the same device (physically) and are also the same device in /dev. And there doesn't seem to be any difference in fstab (other than the mount points).
Quote:
/dev/cdrom /media/cdrom auto ro,noauto,user,exec 0 0
/dev/dvd /media/dvd auto ro,noauto,user,exec 0 0
And in /dev I have:
cdrom as /dev/hdd
dvd as /hdd
So no difference here...
I would say that I could have gotten away with one or the other, but having both doesn't do any harm.
That said, I tried to load my SuSE DVD up just now and it didn't work!
I did a bit of research and found that the my devices in /dev should be
cdrom as /dev/sr1
dvd as /dev/sr1
For some reason SuSE managed to get my CD-RW right (/dev/sr0), but messed up on the DVD. This probably because my /boot/grub/menu.lst lists my CD-RW as a SCSI device (this is so I can use Xcdroast). I may (probably) have to add my DVD to this as well...
Soooo, the upshot of all this is that as far as linux is concerned, cdrom = dvdrom (more or less). But you still have to have the correct device
If you need to edit your device, check this link out:
I got my DVD mounted by the "ln" command, but when using mplayer to play DVD, I only see green small squares, fragments..is this because I have to set the region code? or the codec? Please advice
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.