From: Michael Loftis <zop12@mindless.com>
To: Bruce Hewitson <hewitson@egs.uct.ac.za>
Cc: linux-lvm@msede.com
Subject: Re: [linux-lvm] 12 x UDMA disks -- problems
Date: Thu, 09 Mar 2000 15:50:46 -0500 [thread overview]
Message-ID: <38C80EA5.79AB60C@mindless.com> (raw)
In-Reply-To: Pine.LNX.4.10.10003091735500.19333-100000@tie.egs.uct.ac.za
ide0..ide5
The ide count is 0 based. Major number is that of the ide controller.
Minor is that of the 'right' partition.
ide4 master is 56,0 (hdi) and ide4 slave is 56,64 (hdj) my notation is
major/minor so
mknod hdi b 56 0
mknod hdj b 56 64
Would get you the correct entries. Partitions are +1 so hdi1 is
mknod hdi1 b 56 1
mknod hdi2 b 56 2
And for hdj
mknod hdj1 b 56 65
mknod hdj2 b 56 66
That is assuming the major number you quoted below is correct :)
Michael Loftis
Bruce Hewitson wrote:
> I am trying to use 12x37Gig UDMA disks off 3 Promise/Ultra-66 ide
> controlers providing 6 ide chains. However, MAKEDEV will only create
> devices hd[a-l] --- I need in addition devices hd[m-p]. I looked in the
> MAKEDEV script, and can see two places where I can extend the devices to
> inlude these, but am stumped whith the lines
>
> ...
> ...
> major=`Major ide4 56`
> major=`Major ide5 57`
>
> For ide6 and ide7, how do I determine the Major numbers?
>
> Any help appreciated.
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> | Assoc. Prof. Bruce C. Hewitson Ph: +27 21 650 2878 |
> | Dept. Environmental & Geographical Sc. Fax: +27 21 650 3791 |
> | University of Cape Town, Private Bag, Rondebosch, South Africa 7701 |
> | hewitson@egs.uct.ac.za http://www.egs.uct.ac.za/csag |
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
prev parent reply other threads:[~2000-03-09 20:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-03-09 15:41 [linux-lvm] 12 x UDMA disks -- problems Bruce Hewitson
2000-03-09 17:49 ` Holger Grothe
2000-03-09 20:50 ` Michael Loftis [this message]
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=38C80EA5.79AB60C@mindless.com \
--to=zop12@mindless.com \
--cc=hewitson@egs.uct.ac.za \
--cc=linux-lvm@msede.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox