- 论坛徽章:
- 0
|
[root@localhost ~]# mount -t udf CentOS-6.5-i386-bin-DVD1.iso /media/iso -o loop
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
[root@localhost ~]# echo $?
127
[root@localhost ~]# mount -t iso9660 CentOS-6.5-i386-bin-DVD1.iso /media/iso -o loop
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
[root@localhost ~]# echo $?
32
dmesg显示内容:
UDF-fs: No VRS found
UDF-fs: Rescanning with blocksize 2048
UDF-fs: No VRS found
UDF-fs: No partition found (1)
UDF-fs: No VRS found
UDF-fs: Rescanning with blocksize 2048
UDF-fs: No VRS found
UDF-fs: No partition found (1)
ISOFS: Unable to identify CD-ROM format.
请问是什么原因啊? |
|