LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   system can't read iso images when i try to download redhat from hard disk (https://www.linuxquestions.org/questions/red-hat-31/system-cant-read-iso-images-when-i-try-to-download-redhat-from-hard-disk-555327/)

bbbmmm 05-20-2007 06:13 AM

system can't read iso images when i try to download redhat from hard disk
 
I made iso images from redhat cds "by using nero or winiso programs" and put them on a directory called iso123 on H drive which is correspond to /dev/hda10.
Then i boot the computer and choose the method of installation "from hard drive", and choose the drive /dev/hda10 and i wrote in the directory field "iso123"
A message appears tells me that the directory can't be read and the drive doesn't appear to contain redhat iso images.

what is the problem, and how can i fix it?

saikee 05-20-2007 06:33 AM

The problem

An iso file is intended to be read off a CD rom. Inside a hard disk it is just one file that nobody understand including the Linux installer.

How to fix it

You expand the file by command
Code:

mount -t iso9660 -o ro,loop=/dev/loop0 {cdimgae} /mnt/cdrom
In the above you supply the "mounted" cd image in the red bit above. You will then be able to see the full content inside the iso file in /mnt/cdrom.


All times are GMT -5. The time now is 09:56 AM.