home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / m88k / 412 < prev    next >
Encoding:
Text File  |  1993-01-25  |  1.8 KB  |  58 lines

  1. Newsgroups: comp.sys.m88k
  2. Path: sparky!uunet!gatech!hubcap!mmgall
  3. From: mmgall@hubcap.clemson.edu (Morris Galloway Jr.)
  4. Subject: Re: Making /var a separate partition
  5. Message-ID: <1993Jan25.235718.22508@hubcap.clemson.edu>
  6. Keywords: DG Data General AViiON
  7. Organization: Clemson University
  8. References: <1k088uINNft6@apache.dtcc.edu>
  9. Date: Mon, 25 Jan 1993 23:57:18 GMT
  10. Lines: 46
  11.  
  12.  
  13. weave@apache.dtcc.edu (Ken Weaverling) writes:
  14.  
  15. >I have a Data General AViiON 4120. The default disk paritioning only 
  16. >gave me / and /usr with /var being in root of course. I have constant
  17. >problems with mail, print spools, and other things filling up root.
  18.  
  19. >Is there any problems with making /var a separate parition? I checked
  20. >the rc3.d scripts and the only conflict I can see if stat in 
  21. >S113.update, which runs before S114.localfs is that S113 cleans up
  22. >lock files and stuff in /var/mail and /var/spool/uucp. (Come to think
  23. >of it, isn't /usr not mounted at that point either?)
  24.  
  25. >I feel pretty safe in doing this, but I am the paranoid type too.
  26.  
  27. >Thanks for any hints and pointers!
  28.  
  29. >-- 
  30.  
  31. We just did that, the wrong way, and spent some time with DG tech support
  32. on the phone, getting it straightened out.
  33.  
  34. Yes, it can be done.
  35.  
  36. Basic idea
  37.  
  38. Get to init 1, make sure print spooler, uucp, etc are not started.
  39. Create a partition, say /dev/dsk/var2
  40. Mount it somewhere and use tar to copy /var into it
  41. Get to init s, rename /var to /var.old
  42. Create a /var directory
  43. Mount /dev/dsk/var2 onto /var
  44. Edit /etc/fstab to reflect the new mount point.
  45.  
  46. The trouble with using sysadm, it that its log is being written into
  47. /var.
  48.  
  49. Check this out with your experts.  I AM NOT A UNIX WIZARD!
  50.  
  51. Good luck!
  52.  
  53.  
  54.  
  55. Morris Galloway Jr.   mmgall@presby.edu    +1-803-833-8217
  56. Dean, Administrative Services  
  57. Presbyterian College    Clinton, SC  29325  USA
  58.