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

操作系统开发

开发平台:

C/C++

  1. DISKCHECK(1)              Minix Programmer's Manual               DISKCHECK(1)
  2. NAME
  3.      diskcheck - check a disk for bad sectors
  4. SYNOPSIS
  5.      diskcheck device start count
  6. EXAMPLES
  7.      diskcheck /dev/at0 0 1200
  8.                          # Check 1.2 MB diskette
  9.      diskcheck /dev/at0 100 50
  10.                          # Check blocks 100 to 149
  11. DESCRIPTION
  12.      Diskcheck checks a disk for  bad  sectors  by  reading  in  each  sector,
  13.      writing  a  known  bit  pattern onto it, reading it back in and comparing
  14.      with what was written.  This check is  then  done  a  second  time.   Bad
  15.      sectors  are  reported.  After each sector is tested, the original sector
  16.      is restored.  Only use this program on unmounted partitions.  Killing  it
  17.      part way through may result in lost data.
  18. SEE ALSO
  19.      format(1).
  20.                                                                              1