我正在尝试在我的 Debian 机器上播放音乐 CD,但是当我尝试使用mount /dev/sr0
(使用 /etc/fstab 选项)安装 CD 时,我收到此信息:
{12:16:49} [~] → sudo mount /dev/sr0
mount: /media/cdrom0: can't read the superblock at /dev/sr0.
该磁盘适用于 Windows。我已安装udftools
但没有任何反应。
dmesg
给我这个日志:
[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
我在这里检查了类似的问题,但似乎没有什么效果......