home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / lfsquickcheck / lfsquickcheck.man < prev    next >
Encoding:
Text File  |  1992-03-12  |  1.5 KB  |  43 lines

  1. '\" Copyright 1992 Regents of the University of California
  2. '\" Permission to use, copy, modify, and distribute this
  3. '\" documentation for any purpose and without fee is hereby
  4. '\" granted, provided that this notice appears in all copies.
  5. '\" The University of California makes no representations about
  6. '\" the suitability of this material for any purpose.  It is
  7. '\" provided "as is" without express or implied warranty.
  8. '\" 
  9. '\" $Header: /sprite/src/admin/fsattach/RCS/fsattach.man,v 1.5 91/01/12 16:49:27 jhh Exp $ SPRITE (Berkeley)
  10. '/" 
  11. .so \*(]ltmac.sprite
  12. .HS LFSQUICK cmds
  13. .BS
  14. '\" Note:  do not modify the .SH NAME line immediately below!
  15. .SH NAME
  16. lfsquickcheck \- Quickly check lfs disk for problems.
  17. .SH SYNOPSIS
  18. \fBlfsquickcheck\fR [\fIoptions\fR] \fBdeviceName\fP
  19. .SH OPTIONS
  20. .IP "\fB\-blockSize\fR \fsize\fP" 15
  21. Block size of file system.
  22. .IP "\fB\-superBlockOffset\fR \fIoffset\fP" 15
  23. Offset into device of the superBlock.
  24. .IP "\fB\-dump\fR" 15
  25. Print out a description of the file system.
  26. .IP "\fB\-showDirLog\fR" 15
  27. Print out the directory operation log.
  28. .IP "\fB\-full\fR" 15
  29. Print a full error analysis.
  30. .IP "\fB\-verbose\fR" 15
  31. Output progress messages during execution.
  32. .BE
  33.  
  34. .SH DESCRIPTION
  35. .PP
  36. \fBLfsquickcheck\fR scans a LFS file system looking for problems.
  37. It will report any inconsistency it finds.  It is similar to lfscheck
  38. except it checks only the inode map and runs much faster.
  39. .SH BUGS
  40. This program is one of Mendel's private programs and may not be reliable.
  41. .SH KEYWORDS
  42. lfs, disk, check
  43.