Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ripping_dvds [2018/03/28 05:55] – [Mounting a DVD Image] beandogripping_dvds [2018/03/28 05:56] (current) – [Extracting Image / Cloning DVD Filesystem / Ripping a DVD to an ISO] beandog
Line 28: Line 28:
 There are other ways to copy the DVD, such as [[vobcopy]], but these programs are designed to rip parts of the DVD or to mirror the filesystem another way.  Don't take that note as an implication of inferiority.  The tools are great, but in my circumstance, does not always achieve what I want to do. There are other ways to copy the DVD, such as [[vobcopy]], but these programs are designed to rip parts of the DVD or to mirror the filesystem another way.  Don't take that note as an implication of inferiority.  The tools are great, but in my circumstance, does not always achieve what I want to do.
  
-I mostly use [[ddrescue]] to rip a DVD.  Here's a sample syntax:+I mostly use [[ddrescue]] to rip a DVD. Here's a sample syntax:
  
 <code> <code>
Line 34: Line 34:
 </code> </code>
  
-Simple as that.  Once the ISO is ripped, you can access it just as you would a DVD drive:+Simple as that. Once the ISO is ripped, you can access it just as you would a DVD drive:
  
 Examples: Examples:
Line 54: Line 54:
 </code> </code>
  
 +I really, really, really don't recommend using ''cat'' since it's ugly. There are cleaner and safer ways to copy it. If you really don't want to install anything on your box, use ''dd''. I think even busybox ships with a copy of it.
 ==== Mounting a DVD Image ==== ==== Mounting a DVD Image ====
  

Navigation