home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sgi / 11187 < prev    next >
Encoding:
Text File  |  1992-07-22  |  1.2 KB  |  30 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!usc!cs.utexas.edu!convex!jhall
  3. From: jhall@convex.com (Jon Hall)
  4. Subject: Using more than 255 minor devices
  5. Message-ID: <1992Jul22.185501.12759@convex.com>
  6. Sender: usenet@convex.com (news access account)
  7. Nntp-Posting-Host: convex1.convex.com
  8. Organization: CONVEX Computer Corporation, Richardson, Tx., USA
  9. Distribution: usa
  10. Date: Wed, 22 Jul 1992 18:55:01 GMT
  11. X-Disclaimer: This message was written by a user at CONVEX Computer
  12.               Corp. The opinions expressed are those of the user and
  13.               not necessarily those of CONVEX.
  14. Lines: 14
  15.  
  16. I have an optical jukebox which has 144 shelves with 2 sided platters, so I
  17. need to have 288 minor devices. Since the max number of minor devices is 255
  18. (2^8), I decided to use consecutive major numbers.
  19.  
  20. To get the first device sysgened in, I added a "USE: jb" entry to the system 
  21. file, added a jb entry to the master.d directory, and then a "jb.o" driver 
  22. module to the boot directory, and everything worked fine. But then I tried, 
  23. adding a jb1 entry (with major # + 1) to the master.d directory, but the system
  24. still won't recognize that major number. So what else do I need to do??
  25.  
  26. Please post the answer and don't send email
  27.  
  28. Thanks!!
  29.  
  30.