RSS



Using K9copy to backup DVDs in Linux natively with original menu

Sun, Aug 27, 2006

ArsGeek, Linux, Ubuntu

Talk about it in our Forums

woof

Previously I had written about using xDVDShrink to back up your dual layer DVDs to single layer DVDs. Now we’ll look at another native app, K9copy. K9copy is great becasue it will also retain the original DVD menu!


This howto is written specifically for Ubuntu users, but it will work for any Debian based distro and with some minor changes, just about any Linux distro.

First, we’re going to get the latest version of K9copy. You can get a previous version through Synaptic/apt-get but the version available from the repositories will not support (well) backing up the original DVD menu.

So let’s get the latest version first.

wget http://thepiratecove.org/files/k9copy-1.0.4-2_i386.deb

sudo dpkg -i k9*.deb

Now, let’s add support to play encrypted DVDs.

sudo apt-get install libdvdread3

sudo /usr/share/doc/libdvdread3/examples/install-css.sh

Let’s add K9copy to your Applications menu. Right click on Applications and chose “Edit Menus”

Click once on Sound and Video to highlight it, then go to File -> New Entry

The name will be “K9copy” (no quotes) and the command to launch K9copy is:

/usr/local/kde/bin/k9copy

Now, you’re set to launch K9copy. Let’s do it. Make sure you have a DVD you want to copy in your dvdrw drive.

When you launch K9copy, click on the folder icon in the upper left to open and read the DVD. Also, click the “Keep Original Menus” box in the middle, on the right of the main page.

Once that’s complete, click on the Settings tab and select where you’ll want to keep your work files. I would not suggest using any of the auto-burning features on this tab, as they seem a bit broken. Let’s just create the iso and then you can use your favorite DVD burning tool to put the finished product on a disk.
Finally, click the gears icon in the upper left to start the copy. You’ll be prompted to give a path for where you want the complete .iso file to be placed. Now, this can take a while, but when it’s done, you should have a burnable ISO file.

geek out.

Technorati Tags: , , ,

Click the icon, share the link:
  • Digg
  • del.icio.us
  • MisterWong
  • Furl
  • Reddit
  • Technorati
  • BlinkList
  • feedmelinks
  • PopCurrent
  • Blogosphere News
  • Facebook
  • Fark
  • Mixx
  • Slashdot

This post was written by:

arsgeek - who has written 1980 posts on ArsGeek.


Contact the author

0 Comments For This Post

2 Trackbacks For This Post

  1. ArsGeek :: Linux Quickies - copying a cd or dvd with a one line command Says:

    [...] The little program that could, dd, has been around for several decades.  It can do a lot of stuff but today we’re going to use it to copy a cd or dvd. Please note that this isn’t really the best way to make a backup of your DVD collection.  You can read about better ways to do that here and here.  Also, only use this to make legal copies of stuff that you have a right to copy. [...]

  2. Linux Quickies - copying a cd or dvd with a one line command : Tech Tips Says:

    [...] Please note that this isn’t really the best way to make a backup of your DVD collection. You can read about better ways to do that here and here. Also, only use this to make legal copies of stuff that you have a right to copy. [...]

Leave a Reply