home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / sun / apps / 3112 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  2.1 KB

  1. Path: sparky!uunet!wupost!news.ecn.bgu.edu!mp.cs.niu.edu!linac!uwm.edu!spool.mu.edu!agate!stanford.edu!rutgers!uwvax!astroatc!vidiot!ftms!brown
  2. From: brown@ftms.UUCP (Vidiot)
  3. Newsgroups: comp.sys.sun.apps
  4. Subject: Re: Putting /tmp in /usr (was Re: Can f77 be taught not to use /tmp?)
  5. Message-ID: <451@ftms.UUCP>
  6. Date: 26 Jan 93 16:33:30 GMT
  7. References: <1993Jan20.185627.19507@mapsut.einstein.com> <447@ftms.UUCP> <1jsvihINNfe5@moe.ksu.ksu.edu>
  8. Reply-To: brown@ftms.UUCP (Vidiot)
  9. Organization: Vidiot's Other Hangout
  10. Lines: 34
  11.  
  12. In article <1jsvihINNfe5@moe.ksu.ksu.edu> rjq@phys.ksu.edu (Rob Quinn) writes:
  13. <In <447@ftms.UUCP> brown@ftms.UUCP (Vidiot) writes:
  14. <[talking about making f77 use something other than a small /tmp]
  15. <>While this isn't a perfect solution, all of our systems have been reconfigured
  16. <>so that none of the temp space is in / (root).  Sun's brilliant idea of
  17. <>providing temp directories in a filesystem that is way too small is rediculous
  18. <>So, the following is done:
  19. <>    rm -r /tmp /var/tmp /usr/tmp
  20. <>    mkdir /usr/tmp
  21. <>    chmod 777 /usr/tmp
  22. <>    ln -s /usr/tmp /tmp
  23. <>    ln -s /usr/tmp /var/tmp
  24. <
  25. < It's very common to share /usr between machines. Won't your method cause
  26. <a lot of problems? I thought the whole idea behind /usr was that it would
  27. <contain files that never (rarely) changed, and that didn't need to be tailored
  28. <to each host. Host specific files go in / or /var.
  29.  
  30. As a rule around here and machines that we ship, /usr as a whole is not
  31. exported.  While various sub-directories are, they are on a case-by-case basis.
  32.  
  33. While this method isn't perfect, it is sure is a lot better than the amount of
  34. space that Sun lets you have for temp space, when they configure the systems.
  35. The / partition is NEVER big enough to hold squat.
  36.  
  37. < Also, I would suggest a 'chmod +t' on your temp directories.
  38.  
  39. I don't remember that being set as shipped either.  Will it make that much of
  40. a performance difference on a directory?
  41. -- 
  42. harvard\
  43.   ucbvax!uwvax!astroatc!ftms!brown  or  uu2.psi.com!ftms!brown
  44. rutgers/
  45. INTERNET: brown@wi.extrel.com  or  ftms!brown%astroatc.UUCP@cs.wisc.edu
  46.