Difference between revisions of "DVD: wodim burn DVD"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Instalasi | Instalasi | ||
− | apt install wodim | + | apt -y install wodim |
Cek devices | Cek devices | ||
Line 13: | Line 13: | ||
------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ||
− | Format | + | Format DVD-RW |
+ | cdrecord dev=/dev/sg2 blank=all | ||
cdrecord dev=/dev/sg2 blank=fast | cdrecord dev=/dev/sg2 blank=fast | ||
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