LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Audocd's play in my dvd player but dvd's do not (https://www.linuxquestions.org/questions/linux-hardware-18/audocds-play-in-my-dvd-player-but-dvds-do-not-53005/)

frontier1 04-02-2003 04:51 AM

Audocd's play in my dvd player but dvd's do not
 
audio cd's play in my dvd player,

ls -la /dev/cdrom
lr-xr-xr-x 1 root root 13 Apr 1 19:56 /dev/cdrom -> cdroms/cdrom0


ls -la /dev/dvd
ls: /dev/dvd: No such file or directory

So does this mean I need to somehow link /dev/dvd to /dev/cdroms/cdrom0

my /etc/fstab looks like this

/dev/BOOT /boot ext3 noauto,noatime $/dev/ROOT / ext3 noatime $/dev/SWAP none swap sw $/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro $proc /proc proc defaults $


Thanks

Palin 04-02-2003 08:14 PM

I created a sym link from /dev/hdd (my dvd drive) to /dev/dvd and this seemed to work for me atleast.

rickenbacherus 04-03-2003 10:39 AM

If your dvd software is trying to use /dev/dvd then yes linking /dev/dvd to your dvd drive should do it. Conversely you could simply tell your dvd software to use /dev/cdrom.

If that doesn't get it for you post with some system details please.

Quote:

/dev/BOOT /boot ext3 noauto,noatime $/dev/ROOT / ext3 noatime $/dev/SWAP none swap sw $/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro $proc /proc proc defaults $
Is this what your fstab actually looks like? It's kind of a mess. ;)


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