LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Problems with CD-RW & DVD-ROM drive (https://www.linuxquestions.org/questions/debian-26/problems-with-cd-rw-and-dvd-rom-drive-201901/)

smashkode 07-06-2004 04:57 PM

Problems with CD-RW & DVD-ROM drive
 
hi im using debian with linux kernel 2.6.5 and im having problems with both my CD-RW and DVD-ROM drives...here is my fstab

proc /proc proc defaults 0 0
/dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0
usbdevfs /proc/bus/usb usbdevfs defaults 0 0
sysfs /sys sysfs defaults 0 0

/dev/hdc /mnt/dvd iso9660 defaults,ro,user,noexec,noauto, 0 0
/dev/hdd /mnt/cdrw iso9660 defaults,ro,user,noexec,noauto, 0 0

/dev/hda1 /mnt/hda1 ntfs auto,users,exec,ro,umask=000 0 0
/dev/hdb2 none swap defaults 0 0

smashkode 07-06-2004 05:14 PM

tried changing fstab...no success
 
i tired to change the CD-RW and DVD-ROM lines in the FSTAB to:

/dev/scd0 /dev/dvd iso9660 defaults,ro,user,noauto 0 0
/dev/scd1 /dev/cdrw iso9660 defaults,ro,user,noauto 0 0

I am able to right-click and choose eject successfully, but when I try to mount it,
it says that the mount point is incorrect....

zuralin 07-06-2004 05:58 PM

Are you sure you have your system setup correctly for scsi emulation? Check your kernel and lilo config. In kernel 2.6 why bother using scsi emulation? You can burn CD's without the emulation now.

smashkode 07-06-2004 06:34 PM

i can't nessisaryly burn cds if it says that the devices don't really exist though...my problem is i can't even access the two devices....


All times are GMT -5. The time now is 09:33 PM.