home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / A / BIN / _BIN.TAR / usr / doc / bootutils / README.fsck_frontend < prev   
Encoding:
Text File  |  1993-06-30  |  2.3 KB  |  60 lines

  1. This is version 1.7 of my generic, front-end for fsck and mkfs.  This
  2. little utility takes the guess-work out of trying to remember the
  3. often cryptic name for a particular file system-specific utility.  In
  4. most cases, you can simply type 'fsck /dev/xyz' without regard to the
  5. file system type.  Mkfs is similarly supported, but is (IMO) of
  6. dubious value.  When invoked as fsck, it also supports a 'check all'
  7. option.
  8.  
  9. The fs-specific programs are expected to be named fsprog.fstype, where
  10. fsprog is the root program name (fsck or mkfs) and fstype is the type
  11. of the file system.  For example, the minix file system checker should
  12. be called fsck.minix and the extended file system builder should be
  13. called mkfs.ext.  This naming convention was adopted because it allows
  14. new file system types to be supported without having to recompile the
  15. front-end.
  16.  
  17. Fs-specific programs are searched for in /etc/fs first, then in /etc
  18. and finally in the directories listed in the PATH enviroment variable.
  19. To help reduce some of the clutter in /etc, /etc/fs is the recommended
  20. location for fs-specific programs.
  21.  
  22. IMPORTANT NOTE:  You should rename your current utilities to follow
  23. the new naming convention *before* installing this utility.  If you
  24. don't, you will overwrite your minix file system programs.
  25.  
  26. If you would like to see this utility become standard in the Linux
  27. community, please drop a note to your favorite package or file system
  28. maintainer asking them to use the new naming convention in their next
  29. release.
  30.  
  31. Changes from version 1.6 to 1.7
  32.  
  33.     Changed -V option to cause verbose output.  Using -V
  34.     more than once results in the same output but inhibits
  35.     execution of fs-specific programs (i.e. debug mode).
  36.  
  37.     Look for file system-specific programs in /etc/fs first,
  38.     then in /etc and finally in the user's PATH.  Use this
  39.     to reduce some of the clutter in /etc.
  40.  
  41.     Ignore ISO9660 file systems when checking all systems.
  42.  
  43.     Allow file systems to be specified with either the device
  44.     name or the mount point.
  45.  
  46.     Return meaningful exit codes.  See the manual pages for
  47.     details.
  48.  
  49. Changes from version 1.0 to 1.6 (most by Fred N. van Kempen,
  50. waltje@uwalt.nl.mugnet.org)
  51.  
  52.     Changed -F option to -t to be consistent with mount(8).
  53.  
  54.     Added -A (check all) option for fsck(8).
  55.  
  56.     Allow "blocks" parameter to be omitted for mkfs(8).
  57.  
  58. David Engel
  59. david@ods.com
  60.