LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how to cerate iso image of red hat 9? (https://www.linuxquestions.org/questions/linux-software-2/how-to-cerate-iso-image-of-red-hat-9-a-155172/)

shams 03-08-2004 07:32 PM

how to cerate iso image of red hat 9?
 
hi,
I want to make iso images of red hat 9,wich are in D the drive of
windows partition,to the c drive(windows),in linux with this command:
cat /mnt/win-d/redhat/disk1 > /mnt/win-c/disk1.iso
but there is a message"cat:/mnt/win-d/redhat/disk1 is a directory"
plz tell me where is the mistake and if you plz write me the complete
mkisofs command for this,i read the man mkisofs but don't know how to
apply for this case.

homey 03-08-2004 09:19 PM

Try this....
cd /mnt/win-d/redhat/disk1

then type:
mkisofs –r –o /mnt/win-c/disk1.iso .

Note: that period ( . ) is important

Thymox 03-09-2004 09:09 AM

Re: how to cerate iso image of red hat 9?
 
I am not entirely sure what you're asking, but if you have the RH9 discs and you want to make ISOs from them, you can use the dd command like this: dd if=/dev/cdrom of=/wherever/RH9Disc1.iso.

Hope this helps.

shams 03-09-2004 07:21 PM

hi homey and thymox ,
thanks for reply i made the iso images of red hat 9,o all three disks disk1.iso,disk2.iso and disk3.iso,i want to install from my h/d the installatoin starting from disk1 but there is an error message after that"error:the iso image of the red hat cd disk#2 is missing the system will reboot now"while i made the iso images for all three with the same command of"mkisofs"in linux and all are in the same folder.plz help me where is the mistake.

homey 03-09-2004 07:53 PM

See if this Redhat guide helps.

http://www.redhat.com/docs/manuals/l...nstall-hd.html


All times are GMT -5. The time now is 01:24 AM.