[osol-discuss] How to copy DVD?

2009-04-03 Thread Andrius
How to copy DVDs in OpenSolaris? -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] How to copy DVD?

2009-04-03 Thread Dennis Clarke
How to copy DVDs in OpenSolaris? You need cdrtools from Jorg Schilling. Do a readcd -v -dev=0,0,0 meshpoints=10 f=output.iso then do a cdrecord -v -dev=0,0,0 -driveropts=burnfree -dao output.iso works every time. Dennis ___ opensolaris-discuss

Re: [osol-discuss] How to copy DVD?

2009-04-03 Thread Paul Gress
Andrius wrote: How to copy DVDs in OpenSolaris? http://www.sunfreepacks.com/listing/?limit=10offset=20 Your looking for dvdbackup-0.1.1. Project is at http://dvd-create.sourceforge.net/ Paul ___ opensolaris-discuss mailing list

Re: [osol-discuss] How to copy DVD?

2009-04-03 Thread Joerg Schilling
Andrius ziniatink...@gmail.com wrote: How to copy DVDs in OpenSolaris? Depends on what kind of DVDs you like to copy. For a data DVD, call: readcd f=dvd.out cdrecord -v dvd.out Jörg -- EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin j...@cs.tu-berlin.de

Re: [osol-discuss] How to copy DVD?

2009-04-03 Thread Tirthankar
# cdrw -i path to .iso image -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] How to copy DVD?

2009-04-03 Thread Dennis Clarke
# cdrw -i path to .iso image I never tried that ... I'll have to give it a spin sometime, just to see what it does. Dennis ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] How to copy DVD?

2009-04-03 Thread Andrius
Joerg Schilling wrote: Andrius ziniatink...@gmail.com wrote: How to copy DVDs in OpenSolaris? Depends on what kind of DVDs you like to copy. For a data DVD, call: readcd f=dvd.out cdrecord -v dvd.out Jörg Sorry, forget to add - commercial movie DVD. By the way, what is better

Re: [osol-discuss] How to copy DVD?

2009-04-03 Thread Joerg Schilling
Andrius ziniatink...@gmail.com wrote: Depends on what kind of DVDs you like to copy. For a data DVD, call: readcd f=dvd.out cdrecord -v dvd.out Sorry, forget to add - commercial movie DVD. Then it is a bit more complex. - First read the original DVD using dvdbackup. -

Re: [osol-discuss] How to copy DVD?

2009-04-03 Thread Andrius
Joerg Schilling wrote: Andrius ziniatink...@gmail.com wrote: How to copy DVDs in OpenSolaris? Depends on what kind of DVDs you like to copy. For a data DVD, call: readcd f=dvd.out cdrecord -v dvd.out Jörg Commercial movie DVD. ___