On Fri, Apr 4, 2008 at 9:41 AM, girish <girish@xxxxxxxxxxxxxxxx> wrote:
Hi everybody,
I am trying to create one bootable dvd from 3 red hat linux 9 cd's. I have
got some article how to create dvd. Problem is iam getting confused of some
commands when creating the dvd. The commands are as follows:
Mount the ISO images using a loop device mount:
mount -o ro,loop .../Shrike-i386-disc1.iso Shrike-i386-disc1
mount -o ro,loop .../Shrike-i386-disc2.iso Shrike-i386-disc2
mount -o ro,loop .../Shrike-i386-disc3.iso Shrike-i386-disc3
mount -o ro,loop .../Shrike-SRPMS-disc1.iso Shrike-i386-disc4
mount -o ro,loop .../Shrike-SRPMS-disc2.iso Shrike-i386-disc5
mount -o ro,loop .../Shrike-SRPMS-disc3.iso Shrike-i386-disc6
# Replace ... with the path to your ISO imagesftp://people.redhat.com/ckloiber/mkdvdiso.sh
In this last line it is showing REPLACE . WITH THE PATH TO YOUR ISO IMAGES.
Can anyone tell where the isomages are located. Whether it is in the cd's .
Thanking you in advance
Girish
System Administrator
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
nilesh vaghela wrote:
> you can create you own iso image from the cd.
>
> CD image is called iso image.
>
> There are no iso image of cd in cd. (exception is boo.iso in first cd
/images )
>
> insert you cd in cd drive and check which the device for your cddrive
>
> ls -l /dev/ | grep -i cdrom
>
> the give following command
> dd if=/dev/cddrive_device of=disk1.iso bs=1024
>
> will create disk1.iso
>
> repeat same thing with all disk.
>
>
To achieve to objective of the OP, once the diskn.iso files have been
created, download ftp://people.redhat.com/ckloiber/mkdvdiso.sh and and
run the script. This takes care of all the messy loop mounting and
hopefully eliminates the confusion. End result is a ready-to-burn DVD
iso file.
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list