> -add the line : MDISK 0204 3390 0001 3338 VMLX05 MR ALL SOME FEW > into my Linux CMS user's USER DIRECT definition. > > - Format the device using cpfmtxa z/VM utility. > > - CMS format 204 c > > - IPL my Linux system. > > - check the devices: > > cat /proc/dasd/devices
Does it show up in /proc/subchannels? If so, add it to the dasd device driver with: "echo add range=204 > /proc/dasd/devices" If not, the guest can't see it for some reason (did it get detached?) > > 0201(ECKD) at ( 94: 0) is dasda : active at blocksize: 4096, 581040 > blocks > , 2269 MB > 0202(ECKD) at ( 94: 4) is dasdb : active at blocksize: 4096, 600840 > blocks > , 2347 MB > 0203(none) at ( 94: 8) is dasdc : unknown After the add range to /proc/dasd/devices you should see a dasdd entry here. Pick up where you left off with the dasdfmt, then fdasd, then make the filesystem on /dev/dasdd1 (or whichever partition) and you should be golden. Don't forget to add the address to your dasd= parameters in your zipl.conf, cd /boot and run zipl so the dasd device is "automatically" enabled the next time you ipl. ~ Daniel ----------------------------------------------------------------------- This message is the property of Time Inc. or its affiliates. It may be legally privileged and/or confidential and is intended only for the use of the addressee(s). No addressee should forward, print, copy, or otherwise reproduce this message in any manner that would allow it to be viewed by any individual not originally listed as a recipient. If the reader of this message is not the intended recipient, you are hereby notified that any unauthorized disclosure, dissemination, distribution, copying or the taking of any action in reliance on the information herein is strictly prohibited. If you have received this communication in error, please immediately notify the sender and delete this message. Thank you. ---------------------------------------------------------------------- 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
