home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / A / BIN / _BIN.TAR / usr / doc / bootutils / ANNOUNCE.fsck_frontend next >
Encoding:
Text File  |  1993-06-30  |  1.2 KB  |  32 lines

  1. I have uploaded version 1.7 of my generic fsck/mkfs frond-end to
  2. sunsite.unc.edu and tsx-11.mit.edu.  Look for fsutil-1.7.tar.z in
  3. the usual places.  The following is an excerpt from the README.
  4.  
  5. This is version 1.7 of my generic, front-end for fsck and mkfs.  This
  6. little utility takes the guess-work out of trying to remember the
  7. often cryptic name for a particular file system-specific utility.  In
  8. most cases, you can simply type 'fsck /dev/xyz' without regard to the
  9. file system type.  Mkfs is similarly supported, but is (IMO) of
  10. dubious value.  When invoked as fsck, it also supports a 'check all'
  11. option.
  12.  
  13. Changes from version 1.6 to 1.7
  14.  
  15.     Changed -V option to cause verbose output.  Using -V
  16.     more than once results in the same output but inhibits
  17.     execution of fs-specific programs (i.e. debug mode).
  18.  
  19.     Look for file system-specific programs in /etc/fs first,
  20.     then in /etc and finally in the user's PATH.  Use this
  21.     to reduce some of the clutter in /etc.
  22.  
  23.     Ignore ISO9660 file systems when checking all systems.
  24.  
  25.     Allow file systems to be specified with either the device
  26.     name or the mount point.
  27.  
  28.     Return meaningful exit codes.  See the manual pages for
  29.     details.
  30.  
  31. David
  32.