■CD-R書き込み(Vine3.1)

▼書き込み準備

SCSIもしくはIDEのCD-Rドライブが必要です

Linuxで、通常CD-Rを書き込む場合はSCSIが必要になります
cdrecord -scanbus を実行してドライブが表示されなかった場合は
IDE CD-RドライブをSCSIエミュレーションしてください
IDE - SCSI エミュレーションはこちら

cdrecord -scanbus


Cdrecord-Clone 2.01a31-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jrg Schilling
Note: This version is an unofficial (modified) version with DVD support
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to .
Note: The author of cdrecord should not be bothered with problems in this version.
Using libscg version 'schily-0.8'.
scsibus5:
	5,0,0	500) 'AOPEN   ' 'COM5232/AAH PRO ' '1.04' Removable CD-ROM
	5,1,0	501) *
	5,2,0	502) *
	5,3,0	503) *
	5,4,0	504) *
	5,5,0	505) *
	5,6,0	506) *
	5,7,0	507) *


▼CD-Rへの書き込み
ISOファイルのイメージを書き込みます
ISOファイルの作成方法はこちら
ドライブに空のディスクを入れてコマンドを実行 cdrecord -v -eject speed=10 dev=5,0,0 書き込むISOファイル名 speed は書き込むスピード dev はcdrecord -scanbusで表示されたデバイス名 ■Vine 3.1の IDE - SCSI エミュレーション /etc/lilo.conf ファイルを開きます一番下の行の中にエミュレーションするIDEデバイスを追加します /dev/hda IDE 0 マスター・デバイス /dev/hdb IDE 0 スレーブ・デバイス /dev/hdc IDE 1 マスター・デバイス /dev/hdd IDE 1 スレーブ・デバイス CD-RドライブをIDE 1のマスターに取り付けましたので hdc=ide-scsi と追加しました。 prompt timeout=50 default=linux boot=/dev/hda map=/boot/map install=menu message=/boot/message image=/boot/vmlinuz-2.4.27-0vl7 label=linux initrd=/boot/initrd-2.4.27-0vl7.img read-only root=/dev/hda2 append=" resume2=swap:/dev/hda3 hdc=ide-scsi" ▼追加後にliloコマンドを実行し再起動します /sbin/lilo


▲トップページ > Linux と C