Difference between revisions of "DVD: wodim burn DVD"

From OnnoWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
Instalasi
 
Instalasi
  
  apt install wodim
+
  apt -y install wodim
  
 
Cek devices
 
Cek devices

Latest revision as of 12:27, 9 August 2021

Instalasi

apt -y install wodim

Cek devices

wodim --devices


wodim: Overview of accessible drives (1 found) :
-------------------------------------------------------------------------
 0  dev='/dev/sg2'	rwrw-- : 'HL-DT-ST' 'DVDRAM GP65NB60'
-------------------------------------------------------------------------

Format DVD-RW

cdrecord dev=/dev/sg2 blank=all
cdrecord dev=/dev/sg2 blank=fast


Burn

wodim -v dev=/dev/sg2 speed=4 -eject /path/file.iso
wodim -v dev=/dev/sg2 speed=4 -eject /var/data/iso/hacking/WINDOWS/Windows_7_64-bit_Professional_x64.iso



Pranala Menarik