[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gentoojp-users 859] Re: ide cd-rw



竹島です。

Nakajima様のアドバイスそのものでした。
ただ このメール職場から自宅へ転送したものに対してreply
してますのでスレッドがおかしいかもしれません、済みません。

付け加えるものがあるとしたら、
ーーーーーーーーーーーー
gentoo root # mount /dev/hda1 /mnt/

gentoo root # cat /mnt/boot/grub/grub.conf
# Boot automatically after 30 secs.
timeout 30

# By default, boot the first entry.
default 0

splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title=my gentoo

root   (hd0,0)
kernel (hd0,0)/boot/bzImage  root=/dev/hda3 hdb=ide-scsi
ーーーーーーーーーーーー
のみです。

これにてgentoo root # cdrecord -scanbus
Cdrecord 2.01a14 (i686-pc-linux-gnu) Copyright (C) 1995-2003 J?g Schilling
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.7'
scsibus0:
        0,0,0     0) 'TEAC    ' 'CD-W58E         ' '1.0A' Removable CD-ROM
        0,1,0     1) *
以下略

なお
gentoo root # dmesg | grep hdb
Kernel command line: root=/dev/hda3 hdb=ide-scsi
ide_setup: hdb=ide-scsi
    ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
hdb: CD-W58E, ATAPI CD/DVD-ROM drive
です。 助かりました。ありがとうございました。