Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
ripping_dvds [2013/08/01 12:42]
beandog [Filesystem]
ripping_dvds [2018/03/27 23:55]
beandog [Mounting a DVD Image]
Line 14: Line 14:
 ==== Filesystem ==== ==== Filesystem ====
  
-The file extension ''​.iso''​ has also become associated with a DVD rip, or really any image of any DVD or CD.  It's a misnomer, since for video DVDs, the filesystem format is UDF.  I'm not a fussbudget when it comes to using correct terminology,​ though, so I'm not going to beat it into everyone'​s head that they'​re doing things wrong. :)  I use the .iso extension exclusively. ​ The only reason for pointing out that the file format is UDF is that it is important when trying to mount an ISO.+The file extension ''​.iso''​ has also become associated with a DVD rip, or really any image of any DVD or CD.  It's a misnomer, since for video DVDs, the filesystem format is UDF.  I'm not a fussbudget when it comes to using correct terminology,​ though, so I'm not going to be anal about it. :)  I use the .iso extension exclusively. ​ The only reason for pointing out that the file format is UDF is that it is important when trying to mount an ISO.
  
 ==== Terminology ==== ==== Terminology ====
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 use [[ddrescue]] ​the most to rip a DVD.  Here's a sample syntax:+mostly ​use [[ddrescue]] to rip a DVD.  Here's a sample syntax:
  
 <​code>​ <​code>​
Line 61: Line 61:
  
 <​code>​ <​code>​
-mount -t udf dvd.iso /mnt/dvd+mount -t udf -o ro dvd.iso /mnt/dvd
 </​code>​ </​code>​

Navigation