Koozali.org: home of the SME Server
Contribs.org Forums => General Discussion => Topic started 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
-
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:
dd if=/dev/hdc of=dvd.iso
Verify that the DVD and the ISO file are exactly the same:
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:
/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
-
Moving this topic to the General forum, it is more appropriate there. Thanks!