CD/DVDの書き込みと吸い出し
前のページ
次のページ

CD/DVDの書き込みと吸い出し

写真やデータをCD/DVDに書き込む

  1. Launch k3b by going to KMenuMultimediaK3b - CD & DVD Burning.

  2. Follow the Quickguide: Copying a Data-CD in 4 Steps located in the K3B handbook.

音楽CD/DVDを書き込む

  1. If you want to burn MP3 files into audio CDs, you will need to install the libk3b2-extracodecs package. Please refer to the Adding Applications document for help on installing applications.

  2. Launch k3b by KMenuMultimediaK3b - CD & DVD Burning.

  3. Follow the Quickguide: Burning an Audio-CD in 4 Steps located in the K3B handbook.

K3BでDVDを吸い出す

  1. Install the following packages

    transcode
    libxvidcore4
    sox
    mjpegtools
    toolame
    libdvdread

    . Please refer to the Adding Applications document for help on installing applications.

  2. Follow the How to rip a DVD and encode it into an MPEG-4 AVI with K3b located in the K3b Handbook.

MD5チェックサム・ファイルを作成する

  1. Open Konsole by going to KMenuSystemKonsole - Terminal Program.

  2. At the command prompt type the following line and then press the Enter key: To save the md5sum of file.iso to a file, run:

    md5sum file.iso > file.iso.md5
    

ISOイメージのMD5チェックサムを検査する

  1. Open Konsole by going to KMenuSystemKonsole - Terminal Program.

  2. Assuming that file.iso and file.iso.md5 are in the same folder, type the following at the command prompt and then press the Enter key:

    md5sum -c file.iso.md5
    

イメージ(ISO)ファイルをCDに書き込まずにマウント/アンマウントする

  1. Open Konsole by going to KMenuSystemKonsole - Terminal Program.

  2. To mount Image (ISO) file type the following at the command prompt, pressing the Enter key after every line:

    sudo mkdir /media/iso
    sudo modprobe loop 
    sudo mount file.iso /media/iso/ -t iso9660 -o loop
    

  3. To unmount Image (ISO) file type the following at the command prompt and then press the Enter key:

    sudo umount /media/iso/
    

前のページ
次のページ
ホーム