BADBLOCK.8
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. BADBLOCKS(8)              Minix Programmer's Manual               BADBLOCKS(8)
  2. NAME
  3.      badblocks - put a list of bad blocks in a file
  4. SYNOPSIS
  5.      badblocks block_special [block] ...
  6. EXAMPLES
  7.      badblocks /dev/hd1
  8.                          # Handle bad blocks on /dev/hd1
  9.      badblocks /dev/hd3 310 570 1680
  10.                          # Three bad blocks on /dev/hd3
  11. DESCRIPTION
  12.      If a device contains bad sectors,  it  is  important  to  not  have  them
  13.      allocated  to important files.  This program makes it possible to collect
  14.      up to 7 bad blocks into a dummy file, so they will not be allocated for a
  15.      'real'  file.  When  the  program  starts  up,  it asks for a list of bad
  16.      blocks, unless they are provided as arguments.  Then it  creates  a  file
  17.      whose name is of the form .Bad_xxxxx, where xxxxx is a pid.
  18. SEE ALSO
  19.      readall(1).
  20.                                                                              1