READALL.1
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 1k
Category:

OS Develop

Development Platform:

WINDOWS

  1. .TH READALL 1
  2. .SH NAME
  3. readall - read a device quickly to check for bad blocks
  4. .SH SYNOPSIS
  5. fBreadallfR [fB-btfR] fIfilefR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH OPTIONS
  18. .FL "-b" "Produce shell script on fIstdoutfR that calls fIbadblocksfR"
  19. .FL "-t" "Just print device size"
  20. .SH EXAMPLES
  21. .EX "readall /dev/hd0" "Read all of fI/dev/hd0fR"
  22. .EX "readall -b /dev/hd1 >s" "Generate shell script on fIsfR"
  23. .SH DESCRIPTION
  24. .PP
  25. fIReadallfR reads all of the named device in large chunks.  
  26. It reports about blocks that it cannot read.  
  27. Unlike fIdiskcheckfR, it does not attempt to write on
  28. the disk, making it safer to use when one is worried about a sick system.
  29. When the fB-bfR flag is given, the output is a shell script that
  30. calls the fIbadblocksfR program to marked all the bad blocks.
  31. Whenever installing 
  32. s-2MINIXs+2,
  33. it is wise to run fIreadallfR with the fB-bfR flag first on all
  34. the hard disks.
  35. .SH "SEE ALSO"
  36. .BR badblocks (8).