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エラーは、ほぼ常にメディア破損の兆候です。もう一度ダウンロードしてみましょう。