Estou tentando reproduzir um CD de música na minha máquina Debian, mas quando estou tentando montar o CD usando mount /dev/sr0
(usando as opções / etc / fstab), eu entendo:
{12:16:49} [~] → sudo mount /dev/sr0
mount: /media/cdrom0: can't read the superblock at /dev/sr0.
O disco funciona no Windows. Eu instalei udftools
e nada.
dmesg
me fornece este log:
[123956.786209] UDF-fs: error (device sr0): udf_read_tagged: read failed, block=256, location=256
[123956.814324] UDF-fs: error (device sr0): udf_read_tagged: read failed, block=512, location=512
[123956.850415] UDF-fs: error (device sr0): udf_read_tagged: read failed, block=256, location=256
[123956.890356] UDF-fs: error (device sr0): udf_read_tagged: read failed, block=512, location=512
[123956.926283] UDF-fs: error (device sr0): udf_read_tagged: read failed, block=256, location=256
[123956.962261] UDF-fs: error (device sr0): udf_read_tagged: read failed, block=512, location=512
[123956.962269] UDF-fs: warning (device sr0): udf_fill_super: No partition found (1)
[123957.078216] isofs_fill_super: bread failed, dev=sr0, iso_blknum=16, block=16
[123957.190287] FAT-fs (sr0): unable to read boot sector
Eu verifiquei as perguntas semelhantes aqui, e parece que nada funciona ...