Is there a way to have a linux kernel act as a SCSI target?
Yes- with certain select drivers with ad hoc interfaces. None in the current
tree I believe- although I haven't looked real closely lately.
There was one for aha1540 from years ago, and I've got the stubs of one for
parallel SCSI and Fibre Channe for QLogic cards. Repeat: "stubs"- it's not
completed engineering.
The current SCSI framework doesn't understand incoming commands or what to do
with them, hence the ad hoc nature of all target mode support. FreeBSD's CAM
layer does, btw.
-matt
On Wed, 10 Oct 2001, Rick Ellis wrote:
> Is there a way to have a linux kernel act as a SCSI target?
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
> Is there a way to have a linux kernel act as a SCSI target?
>
Take a look at this http://www.iol.unh.edu/consortiums/index.html
Oh yeah- that's right- I forgot about that.
But I still stand by what I said- it's not in the tree, so therefore it's
another 'ad hoc' scsi target implementation (probably as good as any).
On Thu, 11 Oct 2001, Venkatesh Ramamurthy wrote:
>
> > Is there a way to have a linux kernel act as a SCSI target?
> >
>
> Take a look at this http://www.iol.unh.edu/consortiums/index.html
>
>