At 11:16 10-10-02 -0600, James Johnson wrote: >Is there a max number of dasd devices that can be attached to a Linux >machine?
The dasd driver these days automatically acquires more major numbers when you go beyond 64 devices, though you will need to make the /dev/dasd* device nodes yourself with mknod. However if you talk about large number of volumes you probably want to manage that in some way, and afaik LVM only works for devices with the major number 94. So you would need to look into md which may take a bit more to set up. Rob
