Nope you should not need to change your /etc/fstab file. Your device is known and working for reading both CD and DVD media. In addition it common and normal for CD/DVD devices to be known as a cdrom device. But it might give you a 'warm feeling' if you do something like;
$ ls -al /dev/dvd
lrwxrwxrwx 1 root root 3 Nov 20 08:57 /dev/dvd -> hdc
my /etc/fstab entry for my CD/DVD drive (comparison only) and the cdrecord output for example;
Code:
/dev/hdc /media/cdrom auto noauto,users,ro 0 0
$ cdrecord -scanbus
Cdrecord-Clone 2.01-dvd (--) Copyright (C) 1995-2004 Jörg Schilling
Note: This version is an unofficial (modified) version with DVD support
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to http://bugzilla.redhat.com/bugzilla
Note: The author of cdrecord should not be bothered with problems in this version.
scsidev: 'ATA'
devname: 'ATA'
scsibus: -2 target: -2 lun: -2
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
cdrecord: Warning: using inofficial libscg transport code version (schily - Red Hat-scsi-linux-sg.c-1.83-RH '@(#)scsi-linux-sg.c 1.83 04/05/20 Copyright 1997 J. Schilling').
scsibus1:
1,0,0 100) 'HL-DT-ST' 'DVD-RW GCA-4080N' '0H38' Removable CD-ROM
XCDroast uses only cdrecord to burn media and only works with CD media. Slack has the dvd+rw-tools (which needs installation) package available. You might want to remove your current k3b configuration then try again after the dvd+rw-tools package is installed.
FYI: it is kind of hard (OK not possible) to mount blank media.