home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / ultrix / 8921 < prev    next >
Encoding:
Internet Message Format  |  1992-12-17  |  2.1 KB

  1. Path: sparky!uunet!spool.mu.edu!agate!dog.ee.lbl.gov!csa1.lbl.gov!tonse
  2. From: tonse@csa1.lbl.gov (Shaheen R Tonse (510)-486-6349)
  3. Newsgroups: comp.unix.ultrix
  4. Subject: Swap area on Dec5000
  5. Date: 16 Dec 1992 21:21 PST
  6. Organization: Lawrence Berkeley Laboratory - Berkeley, CA, USA
  7. Lines: 37
  8. Distribution: world
  9. Message-ID: <16DEC199221211918@csa1.lbl.gov>
  10. NNTP-Posting-Host: 128.3.254.196
  11. X-Vmsmail-To: SMTP%"tonse@lbl.gov"
  12. News-Software: VAX/VMS VNEWS 1.41    
  13.  
  14. Hello, recently I put in a new disk on my Dec5000, and partitioned it the 
  15. following way, so that there is some swap space (70560 blocks) in the b 
  16. partition. (This information is done with chpt, and is identical to what I have 
  17. in /etc/disktab)
  18.  
  19. chpt -q /dev/rrz1a gives:
  20. Current partition table:
  21. partition     bottom        top       size    overlap
  22.     a              0      25199      25200    c,d,e,f
  23.     b          25200      95759      70560    c
  24.     c              0    1998359    1998360    a,b,d,e,f,g,h
  25.     d              0          0          0    a,c,e,f
  26.     e              0          0          0    a,c,d,f
  27.     f              0          0          0    a,c,d,e
  28.     g          95760    1047059     951300    c
  29.     h        1047060    1998359     951300    c
  30.  
  31. I already had a 131072 block swap area on the b partition of the existing old 
  32. disk.
  33.  
  34. chpt -q /dev/rrz0a gives:
  35. Current partition table:
  36. partition     bottom        top       size    overlap
  37.     a              0      32767      32768    c
  38.     b          32768     163839     131072    c
  39.     c              0    1299173    1299174    a,b,d,e,f,g,h
  40.     d         163840     456369     292530    c,g
  41.     e         456370     748899     292530    c,g,h
  42.     f         748900    1299173     550274    c,h
  43.     g         163840     731505     567666    c,d,e
  44.     h         731506    1299173     567668    c,e,f
  45.  
  46. A colleague tells me that it is useless to just make new b partitions and 
  47. expect the system to know that they are available for swap area, unless one 
  48. somehow re-compiles this information into the kernel. Is this true, and if so, 
  49. is it "easy" to do?
  50.                 Regards, S.Tonse.
  51.