home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / hp / 12822 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  2.1 KB

  1. Path: sparky!uunet!news.centerline.com!noc.near.net!hri.com!spool.mu.edu!caen!destroyer!gumby!yale!yale.edu!ira.uka.de!rz.uni-karlsruhe.de!rz.uni-karlsruhe.de!chris
  2. From: chris@rz.uni-karlsruhe.de (Christian Finger)
  3. Newsgroups: comp.sys.hp
  4. Subject: Re: ramdisc on HP9000 ???
  5. Message-ID: <1992Nov12.135125.16426@rz.uni-karlsruhe.de>
  6. Date: 12 Nov 92 13:51:25 GMT
  7. References: <60046@hpfcse.HP.COM> <BxLEBM.9CK@unix.portal.com>
  8. Sender: usenet@rz.uni-karlsruhe.de (USENET 'No news is bad news' News System)
  9. Reply-To: finger@rz.uni-karlsruhe.de
  10. Organization: Computer Center, University of Karlsruhe, Germany
  11. Lines: 42
  12.  
  13. In article <BxLEBM.9CK@unix.portal.com>, sieler@shell.portal.com (Stan Sieler) writes:
  14. | bnadon@hpfcse.HP.COM (Benoit Nadon) writes:
  15. | : does someone knows how to setup a ramdisc on HP9000 systems.I found a ramdisc
  16. | : driver on my HP9000/350 running HP-UX 8.0 but no instruction or man pages on
  17. | : how to set it up.
  18. | : 
  19. | : Can this be done on a series 800 as well (HP9000/867 running HP-UX 8.02).
  20. | I don't know about any (unsupported?) ram disc from HP, but you can contact
  21. | Kelly Computer Systems at (415) 960-1010 for one for most 8xx and 7xx
  22. | 9000s.  I don't know if they provide it separately, but they do bundle
  23. | it with their memory boards.
  24. | stan sieler
  25. | sieler@allegro.com
  26.  
  27. On hp720 systems running 8.05 or 8.07 there is an unsupported ramdisc
  28. availible.
  29. The major device number is 9, the minor number is 0xABBBBB,
  30. where A has to be a unique number for every ramdisc, B is the size in 
  31. 256 byte blocks.
  32. Be careful, the memory used by the ramdisc is no longer availible to
  33. the VM system.
  34.  
  35. Example (512 KB):
  36.  
  37.     mknod ramdisc b 9 0x100800
  38.     mkfs /dev/ramdisc 512
  39.     mkdir /mnt
  40.     mount /dev/ramdisc /mnt
  41.  
  42.  
  43. Hope that helps,
  44.     Christian
  45.  
  46. -- 
  47.   .     Christian Finger         |  Tel   : (+49) 721/608-4038
  48.  |||    Computer Center          |  Fax   : (+49) 721/32550
  49. \|||    University of Karlsruhe  |  EMail : finger@rz.uni-karlsruhe.de
  50.     /   Postfach 6980            |  X.400 : S = finger; OU = rz
  51.         D-7500 Karlsruhe 1       |          P = uni-karlsruhe; A = dpb; C = de
  52.