[linux-lvm] 12 x UDMA disks -- problems

Michael Loftis zop12 at mindless.com
Thu Mar 9 20:50:46 UTC 2000


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 at egs.uct.ac.za       http://www.egs.uct.ac.za/csag     |
>  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~




More information about the linux-lvm mailing list