Hi looking for some help please, when I insert and audio CD in the drive it does not mount (not showing in dolphin or amarok). However if I put a dvd into the drive it mounts and shows in Dolphin etc.
In K3b the audio cd does not show under /media/cdrom0, but you can select it as /dev/scd0
here is my fstab
any idea's would be much appreciated
In K3b the audio cd does not show under /media/cdrom0, but you can select it as /dev/scd0
here is my fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda5
UUID=52a51150-47b6-4292-9ef2-3fb9b14dea2e / ext3 relatime,errors=remount-ro 0 1
# /dev/sda6
UUID=ab6b0e01-8133-49e6-9e0c-2f99a7439868 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda5
UUID=52a51150-47b6-4292-9ef2-3fb9b14dea2e / ext3 relatime,errors=remount-ro 0 1
# /dev/sda6
UUID=ab6b0e01-8133-49e6-9e0c-2f99a7439868 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
Comment