Ciao a tutti,
ho recentemente installato Ubuntu 11.10 e anch'io non riuscivo a leggere CD/DVD.
Ho seguito i passi descritti nella « Risposta #14 inserita: 05 Novembre, 2011, 20:44:55 » e adesso mi compare l'icona cdrom0 nella barra a sinistra della cartella Home ma quando cerco di selezionarla mi compare questo errore:
mount: /dev/sg0 non è un dispositivo a blocchi
Qualcuno sa dirmi cosa devo fare per sistemarlo?
Non so se serviranno ma questi sono i comandi richiesti all'inizio del forum.
meno85@Anacleto:~$ dmesg | grep CD-ROM
[ 0.928805] scsi 0:0:0:0: CD-ROM TSSTcorp CDDVDW TS-L632H AC01 PQ: 0 ANSI: 5
[ 0.935564] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 0.935746] sr 0:0:0:0: Attached scsi CD-ROM sr0
meno85@Anacleto:~$ cdrecord -scanbus
scsibus0:
0,0,0 0) 'TSSTcorp' 'CDDVDW TS-L632H ' 'AC01' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
meno85@Anacleto:~$ wodim --devices
wodim: Overview of accessible drives (1 found) :
-------------------------------------------------------------------------
0 dev='/dev/sg0' rwrw-- : 'TSSTcorp' 'CDDVDW TS-L632H'
-------------------------------------------------------------------------
meno85@Anacleto:~$ ls -l /media
totale 12
drwx------ 9 root root 4096 2012-03-24 17:20 ak
drwxr-xr-x 2 root root 4096 2012-04-11 17:51 cdrom0
drwx------ 6 root root 4096 2012-03-22 10:17 Meno USB
meno85@Anacleto:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
#
proc /proc proc nodev,noexec,nosuid 0 0
/dev/sda1 / ext4 errors=remount-ro 0 1
/dev/sda5 none swap sw 0 0
/dev/sg0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
Grazie per l'aiuto
Matteo