linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* building network software raid
@ 2002-05-21 16:52 lylai
  2002-05-21 18:16 ` Mike Tran
  0 siblings, 1 reply; 3+ messages in thread
From: lylai @ 2002-05-21 16:52 UTC (permalink / raw)
  Cc: linux-raid

I'm a student doing an OS project: build a software raid over the
network.

I intend to use existing software RAID program. The plan is that build
the raid on a device that is not a real physical device, but a device I
made up. I'll handle the I/O request through the network.

I already wrote a simple device driver with all the required functions,
and try to "mkraid" on the created new devices. But it failed with
error:

	/dev/md0: Invalid arguments

I want to know what information is needed to make mkraid, ... etc. run
properly that they see it as a true hard disk. And what operations are
needed to pass these information out.

Thank you for your advices.



^ permalink raw reply	[flat|nested] 3+ messages in thread
* RE: building network software raid
@ 2002-05-21 19:31 Johannes Puschmann
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Puschmann @ 2002-05-21 19:31 UTC (permalink / raw)
  To: 'lylai'; +Cc: 'linux-raid'

Hi!
Take a look at
http://www.complang.tuwien.ac.at/reisner/drbd/

It may help you.

Best regards
Puschl


> -----Original Message-----
> From: lylai [mailto:lylai@csie.nctu.edu.tw]
> Sent: Tuesday, May 21, 2002 6:52 PM
> To: unlisted-recipients
> Cc: linux-raid
> Subject: building network software raid
> 
> I'm a student doing an OS project: build a software raid over the
> network.
> 
> I intend to use existing software RAID program. The plan is that build
> the raid on a device that is not a real physical device, but a device I
> made up. I'll handle the I/O request through the network.
> 
> I already wrote a simple device driver with all the required functions,
> and try to "mkraid" on the created new devices. But it failed with
> error:
> 
> 	/dev/md0: Invalid arguments
> 
> I want to know what information is needed to make mkraid, ... etc. run
> properly that they see it as a true hard disk. And what operations are
> needed to pass these information out.
> 
> Thank you for your advices.
> 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-raid" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-05-21 19:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-21 16:52 building network software raid lylai
2002-05-21 18:16 ` Mike Tran
  -- strict thread matches above, loose matches on Subject: below --
2002-05-21 19:31 Johannes Puschmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).