On Tue, 12 Sep 2000, Mikkel wrote:
> On Tue, 12 Sep 2000, Peter (XTRA) wrote:
>
> > Hi
> >
> > is there a simple way to use kernald or the likes to replace
> > HP 7500 IDE Burner to a scsi device so it'll be seem by
> > xcdroast to use, I believe there is a way to do something like
> > ide-cdrom-scsi via the kernel orthe low machine devices to
> > get scsi emulation.
> >
> > As I don't know to much about this yet and I didn't fully
> > understand the CD-Burner howto and the tech programming
> > info I'm thinking I maybe can make the changes from within
> > Linuxconf or the likes.
> >
> > Cheers
> > Pete
> >
> Hike Harris posted this before - it gives you what you need.
>
> Mike's-IDE/ATAPI-CDRW-HOWTO
> ...
> If it doesn't work, make sure all of the above steps were
> followed correctly. Also, if you kernel has "Probe for multiple
> LUNs, you'll likely have trouble and have to disable this and
> make a new kernel.
While the multiple LUNs thingy is annoying, it can be dealt with without
recompiling the kernel if you want. If your kernel has multiple LUNs
compiled in, the first ide-scsi device will consume the first eight
device files, both the /dev/sg* files used for cd burner operation, and
the /dev/sr* and /dev/scd* files (they are the same thing) used for
mounting of CDROMs. If you only have eight of those device files, then
there are none for a second ide-scsi device to use. The really easy fix
is to just create an additional device file for the second ide-scsi
device.
For example, if you only have /dev/sga - sgh, then create an additional
device file like this:
# cd /dev
# mknod sgi c 21 8
Similarly for /dev/scd8:
# cd /dev
# mknod scd8 b 11 8
Check the permissions to make sure they match the other similar device
files. Reboot and things should be working.
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list