View Full Version : Dvd Drives
Following on from my Mplayer post - no replies :cry: - why does Kscd recognise an audio cd and play it seemingly without problem yet when accessing the Storage Media folder both the Cdrom (acd0) and the Cdrom (cd0) the device is unavailable and error messages occur.
When trying to Mount cd0 the following message cd9660 -/dev/cd0 Device not configured
When trying to mount acd0 the following message cd9660 /dev/acd0 Device busy
There would appear to still be unresolved errors in this area, any ideas????
Ray
Sparkfist
07-24-2005, 12:11 PM
I have a simalar issue only I get the error when trying to mout VCDs or Audio CDs. Data and DVD videos play just fine. Is this just a bug or is there someting wrong with out systems?
Thank you for any help.
popey
07-24-2005, 01:05 PM
1) Audio cd's don't need to be mounted to play.
2) You should have a line like this in /etc/fstab
/dev/acd0 /cdrom cd9660 ro,noauto 0 0
if you have you can mount cdrom's with mount /cdrom.
At the moment you will have to su as this requires root permision. Future versions of PCBSD will hopefully have automounting in place.
1) Audio cd's don't need to be mounted to play.
2) You should have a line like this in /etc/fstab
/dev/acd0 /cdrom cd9660 ro,noauto 0 0
if you have you can mount cdrom's with mount /cdrom.
At the moment you will have to su as this requires root permision. Future versions of PCBSD will hopefully have automounting in place.
I presume then that my /etc/fstab entry is probably wrong and that is the reason I am having problems mounting them and playing a dvd???
/dev/cdrom /cdrom iso9660 defaults,ro,users,noexec,noauto 0 0
/dev/cdrom1 /cdrom1 iso9660 defaults,ro,users,noexec,noauto 0 0
/dev/dvd /dvd iso9660 defaults,ro,users,noexec,noauto 0 0
Should they be set to cd0 and acd0????
Ray
popey
07-25-2005, 12:03 PM
I just installed the new PCBSD and automounting as a normal user appears to work fine in konqueror now :D
Here's my /etc/fstab
# Device Mountpoint FStype Options Dump Pass#
/dev/ad0s1b none swap sw 0 0
/dev/ad0s1a / ufs rw 1 1
/dev/cd0 /cdrom cd9660 ro,noauto 0 0
/dev/cd0 /mnt/scdrom cd9660 ro,noauto 0 0
/dev/acd0 /mnt/cdrom cd9660 ro,noauto 0 0
/dev/acd1 /mnt/cdrom1 cd9660 ro,noauto 0 0
/dev/cd0 /mnt/scdrom cd9660 ro,noauto 0 0
/dev/cd1 /mnt/scdrom1 cd9660 ro,noauto 0 0
vBulletin® v3.8.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.