← Back to team overview

sslug-teknik team mailing list archive

cdrecord scsi-emulering hvordan med grub

 

Hvordan får jeg min brænder til at køre under RH9?
Jeg har flyttet min brænder fra en maskine med RH7.3 til en med RH9.0 og får følgende :

[hca@localhost hca]$ su
Password: 
[root@localhost hca]# cdrecord -scanbus
Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 J___rg Schilling
cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
[root@localhost hca]#

Jeg har i  /etc/grub.conf indsat linien:
append="hdc=ide-scsi"
og har i øvrigt følgende på maskinen:

[root@localhost hca]# which cdrecord
/usr/bin/cdrecord
[root@localhost hca]# rpm -q cdrecord
cdrecord-2.0-6
[root@localhost hca]# for d in /proc/ide/hd*; do [ $(<$d/media) = cdrom ] && echo ${d##*/}; done
hdb
hdc
[root@localhost hca]# hdcsi"



Venlig hilsen / Best regards
Hans Christian


Venlig hilsen / Best regards
Hans Christian


Follow ups