PDA

View Full Version : AOPEN combo drive not mounting DVDs


bitwise
15th November 2004, 11:52 PM
/proc/ide/hdc/model >> AOPEN COM5232/AAH

That is an Aopen combo DVD-ROM CD-RW combo drive.. I was able to install Fedora Core 3 without any issues with it, however when I put a DVD in it won't mount.

here is my fstab

# This file is edited by fstab-sync - see 'man fstab-sync' for details
LABEL=/1 / ext3 defaults 1 1
LABEL=/boot1 /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
LABEL=SWAP-hda5 swap swap defaults 0 0
/dev/hdc /media/cdrecorder auto pamconsole,fscontext=system_u:object_r:removable_t ,ro,exec,noauto,managed 0 0
/dev/fd0 /media/floppy auto pamconsole,fscontext=system_u:object_r:removable_t ,exec,noauto,managed 0 0

Any Ideas? Seems to mount CD-ROM discs just fine.. And i have yet to try a burn.

dishawjp
17th November 2004, 07:52 PM
maybe you want to try to set up a symlink such as:

ln -s /dev/hdc /dev/dvd

See if it works then.