errore cd rom: la posizione è già montata
Inviato: sabato 28 ottobre 2017, 11:41
Salve a tutti, ho lo stesso problema affrontato in questa vecchia discussione (già risolta, per cui spero di non sbagliare aprendone una nuova):
errore cd rom
Seguendo le indicazioni trovate, posto il risultato dei comandi suggeriti all'epoca:
Il pc è quello in firma; la cosa curiosa è che sono riuscito a masterizzare 1 dvd e 1 cd quando già mi dava gli errori, e ora non c'è più verso di riuscirci (uso k3b). Finora non ho fatto alcun tentativo nè da terminale, nè sull'hardware: preferisco attendere lumi.
Grazie a tutti.
errore cd rom
Seguendo le indicazioni trovate, posto il risultato dei comandi suggeriti all'epoca:
Codice: Seleziona tutto
ricky@hal-9000:~$ cat /etc/fstab && mount |grep media && ls /media
# /etc/fstab: static file system information.
#
# Use 'blkid' 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).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdc5 during installation
UUID=e5c661b1-c81a-4ed2-99ab-e472710d8b69 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc6 during installation
UUID=72f631f0-6b6f-472b-8ee5-6d14a187ae63 none swap sw 0 0
/dev/sdc1 on /media/ricky/dati secondario type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2)
ricky
ricky@hal-9000:~$
Codice: Seleziona tutto
ricky@hal-9000:~$ dmesg | grep CD-ROM
[ 2.234040] scsi 4:0:1:0: CD-ROM HL-DT-ST DVDRAM GH22NS50 TN02 PQ: 0 ANSI: 5
[ 2.256462] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 2.256732] sr 4:0:1:0: Attached scsi CD-ROM sr0
ricky@hal-9000:~$
Codice: Seleziona tutto
ricky@hal-9000:~$ cdrecord -scanbus
scsibus4:
4,0,0 400) *
4,1,0 401) 'HL-DT-ST' 'DVDRAM GH22NS50 ' 'TN02' Removable CD-ROM
4,2,0 402) *
4,3,0 403) *
4,4,0 404) *
4,5,0 405) *
4,6,0 406) *
4,7,0 407) *
ricky@hal-9000:~$
Codice: Seleziona tutto
ricky@hal-9000:~$ wodim --devices
wodim: Overview of accessible drives (1 found) :
-------------------------------------------------------------------------
0 dev='/dev/sg4' rwrw-- : 'HL-DT-ST' 'DVDRAM GH22NS50'
-------------------------------------------------------------------------
ricky@hal-9000:~$
Grazie a tutti.