Alle 19:49, lunedì 02 giugno 2003, James Pifer ha scritto:
> Oops, it is already installed. Sorry. Don't suppose there are any GUI
> front ends for it?
>
> That's why I was trying to use xcdroast and cdrecord-ProDVD. Supposedly
> it supports it, I just couldn't get it to work.
>
> On the dvdrecord side, I assume you use mkisofs to create an ISO of the
> structure you're trying to burn, then use dvdrecord to write the ISO to
> a DVD. I'll check out the sites you sent earlier about how to use it.
>
> Thanks,
> James

Don't know about gui, but I can give you just what you need into two commands:

#mkisofs -dvd-video -o /home/user/image.img  /path/to/dvdhome
#dvdrecord speed=2 -dao -dev=0,0,0 /home/user/image.img

Meaning:        -dvd-video (image in dvd video mode compatible, if you are not         
                 
writing data but a film)
                -o /home/user/image.img (where to save iso image file)
                /path/to/dvdhome        (where you have your dvd files, VIDEO_TS & 
AUDIO_TS 
directories if a video dvd)

                speed=2 (writing speed, also if it seems that always writes at faster 
available speed)
                -dao (disk at once, also if it doesn't use that no problem)
                -dev=0,0,0 (to find your correct type #dvdrecord -scanbus in the shell)
                /home/user/image.img (iso image to write)

When it starts, it always gives me an error (like reported in the link) about 
'wrong startsect... -150' or something like that. Anyway the rusults are much 
better than any win solution (I've tried almost everyone....)

Achille


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to