Difference between revisions of "DVD: wodim burn DVD"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  (Created page with "Instalasi   apt install wodim  Cek devices   wodim --devices    wodim: Overview of accessible drives (1 found) :  -------------------------------------------------------------...")  | 
				Onnowpurbo (talk | contribs)   | 
				||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Instalasi  | Instalasi  | ||
| − |   apt install wodim  | + |   apt -y install wodim  | 
Cek devices  | Cek devices  | ||
| Line 12: | Line 12: | ||
   0  dev='/dev/sg2'	rwrw-- : 'HL-DT-ST' 'DVDRAM GP65NB60'  |    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  | Burn  | ||
| Line 17: | Line 23: | ||
  wodim -v dev=/dev/sg2 speed=4 -eject /path/file.iso  |   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  |   wodim -v dev=/dev/sg2 speed=4 -eject /var/data/iso/hacking/WINDOWS/Windows_7_64-bit_Professional_x64.iso  | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ==Pranala Menarik==  | ||
| + | |||
| + | |||
| + | * [[DVD]]  | ||
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