无法使用linux中的文件系统类型挂载DVD

时间:2014-09-13 04:41:23

标签: linux

我尝试使用以下命令在Linux中安装DVD:

sudo -u root mount -t fileSystem_type -o check=relaxed,uid=userName,gid=userName deviceID mountPoint

e.g。

sudo -u root mount -t iso9660 -o check=relaxed,uid=sdc,gid=sdc /dev/sr0 /media/mc-cddvd/

但它给出的错误如下:

 mount: wrong fs type, bad option, bad superblock on /dev/sr0,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

所以我尝试了:dmesg | tail命令..它给出了以下输出:

sr 3:0:0:0: [sr0] CDB: Read(10): 28 00 00 00 00 00 00 00 02 00
Buffer I/O error on device sr0, logical block 0
sr 3:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
sr 3:0:0:0: [sr0] Sense Key : Illegal Request [current]
sr 3:0:0:0: [sr0] Add. Sense: Logical block address out of range
sr 3:0:0:0: [sr0] CDB: Read(10): 28 00 00 00 00 00 00 00 02 00
Buffer I/O error on device sr0, logical block 0
ISOFS: Unable to identify CD-ROM format.
ISOFS: Unable to identify CD-ROM format.
ISOFS: Unable to identify CD-ROM format.

但我可以使用命令安装DVD:     mount / dev / sr0 / media-mc-cddvd

有人遇到过这个问题吗?请给我解决方案。我只能使用以前的mount命令。

0 个答案:

没有答案