Everything works great with dvdrecord except for two things.

1) Is there a way to assign a volume label on the DVD? I don't see
anything in the MAN page.

2) My DVD is a Pioneer DVR-105. It's supposed to write at 4x and I use
speed equal 4, but it writes at 2. How do I get it to write at 4?

Thanks,
James

On Mon, 2003-06-02 at 16:07, [EMAIL PROTECTED] wrote:
> Alle 21:03, lunedì 02 giugno 2003, James Pifer ha scritto:
> > 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
> 
> #mkisofs -o image.iso -x directory/data3 directory/data4 directory
> #dvdrecord speed=x -dao -dev=0,0,0 image.iso
> 
> As you can see, I exclude the directories I don't need from the source dir 
> (directory/). Before burning you could use
> 
> #isoinfo -i image.iso -l
> 
> to see the structure.
> 
> 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