LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   cdrom dont work (https://www.linuxquestions.org/questions/slackware-14/cdrom-dont-work-231799/)

Spyiish 09-17-2004 10:34 AM

cdrom dont work
 
Hi peepz,

I tried to use my dvd rom, but it doesnt seem to work. Can anyone pls help me with this? I tried mounting it, but it keeps sayin that theres no such medium device or something rather. Its weird, but can someone tell me?

Thanks heaps,
Spyiish

Sadrul 09-17-2004 10:48 AM

how did you try to mount it? what error did it show?

-- Adil

Nikon01 09-17-2004 11:05 AM

Also while you're at it post your fstab and what is your system setup?
ex for system setup:
1st ide cable:Primary: Wester Digital 120GB
2nd ide cable: Primary: BenQ DVD-ROM
2nd ide cable: Secondary: CD-RW 52x

Spyiish 09-18-2004 05:32 PM

Thats wat it looks like. I have got 1 cdrom, but how do I get the other one working? How do I mount my other dvd rom?

Thanks.


/dev/hde5 swap swap defaults 0 0
/dev/hde2 / reiserfs defaults 1 1
/dev/hde1 /windows ntfs ro 1 0
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0

joker20 09-18-2004 06:11 PM

Quote:

Originally posted by Spyiish
Thats wat it looks like. I have got 1 cdrom, but how do I get the other one working? How do I mount my other dvd rom?

Thanks.


/dev/hde5 swap swap defaults 0 0
/dev/hde2 / reiserfs defaults 1 1
/dev/hde1 /windows ntfs ro 1 0
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0

add /dev/hdx /mnt/cddvd iso9660 noauto,owner,ro 0 0

where x is the drive letter of your dvd

then do a mkdir cddvd in your /mnt

should work after that

kodon 09-18-2004 06:17 PM

note that only owner has access


All times are GMT -5. The time now is 06:15 PM.