Note that this is a rather brute force method (it does not check to see if
the nodes already exist), and that it will only define nodes for volumes
that have already been dasdfmt'ed, and fdasd'd, and the appropriate DASD
kernel modules loaded.  Those caveats aside, it'll create what is needed.


Mark Post

-----Original Message-----
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of
Richard Troth
Sent: Thursday, April 22, 2004 2:26 PM
To: [EMAIL PROTECTED]
Subject: Re: more than 26 disks


        tail +3 /proc/partitions \
        | awk '{print "mknod -m 600 /dev/" $4, "b", $1, $2}' \
        | sh -x

-- R;

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions, send email
to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to