[5097] in linux-scsi channel archive

home help back first fref pref prev next nref lref last post

Re: Linux as a SCSI _Target_ device?

daemon@ATHENA.MIT.EDU (MOLNAR Ingo)
Wed Nov 11 22:00:43 1998

Date: 	Wed, 11 Nov 1998 21:23:20 +0100 (CET)
From: MOLNAR Ingo <mingo@chiara.csoma.elte.hu>
To: Jeff Noxon <jeff@planetfall.com>
cc: linux-kernel@vger.rutgers.edu, linux-scsi@vger.rutgers.edu,
        linux-raid@vger.rutgers.edu
In-Reply-To: <19981110194852.D13054@planetfall.com>


On Tue, 10 Nov 1998, Jeff Noxon wrote:

> Can anyone tell me if it would be possible to make a Linux system appear
> to another system as a SCSI target?  I want to RAID 5 a whole mess of
> IDE drives and have it appear to another Linux box as a SCSI hard drive.
> I'm guessing it would be possible with one of the Symbios chips and some
> clever hacking.  True/False?  Where to start?
> 
> If I need special hardware, I'm out.

i'm not sure wether such a thing exists in retail, but you also need
kernel support for this. The point would be to 'export' a block device
(RAID5) as an SCSI target.

i was thinking about this one yes, this way Linux could be a real
hardware-RAID box. It's _not_ really complex, but i havent seen this yet.
The board has to do something like this:

	- send an IRQ if an SCSI command arrives
	- should be able to DMA out to the SCSI bus and also accept DMA
	  transfers.

probably there are some RT considerations (Linux has to react within a
given timeframe), but maybe not, and Linux can sure can do much better
than the millisec-timescale of RAID arrays. It is an interesting project. 
True 50-500G hardware-RAID for $5K or so.

-- mingo


-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.rutgers.edu

home help back first fref pref prev next nref lref last post