home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sun / admin / 4888 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  2.4 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!relay!afterlife!dpkemp
  2. From: dpkemp@afterlife.ncsc.mil (David P. Kemp)
  3. Newsgroups: comp.sys.sun.admin
  4. Subject: Re: Disk Partitioning
  5. Message-ID: <1992Jul23.010237.2450@afterlife.ncsc.mil>
  6. Date: 23 Jul 92 01:02:37 GMT
  7. References: <1992Jul17.182425.117776@zeus.calpoly.edu> <245@ftms.UUCP> <1992Jul21.214918.157285@zeus.calpoly.edu>
  8. Distribution: na
  9. Organization: The Great Beyond
  10. Lines: 41
  11.  
  12. In article <1992Jul21.214918.157285@zeus.calpoly.edu> etsiao@joule (Eddie Tsiao) writes:
  13. >
  14. >As my earlier followup says, I was actually looking for a way to "grow" the
  15. >fs into the partition without having to backup/newfs/restore because this
  16. >deals with the root and /usr partitions.  I was hoping to avoid having to boot
  17. >miniroot etc... 
  18.  
  19. You have hit upon a good reason for making /usr/local it's own partition.
  20. /usr (the standard OS supplied by the vendor) is relatively stable, and
  21. can be sized fairly accurately at install time once you know what options
  22. (oops - packages) you want to load.  We put everything else in /usr/local,
  23. including OW{2,3} in /usr/local/openwin and the development tools in
  24. /usr/local/lang.  In fact, we now have so much third-party stuff that
  25. /usr/local has grown beyond the entire 600 MB disk originally allocated
  26. for it.
  27.  
  28. So now we have come full circle, and /usr/local is once again on the /usr
  29. partition, but now it contains only symbolic links to various locations:
  30.  
  31. frame3.0X -> /n/server1/d1/frame3.0X
  32. frame3.1OL -> /n/server1/d1/frame3.1OL
  33. khoros -> /n/server2/d1/khoros
  34. openwin -> /n/server3/d2/openwin3
  35.  . . . etc
  36.  
  37.  
  38. To answer your question, no I don't believe you can grow a Berkeley
  39. FFS partition without saving, newfs'ing, and restoring.  Solaris-2
  40. has a filesystem switch which will allow other types of filesystems
  41. such as RFS, AFS, and a bunch of others.  I don't know if you can
  42. grow any of them either.  The IBM AIX filesystem does allow you to
  43. grow a "logical volume", but since it doesn't allow you to shrink
  44. one it doesn't sound too useful except when adding a new disk drive.
  45. I don't know if you can mount an AIX filesystem under the SVR4
  46. filesystem switch.
  47.  
  48. -- 
  49.    Dave Kemp   dpkemp@afterlife.ncsc.mil 
  50. -----------------------------------------------------------------------------
  51. "The use of history as therapy means the corruption of history as history."
  52.     -- Arthur Schlesinger          (quote stolen from Chet Ramey, CWRU)
  53.