home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / linux / 8410 < prev    next >
Encoding:
Internet Message Format  |  1992-08-16  |  1.2 KB

  1. Path: sparky!uunet!wupost!usc!cs.utexas.edu!torn!cunews!revcan!software.mitel.com!sharman!sharman
  2. From: sharman@Software.Mitel.COM (Richard Sharman)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: The Third Degree
  5. Message-ID: <SHARMAN.92Aug16185517@sharman.Software.Mitel.COM>
  6. Date: 16 Aug 92 22:55:17 GMT
  7. Sender: sharman@Software.Mitel.COM
  8. Organization: Mitel. Kanata (Ontario). Canada.
  9. Lines: 15
  10. In-reply-to: torvalds@klaava.Helsinki.FI's message of 14 Aug 92 20:54:08 GMT
  11.  
  12. Regarding inodes left around, Linus said:
  13.   This can happen if you install a new version of a running program (like
  14.   'init') and reboot.  The old 'init' is removed from the directory tree,
  15.   but as it's still in use, neither the inode nor the blocks are actually
  16.   reclaimed until the program is exited.  And in many cases (like /bin/sh
  17.   or init or update), the program is never exited until the reboot has
  18.   happened.  "fsck -a" should clear up the problem - or you should be more
  19.   careful when rebooting with "deleted" programs still running. 
  20.  
  21. So, if one is installing a new init for example, what is the "proper"
  22. way to do it?   Go ahead and then "fsck",  kill init and reboot,
  23. or what?  I don't quite know what the "being more careful"
  24. really means here.
  25.  
  26. Richard
  27.