Dear Saifi,

I am using tried but I am unable to find the command. any alternative
command for mkisofs

On Wed, Jul 29, 2009 at 9:04 AM, Saifi Khan <saifi.k...@twincling.org>wrote:

>
>
> On Tue, 28 Jul 2009, Gnana Seelan wrote:
>
> > Dear all,
> >
> > I have sp42052.exe i tried to write into cd , but I couldn't , any one
> help
> > me out to write the file into cd .
> >
> > regards
> > M.Gnana Seelan
> >
>
> Here is how you can do it on BSD / Linux.
>
> Approach is:
> . create a raw image using 'mkisofs'
> . write the image to CD using 'cdrecord' or 'burncd'
>
> Let's say that the file sp42052.exe is in a directory called drivers
>
> so drivers/ directory contains this .exe file (along with other files)
>
> Commands to execute are:
>
> 1. mkisofs -J -L -R -o image.raw drivers/
>
> 2. Linux
> cdrecord -eject dev=ATA:0,2,0 image.raw
> (the dev,bus,fn value can be seen using -scanbus option)
>
> FreeBSD
> burncd -f /dev/acd0 data image.raw fixate
>
> Well, thats all there is to it.
>
> In case you are on windozz, use magicISO.
>
> Hope this helps.
>
> thanks
> Saifi.
>  
>


[Non-text portions of this message have been removed]

Reply via email to