home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / aix / 11351 < prev    next >
Encoding:
Internet Message Format  |  1992-11-07  |  2.8 KB

  1. Path: sparky!uunet!franvm3.VNET.IBM.COM
  2. From: kraemerf@franvm3.VNET.IBM.COM (Frank Kraemer)
  3. Message-ID: <19921106.082746.756@almaden.ibm.com>
  4. Date: Fri, 6 Nov 92 17:28:32 CET
  5. Newsgroups: comp.unix.aix
  6. Subject: Re. A couple of answers
  7. Reply-To: kraemerf@franvm3.VNET.IBM.COM
  8. Organization: IBM Germany, BO-89 ACIS South
  9. Disclaimer: This posting represents the poster's views, not those of IBM
  10. News-Software: Usenet 3.0
  11. Lines: 51
  12.  
  13. paul@acus1.cc.uky.edu (paul linton) writes :
  14.  
  15. > back when 3.1 wasn't "GOLD" i was getting updates about every week or two
  16. > and i learned one could 'copy' the install tape to disk and do install/update
  17. > with the directory being the install device and it saved LOTS of time once
  18. > the installation began.  I wanted to do this with the latest tape I received
  19. > but I havent done the above in a long time.  I tried (restore -Tf/dev/rmt0.1)
  20. > but it said not in backup format.  Any ideas?
  21.  
  22.   Tape format:   (Install tape)
  23.   ------------
  24.  
  25.   File 1  | File 2  | File 3  | File 4  | File 5  |.......| File n  |
  26.   --------+---------+---------+---------+---------+-------+---------+
  27.   boot    | display | toc     | bos.obj | lpp-1   |.......| lpp-n   |
  28.   --------+---------+---------+---------+---------+-------+---------+
  29.   dd      | dd      | dd      |  tar    | restore |.......| restore |
  30.   -------------------------------------------------------------------
  31.  
  32. > what would be the 'brick walls' run into if someone were to want to write
  33. > a device driver to create a RAMDISK?  Is there a way to have a program
  34. > 'lock down' a block of memory so that it doesn't get swapped?  Other than
  35. > the 'difficulties' in writing a device driver would there be any obvious
  36. > problems with this particular one? (I'm not worried about the 'data loss'
  37. > factor invloved with a power loss).
  38.  
  39. No need to reinvent the wheel. When the machine is started a RAM FS is
  40. created first in the boot sequence. The same is true if you are booting
  41. in maint mode from tape or diskettes. Try a 'mount' and you will see
  42. that the root filesystem is /dev/ram0. But other than that AIX uses a
  43. memory mapped filesystem - you won't see any more performance if you
  44. waste memory for filesystem purposes in normal operation mode - at least
  45. that's my understanding of how the systems works.
  46.  
  47. frank ;-)
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56. .----------------------------------------------------------------------.
  57. | E-Mail: FRANVM3(KRAEMERF)                 - IBM VNET  "Yes, I'm one  |
  58. | ======  IBMMAIL(DEIBM27S)                 - IBM-Mail   of those      |
  59. |         DE.IBMX400.IBMMAIL.KRAEMER.KRAEME - X.400      stupid IBM    |
  60. |         kraemerf@franvm3.vnet.ibm.com     - Internet   field SE's."  |
  61. | Voice : +49-(0)611/776-364                                           |
  62. | Mail  : Abraham-Lincoln Street 26, 6200 Wiesbaden, Germany           |
  63. '----------------------------------------------------------------------'
  64.