home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / sun / admin / 9512 < prev    next >
Encoding:
Text File  |  1992-12-16  |  822 b   |  25 lines

  1. Organization: Sophomore, Civil Engineering, Carnegie Mellon, Pittsburgh, PA
  2. Path: sparky!uunet!cis.ohio-state.edu!news.sei.cmu.edu!fs7.ece.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!db74+
  3. Newsgroups: comp.sys.sun.admin
  4. Message-ID: <Uf=rg0_00VIGM1V5RD@andrew.cmu.edu>
  5. Date: Wed, 16 Dec 1992 13:52:48 -0500 
  6. From: "Derrick J. Brashear" <db74+@andrew.cmu.edu>
  7. Subject: Re: tunefs on /usr
  8. In-Reply-To: <193@svb.guug.de>
  9. References: <ByG0ny.KK1@uxa.ecn.bgu.edu> <1992Dec6.000641.3438@nic.csu.net>
  10.     <193@svb.guug.de>
  11. Lines: 12
  12.  
  13. I booted miniroot from the tapes and then did the following:
  14. mkdir /u
  15. echo "/dev/sd1a (or whatever you use as /usr) /u 4.2 rw 1 1" > /etc/fstab
  16. mount /u
  17. cp /u/etc/tunefs /
  18. umount /u
  19. tunefs /dev/sd1a -m 2%
  20. (or whatever the syntax is)
  21. and then rebooted, to get like 4 megs more free space:-)
  22.  
  23.  
  24. -D
  25.