LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   CD-R does not see the disk in it! (https://www.linuxquestions.org/questions/linux-general-1/cd-r-does-not-see-the-disk-in-it-225851/)

svar 09-02-2004 03:59 PM

CD-R does not see the disk in it!
 
I am trying to burn a CD-R and k3b recognizes the cd-r drive, but says 'no disk found' even though there is a blank 700MB disk in the CD-R. Any ideas what the problem may be?



root@darkstar:~# ls -l /dev/cdrw
total 1
lrwxrwxrwx 1 root root 8 Aug 1 00:28 sr0 -> /dev/sr0
root@darkstar:~# ls -l /dev/sr0
brwxrwxrwx 1 root disk 11, 0 Apr 13 1999 /dev/sr0


cat /etc/fstab
/dev/hdb3 / reiserfs defaults 1 1
/dev/hdb4 /home reiserfs defaults 1 2
/dev/hdb1 /boot ext2 defaults 1 2
#/dev/cdrom /mnt/cdrom iso9660 noauto,user,ro 0 0
/dev/hdc /mnt/cdrom iso9660 noauto,user,ro 0 0
#/dev/fd0 /mnt/floppy auto noauto,owner 0 0
/dev/fd0 /floppy auto noauto,user 0 0
##### NEW to add cdrw
/dev/cdrw /mnt/sr0 auto ro,noauto,user,exec 0 0
#/dev/scd0 /dev/cdrw auto ro,noauto,user,exec 0 0
##### end of change
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
~

michaelk 09-02-2004 04:58 PM

So what distro and kernel are you running? There are known problems with 2.6.8

svar 09-03-2004 12:11 AM

No, this is Slack 9.1, (2.4.22)


All times are GMT -5. The time now is 03:31 PM.