Defining the number of disks for System p and BladeCenter JS hosts

When you define the number of disks on System p and BladeCenter JS hosts running the Linux operating system, you are allocating space for configured disks. On the Linux operating system, disks are represented as device files.

There are 256 minor numbers that are available for each of the eight major numbers that can be used to define Linux device files. A major device number identifies the driver, and the minor number identifies the specific device.

Use the following formula to define the maximum number of device files for the host system:

(Number of major numbers) * (Number of minor numbers) / (Number of partitions) = Number of devices

For example, 8 * 256 / 16 = 128.