Difference between revisions of "DVD Burning from the Command Line"

From FreekiWiki
Jump to navigation Jump to search
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
Use this to make an iso or use [[Burning_data_to_multiple_discs_using_Discspan | discspan ]].
+
{{Migrated}}
 +
[https://docs.google.com/document/d/1wX2rHXWRgTsaUr5VL2uHm2dRxa2VODACBjuRErkxKic/edit?usp=sharing]
 +
See [[Burning_data_to_multiple_discs_using_Discspan | Burning data to multiple disks  using Discspan ]] for instructions on how to make suitable iso images.
  
<code>genisoimage -o cd.iso -R -J  cd_dir</code>
+
Use this to burn an iso on a dvd
  
Use this to burn an iso
+
<code>growisofs -dvd-compat  -Z /dev/dvd=disc.iso</code>
  
<code>growisofs -dvd-compat  -Z /dev/dvd=disc.iso</code>
+
and this on a cd
 +
 
 +
<code>cdrecord -v -pad dev=/dev/cdrw1 Disk1.iso</code>
  
TSBackup has two DVD burner installed Substitute <code>/dev/dvd1</code> for <code>/dev/dvd</code> for the second burner.
 
 
You can use <code>-speed=1</code> if you are having difficulty burning a DVD.  
 
You can use <code>-speed=1</code> if you are having difficulty burning a DVD.  
 
[[Category:Tech support]]
 
[[Category:Tech support]]

Latest revision as of 13:40, 9 May 2014

deletion

This page has been migrated to a document on Free Geek's Google Drive.

Information remaining behind may no longer be relevant.

MIGRATOR:

When you have tagged this page as migrated,
please add a link to the new document on Google Drive.

(Link to new page immediately below.)


[1] See Burning data to multiple disks using Discspan for instructions on how to make suitable iso images.

Use this to burn an iso on a dvd

growisofs -dvd-compat -Z /dev/dvd=disc.iso

and this on a cd

cdrecord -v -pad dev=/dev/cdrw1 Disk1.iso

You can use -speed=1 if you are having difficulty burning a DVD.