Koozali.org: home of the SME Server

rip dvd in consol

Offline jvels

  • ***
  • 130
  • +0/-0
    • http://vels.dk
rip dvd in consol
« 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

Offline dtech

  • **
  • 70
  • +0/-0
Re: rip dvd in consol
« Reply #1 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.

-P

Offline byte

  • *
  • 2,183
  • +2/-0
rip dvd in consol
« Reply #2 on: January 11, 2007, 07:14:29 PM »
Moving this topic to the General forum, it is more appropriate there. Thanks!
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!