Difference between revisions of "DVD: Clean Opsi 1"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "Option 1 Open your terminal and run the following commands umount /dev/cdrom cdrecord dev=/dev/cdrom blank=fast ==Pranala Menarik== * DVD") |
Onnowpurbo (talk | contribs) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Option 1 | Option 1 | ||
| + | |||
| + | Install | ||
| + | |||
| + | apt -y install wodim | ||
| + | |||
| + | |||
| + | Cek device cdrom | ||
| + | |||
| + | fdisk -l | ||
| + | |||
Open your terminal and run the following commands | Open your terminal and run the following commands | ||
| + | |||
| + | umount /dev/sr0 | ||
| + | cdrecord dev=/dev/sr0 blank=fast | ||
umount /dev/cdrom | umount /dev/cdrom | ||
cdrecord dev=/dev/cdrom blank=fast | cdrecord dev=/dev/cdrom blank=fast | ||
| + | |||
| + | |||
| + | |||
| + | akan keluar kira2 | ||
| + | |||
| + | Device type : Removable CD-ROM | ||
| + | Version : 0 | ||
| + | Response Format: 2 | ||
| + | Capabilities : | ||
| + | Vendor_info : 'TSSTcorp' | ||
| + | Identification : 'CDDVDW SE-208DB ' | ||
| + | Revision : 'MF00' | ||
| + | Device seems to be: Generic mmc2 DVD-R/DVD-RW. | ||
| + | Using generic SCSI-3/mmc DVD-R(W) driver (mmc_mdvd). | ||
| + | Driver flags : SWABAUDIO BURNFREE | ||
| + | Supported modes: PACKET SAO | ||
| + | Speed set to 2770 KB/s | ||
| + | Starting to write CD/DVD at speed 2.0 in real BLANK mode for single session. | ||
| + | Last chance to quit, starting real write in 0 seconds. Operation starts. | ||
| + | |||
Latest revision as of 10:55, 16 May 2020
Option 1
Install
apt -y install wodim
Cek device cdrom
fdisk -l
Open your terminal and run the following commands
umount /dev/sr0 cdrecord dev=/dev/sr0 blank=fast
umount /dev/cdrom cdrecord dev=/dev/cdrom blank=fast
akan keluar kira2
Device type : Removable CD-ROM Version : 0 Response Format: 2 Capabilities : Vendor_info : 'TSSTcorp' Identification : 'CDDVDW SE-208DB ' Revision : 'MF00' Device seems to be: Generic mmc2 DVD-R/DVD-RW. Using generic SCSI-3/mmc DVD-R(W) driver (mmc_mdvd). Driver flags : SWABAUDIO BURNFREE Supported modes: PACKET SAO Speed set to 2770 KB/s Starting to write CD/DVD at speed 2.0 in real BLANK mode for single session. Last chance to quit, starting real write in 0 seconds. Operation starts.