home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / 25668 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.8 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!engr.uark.edu!mbox.ualr.edu!mars.slu.edu!jesse
  2. Newsgroups: comp.os.linux
  3. Subject: Re: Linux file systems
  4. Message-ID: <1993Jan26.154557.1@mars.slu.edu>
  5. From: jesse@mars.slu.edu
  6. Date: 26 Jan 93 15:45:57 CST
  7. References: <JOHNSONM.93Jan19152556@lars.stolaf.edu> <1993Jan20.200917.19049@jussieu.fr> 
  8.  <93021.073006NU013809@NDSUVM1.BITNET> <1993Jan22.052102.17563@blaze.cs.jhu.edu>
  9. Organization: Parks College St. Louis Univ.
  10. Nntp-Posting-Host: mars.slu.edu
  11. Lines: 24
  12.  
  13. In article <1993Jan22.052102.17563@blaze.cs.jhu.edu>, bogstad@blaze.cs.jhu.edu (Bill Bogstad) writes:
  14. > In article <93021.073006NU013809@NDSUVM1.BITNET> Greg Wettstein <NU013809@NDSUVM1.BITNET> writes:
  15. >>[asks for a filesystem "clean" flag indicating the system was 
  16. >> shutdown normally the last time this filesystem was used.]
  17. >>...
  18. >>I would suspect that an ioctl or a kernel call would have to be implemented
  19. >>which when called would mark all mounted filesystems that had this
  20. >>attribute as clean.  The reboot/halt/shutdown suites could be modified to
  21. >>sync the kernel, then mark the filesystems and then either halt or reboot.
  22. >     I think the "umount()" system call should do this.  Shutdown already
  23. > umounts() all mounted filesystems so this will work with everything except
  24. > the root filesystem.  Personally, I'm not sure it is such a bad idea to
  25. > force a check of the root filesystem anyway.  So being unable to use this
  26. > "trick" with the root filesystem might not be such a bad thing.
  27. >                 Bill Bogstad
  28.  
  29. Good idea, What about a '-a' option that us paranoid system managers could
  30. add to the startup files so that it would fsck ALL file systems.  (I guess I
  31. just dont trust these new fangled computer things ;-)
  32.  
  33. jesse
  34.  
  35.