Rabu, 16 April 2014

4678. Burn DVD from An ISO Image.

بِسْمِ اللَّهِ الرَّحْمَنِ الرَّحِيمِ  , الْحَمْدُ لِلَّهِ رَبِّ الْعَالَمِينَ , الرَّحْمَنِ الرَّحِيمِ ,  مَالِكِ يَوْمِ الدِّينِ , إِيَّاكَ نَعْبُدُ وَإِيَّاكَ نَسْتَعِينُ , اهْدِنَا الصِّرَاطَ المُسْتَقِيمَ  , صِرَاطَ الَّذِينَ أَنْعَمْتَ عَلَيْهِمْ , غَيْرِ المَغْضُوبِ عَلَيْهِمْ وَلاَ الضَّالِّينَ.


Assalamualaikum w.b.t/السَّلاَمُ عَلَيْكُمْ وَرَحْمَةُ اللهِ وَبَرَكَاتُه

Meja www.peceq.blogspot.com  
  • Burn DVD from An ISO Image.
    You have backed up a DVD to your hard drive in ISO format. Now, you want to burn a DVD from that image. This post illustrates how, first using the command line, then the GUI.

    COMMAND LINE

    Insert the DVD disc, and issue one of the following commands to burn a disc.
    1. growisofsTo install growisofs,
      $ sudo apt-get update
      $ sudo apt-get install growisofs  
      
      To burn DVD,
      $ growisofs  -dvd-compat -Z  /dev/dvd=/home/peter/my.iso 
      
    2. wodimTo install wodim,
      $ sudo apt-get update
      $ sudo apt-get install wodim
      
      Burn a disc like this:
      $ sudo wodim -v dev=/dev/dvd speed=4 -dao  -eject -data /home/peter/my.iso 
      

    GUI

    The GUI favorites are:
    Below are the K3b-specific instructions to burn an ISO image on a DVD.
    1. Run K3b
    2. Select Burn Image in the Tools menu. 
    3. Specify the location of the ISO image file.
    4. Insert a blank DVD disc.
    5. The Burn Medium field is updated to indicate the detected empty disc. 
    6. Click Start. 
    7. Sumber: (http://linuxcommando.blogspot.com/2014/04/burn-dvd-from-iso-image.html
    8. Blogger Home. 
    9. s3v3n

      s3v3n
      copyright©
      IP

Tiada ulasan: