LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   DVD drive isn't being picked up (https://www.linuxquestions.org/questions/linux-hardware-18/dvd-drive-isnt-being-picked-up-277169/)

endfx 01-12-2005 11:21 PM

DVD drive isn't being picked up
 
My DVD drive (burner) isn't being picked up.

I have a cd rom drive and a DVD- Burner. The cdrom is being seen (/dev/hdd) but the dvdburner isn't.
Here's the strange part, one time I booted and it was picked up (/dev/hdc) but its never been seen anymore.

I know the device is working as it works under winXP.

Anybody have an suggestions as to why this would be happening?

Thanks.

scuzzman 01-12-2005 11:25 PM

Post the output of
Code:

cat /etc/fstab

endfx 01-12-2005 11:32 PM

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda2 / ext3 defaults,errors=remount-ro 0 1
/dev/hda5 /home ext3 defaults 0 2
/dev/hda4 none swap sw 0 0
/dev/hdd /media/cdrom0 iso9660 ro,user,noauto 0 0
/dev/hdc /media/cdrom1 iso9660 ro,user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
/dev/sda1 /mnt/flash vfat user,noauto,umask=0 0 0 0 0


All times are GMT -5. The time now is 05:36 AM.