Originariamente inviato da Sergio Pedone
certamente non hai aggiunto una riga per definire il montaggio
del dispositivo dvd nel file /etc/fstab

man 5 fstab
ti chiarirà il concetto.

Per farla breve, io il dvd lo monto così:
codice:
/dev/dvd         /mnt/dvd         iso9660     noauto,users     0   0
non lo doveva aggiungere lui in automatico come ha fatto per il masterizzatore?
cmq io ho mess cosi'
codice:
/dev/dvd         /mnt/dvd         iso9660     noauto,owner,ro  0   0
va bene?
se inserisco un disco nel dvd-rom e provo a montarlo ecco che errore ricevo
codice:
root@orizzonte:~# mount /mnt/dvd
mount: wrong fs type, bad option, bad superblock on /dev/dvd,
       or too many mounted file systems
root@orizzonte:~# mount /dev/dvd
mount: wrong fs type, bad option, bad superblock on /dev/dvd,
       or too many mounted file systems