Since you've been so forthcoming, let me push my luck (and be a little
bit lazy), what would the command be for mkisofs if I just want to burn
a data DVD?

For example, I have a whole bunch of data I want to archive onto DVDs.
So let's say I have:
directory/data1
directory/data2
directory/data3
directory/data4

What would the command be to to burn data1 and data2 directories to a
DVD?

Thanks for all your assistance. I am interested in burning some old home
movies to, so at some point I'll have to tackle how to create the dvd
video files. 

Thanks again,
James

On Mon, 2003-06-02 at 14:37, [EMAIL PROTECTED] wrote:
> 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



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

Reply via email to