Stop Microsoft
Operating Systems => Linux and UNIX => Topic started by: RedFedora on 8 December 2002, 08:29
-
Does anyone know how to confgiure lilo to use the ide-scsi option. Im having a few problems with my cd burner.
-
Your kernel section would look something like this:
Notice the append="hdd=ide-scsi". Whatever ide drive is your burner replace "hdd" with it (might be hdc or something else depending on where it is on your ide chain).
-
odd coinsedence, becuase hdd is the drive the burner is on,
-
What, do you have two login IDs??
-
nope, check the ip's
redfedora lives down the street from me/*and i can prove it*/
next time im at his house ill take a picture
[ December 08, 2002: Message edited by: choasforages ]
-
It's gonna be whatever you have it set to on your IDE chain. If you have two burners like me, one on hdb and one on hdd, then you would have to do both:
append="hdb=ide-scsi hdd=ide-scsi"
-
Thanks that helps alot. Im pretty sure I can get it to work now.