Tugger the SLUGger!SLUG Mailing List Archives

Re: [SLUG] cdrecord


On Thu, 26 Jul 2001 00:33, cpaul wrote:
> did you mount the drive with the scsi-ide bridge thing?
>
> real details in the cdwriting howto
>
[peter@fred peter]$ cat /etc/lilo.conf
boot="/dev/hda"
map=/boot/map
install=/boot/boot.b
prompt
timeout="50"
message=/boot/message
linear
default=win4lin
 
image="/boot/vmlinuz-2.4.2-2"
        label="linux"
        read-only
        root="/dev/hda8"
        append=" hdc=ide-scsi"
# Added by NeTraverse for Win4Lin kernel
 
image="/boot/win4lin"
        label="win4lin"
        root="/dev/hda8"
        append=" hdc=ide-scsi"

I've also tried append=" hdc=scsi" which I read somewhere was needed for 2.4

I've spent all bloody day on this, its starting to annoy me :-)

Regards