LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How burn iso image !!! (https://www.linuxquestions.org/questions/linux-software-2/how-burn-iso-image-72123/)

hitesh_linux 07-12-2003 09:11 AM

How burn iso image !!!
 
Hello,
I have download redhat 9.0 iso image.
now i want to burn all three cd.

i m confused how to burn iso image.

and also i want to make bootable cd.

so when i boot form cd it's should start installation of redhat 9.0 from disk 1.

so can any one tell me how to make it.

Thanks in adv

hitesh

neenee 07-12-2003 09:14 AM

the images have been made to be bootable.

burn as follows:

use cdrecord -scanbus to find the location of your cdwriter.

then use the following command to burn:

cdrecord -v dev=X,X,X image.iso (replace X,X,X with what you found with -scanbus)

good luck.

hitesh_linux 07-12-2003 09:24 AM

thanks,

but i can't found cdwrite in linux redhat 7.2

so how to make accessable in linux.

when run this command
cdrecord -sacnbus.

it show this error.

[root@www root]# cdrecord -scanbus
Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg
Schilling
cdrecord: No such file or directory. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make s
ure you are root.
[root@www root]#
-------------------------------------------------------------------------
and when i try to mount likt cdrom,
it show this error,
[root@www root]# mount /mnt/cdrom/
mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
or too many mounted file systems
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)
[root@www root]#

now what to do ?


Hitesh

neenee 07-12-2003 09:33 AM

"For possible targets try 'cdrecord -scanbus'. Make sure you are root"

^ make sure you are root. then use cdrecord -scanbus. etc.

isme 07-12-2003 09:52 AM

no, i don't think the reason is, that you are not root.
To use your IDE Writer you need some kind of scsi emulation,
so you possibly need to rebuild your kernel and load the particular modules.
there are many howto's on the web how to do this. google for cdwriting howto or similar.

DrOzz 07-12-2003 11:42 AM

i think you should just see if you can load the scsi-mod and ide-scsi modules before stepping into the kernel recompiling...if all you have to do is load the module, then that will save you a hell of alot of time. so do a search on this fourm for scsi emulation and find out what to do..and then if it is not compiled in your kernel, then thats what your going to have to do.


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