From: jshankar <jshankar@CS.ColoState.EDU>
To: linux-raid@vger.kernel.org
Cc: njayshankar@gmail.com
Subject: raid-0,raid-1 help
Date: Fri, 29 Apr 2005 08:00:58 -0600 [thread overview]
Message-ID: <42763803@webmail.colostate.edu> (raw)
Hello,
I need some help in understanding the linux raid-0 and raid-1.
If in raid-0 , i have two device (/dev/sda and /dev/sdb and the chunk size is
4k, which part of the code is responsible for deciding that the first 4k goes
into /dev/sda and then second write of 4K goes into /dev/sdb.How does md
driver knows the layout of the disk. Does it leave to the ide or scsi driver.
Also while reading the data, it needs to read from /dev/sda first and then
from /dev/sdb. which routine is responsible for tracking the blocks and lba.
also Which routine is responsible for queuing the md driver data and command.
where can i find the documentation for raid source code.
All help appreciated.
Thanks
Jay
Note: Please email the response to my email id. I am not a subscriber of
linux-raid group.
reply other threads:[~2005-04-29 14:00 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42763803@webmail.colostate.edu \
--to=jshankar@cs.colostate.edu \
--cc=linux-raid@vger.kernel.org \
--cc=njayshankar@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.