home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / aix / 11563 < prev    next >
Encoding:
Text File  |  1992-11-14  |  2.0 KB  |  43 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!wupost!spool.mu.edu!agate!iat.holonet.net!msc
  3. From: msc@orac.holonet.net (Matthew S. Cronk)
  4. Subject: Re: EMERGENCY!!!!!!!!!!!!!
  5. Message-ID: <BxnqHx.FL8@iat.holonet.net>
  6. Sender: usenet@iat.holonet.net (USENET News System)
  7. Nntp-Posting-Host: holonet.holonet.net
  8. Organization: Information Access Technologies, Inc. of Berkeley, CA
  9. References: <1992Nov12.195735.7872@ncsu.edu>
  10. Distribution: comp
  11. Date: Fri, 13 Nov 1992 13:51:33 GMT
  12. Lines: 29
  13.  
  14. In article <1992Nov12.195735.7872@ncsu.edu> jmmannin@eos.ncsu.edu
  15.                 (JAMES MCCOTTER MANNING) writes:
  16. >
  17. >PLEASE HELP!
  18. >I can't boot off of rootvg, and when I booted off of floppy
  19. >and tried to getrootfs, I get the error that /dev/hd4 needs
  20. >64k of free space, and that I should delete files until I have
  21. >that much free, but without root mounted, I don't know how to get
  22. >to /dev/hd4 (/usr) to delete anything.
  23. The root filesystem (/) should be on /dev/hd4, and the /usr filesystem
  24. should be /dev/hd2.  That is the way the system is installed.  If you
  25. have changed your system, then the following suggestions may not help.
  26.  
  27. At the point where you see the message that you need to free some space,
  28. the root filesystem (/dev/hd4) should be mounted over /mnt of the RAM
  29. filesystem.  Type "mount" to verify this.  Assuming that /dev/hd4 is
  30. mounted over /mnt, simply cd to /mnt and rm any files that you are certain
  31. you can live without, such as /smit.script, /smit.log, .sh_history, etc.
  32. Use the "df" command to see if you have freed enough space.  When you
  33. have 64k free in the root filesystem, type exit, and the getrootfs script
  34. should continue with mounting your other filesyetems.  Then you can
  35. rebuild your boot image.  You MUST specify the correct hdisk when
  36. invoking the "bosboot" command!
  37.  
  38. matt
  39.  
  40. disclaimer: These comments are not to be considered representative of any
  41. advice that my employer or employer's clients may provide.  I am not
  42. responsible for loss resulting from these comments.  (covering my butt)
  43.