- To: slug@xxxxxxxxxxx
- Subject: Re: [SLUG] cdrecord
- From: Peter Faulks <peter@xxxxxxxxxxxxxxx>
- Date: Thu Jul 26 03:15:11 2001
- Reply-to: pfaulks@xxxxxxxxxx
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