无法从循环安装的 ISO 映像复制文件:输入/输出错误

无法从循环安装的 ISO 映像复制文件:输入/输出错误

当我尝试将某些文件从 ISO 安装复制到/var/tmp

我将.iso文件安装在下面/mnt 并尝试将文件从isolinux目录复制到/var/tmp

[root@localhost tmp]#  mount -o loop,ro  RedHat-5.8.1-01_x32.iso /mnt
[root@localhost tmp]# 
[root@localhost tmp]# cd /mnt
[root@localhost mnt]# cd isolinux  
[root@localhost isolinux]# ls
 boot.cat  general.msg  isolinux.bin  memtest      param.msg   splash.lss
 boot.msg  initrd.img   isolinux.cfg  options.msg  rescue.msg  vmlinuz
[root@localhost isolinux]# cp -rp vmlinuz initrd.img  /var/tmp
 cp: reading `vmlinuz': Input/output error
 cp: reading `initrd.img': Input/output error

答案1

IO 错误几乎总是介质损坏的迹象。我会尝试再次下载。

相关内容