home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / next / sysadmin / 4731 < prev    next >
Encoding:
Internet Message Format  |  1992-08-18  |  1.2 KB

  1. Path: sparky!uunet!zephyr.ens.tek.com!uw-beaver!ubc-cs!unixg.ubc.ca!kakwa.ucs.ualberta.ca!raven!brad
  2. From: brad%raven@kakwa.ucs.ualberta.ca (Brad Nelson)
  3. Newsgroups: comp.sys.next.sysadmin
  4. Subject: Re: next disks and swapfiles
  5. Message-ID: <1992Aug19.021153.6966@raven.uucp>
  6. Date: 19 Aug 92 02:11:53 GMT
  7. References: <1992Aug18.162747.1@ccsua.ctstateu.edu>
  8. Sender: brad@raven.uucp (Brad Nelson)
  9. Lines: 21
  10.  
  11. In article <1992Aug18.162747.1@ccsua.ctstateu.edu>  
  12. rutherford@ccsua.ctstateu.edu writes:
  13. > How does the next maintain swap files? There is no entry in fstab for it
  14. > (or for my second hard drive, and internal 105 quantum).  There is an entry
  15. > for my boot drive. I am assuming that the internal drive is mounted
  16. > automatically by a non-standard method.  I have seen the swapfile in
  17. > /private/vm, and have wondered if it is possible to either physically
  18. > relocate it to the internal drive or to use a symbolic link instead.
  19.  
  20.    do 'man mach_swapon'. 
  21.  
  22.    do 'head -60 /etc/rc | tail -10'  (look for line with 'mach_swapon')
  23.  
  24.    do 'cat /etc/swaptab'
  25.  
  26. That oughta give you some ideas!
  27.  
  28. You can even have multiple swapfiles, so they can chew ALL of
  29. your disk space.  :-)
  30.  
  31. -Brad        brad%raven@kakwa.ucs.ualberta.ca
  32.