Burning and Ripping CDs/DVDs
Kembali
Lanjut

Burning and Ripping CDs/DVDs

Burning a Photo or Data CD/DVD

  1. Luncurkan k3b dengan memilih K-Menu->Multimedia->k3b (CD and DVD Burning)

  2. Follow the steps to burn a data CD (Offline Help) in the K3B handbook.

Membakar CD/DVD Audio

  1. If you want to burn mp3 files into audio CDs, you will need to install the libk3b2-mp3 package from the Universe repository (see “Mengelola Gudang”).

  2. Luncurkan k3b dengan memilih K-Menu->Multimedia->k3b (CD and DVD Burning)

  3. Follow the steps to burn an audio CD (Offline Help) in the K3B handbook.

Rip DVD dengan K3B

  1. Install the following packages

    transcode
    libxvidcore4
    sox
    mjpegtools
    toolame
    libdvdread

    from the Universe and Multiverse repository (see “Mengelola Gudang”).

  2. Luncurkan k3b dengan memilih K-Menu->Multimedia->k3b (CD and DVD Burning)

  3. Follow the steps to Rip a DVD and Encode it (Offline Help) in the K3B handbook.

Membuat berkas MD5 Checksum

  • Untuk menyimpan md5sum dari file.iso menjadi berkas, jalankan:

    md5sum file.iso > file.iso.md5

Check MD5 checksum of an ISO image

  1. Assuming that file.iso and file.iso.md5 are in the same folder.

  2. md5sum -c file.iso.md5

Mount/unmount Image (ISO) files without burning to CD

  1. Untuk mount berkas Citra (ISO)

    sudo mkdir /media/iso
    sudo modprobe loop 
    sudo mount file.iso /media/iso/ -t iso9660 -o loop
  2. Untuk unmount berkas Citra (ISO)

    sudo umount /media/iso/
Kembali
Lanjut
Depan