Koozali.org: home of the SME Server

Contribs.org Forums => General Discussion => Topic started by: jvels on January 03, 2007, 09:01:56 AM

Title: rip dvd in consol
Post by: jvels on January 03, 2007, 09:01:56 AM
Hi

Does someone have experience with make a backup of a dvd movie as a ISO to the hd, from consol with SME?

Best Regrads
Jesper Vels
Title: Re: rip dvd in consol
Post by: dtech on January 04, 2007, 05:42:24 PM
Quote from: "jvels"
Does someone have experience with make a backup of a dvd movie as a ISO to the hd, from consol with SME?


Assuming your DVD drive is /dev/hdc, execute the following from the command line:

Code: [Select]
dd if=/dev/hdc of=dvd.iso

Verify that the DVD and the ISO file are exactly the same:

Code: [Select]
diff /dev/hdc dvd.iso -r

Insert a blank DVD of the same type as the original (-R, +R, DVD5, DVD9). Burn the new DVD from the ISO:

Code: [Select]
/usr/bin/growisofs -dvd-compat -Z /dev/hdc=dvd.iso

You can find this little howto here (http://www.deerfieldtech.com/content/view/4/19/).

-P
Title: rip dvd in consol
Post by: byte on January 11, 2007, 07:14:29 PM
Moving this topic to the General forum, it is more appropriate there. Thanks!