On 12/18/06, Peter Schow <[EMAIL PROTECTED]> wrote:
I have a home-made DVD video that I'd like to make an exact copy of,
on OpenSolaris, preferably using the built-in cdrecord or cdrw commands.

I tried this a few times but none of my copies were ever recognizable
in my DVD player.

The format of the DVD when mounted on a Solaris system looks something like
this:

    tinyUDF/
       video_ts.bup
       video_ts.ifo
       video_ts.vob
       vts_01_0.bup
       vts_01_0.ifo
       vts_01_1.vob
       .
       .
       .

I have one DVD writer, so I'll need to copy the entire image to disk
first.  I believe I did that correctly but it was the write that I
probably wasn't getting correct.

Anybody know the appropriate cdrecord magic?

How did you create the image?  To copy a DVD, I typically use
something like the following:

# readcd dev=1,0,0 f=mydvd.iso
# cdrecord dev=1,0,0 -v -eject -sao mydvd.iso

--
Eric Enright
_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to