home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / 25646 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.5 KB  |  32 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!digex.com!intercon!udel!gatech!darwin.sura.net!newsserver.jvnc.net!gmd.de!Germany.EU.net!mcsun!hp4at!news.univie.ac.at!alijku05!risc.uni-linz.ac.at!siegl
  3. From: siegl@risc.uni-linz.ac.at (Kurt Siegl)
  4. Subject: Re: Bad blocks (?) on hard disk
  5. Message-ID: <1993Jan27.090615.1480@alijku05.edvz.uni-linz.ac.at>
  6. Sender: news@alijku05.edvz.uni-linz.ac.at
  7. Nntp-Posting-Host: melmac.risc.uni-linz.ac.at
  8. Organization: RISC, J.K. University of Linz, Austria
  9. References: <1993Jan26.190254.3059@sarah.albany.edu> <C1HAqs.Lyv@world.std.com>
  10. Date: Wed, 27 Jan 1993 09:06:15 GMT
  11. Lines: 19
  12.  
  13. In article <C1HAqs.Lyv@world.std.com>, tgc@world.std.com (Terry Carlin) writes:
  14. > rob@dinner.asrc.albany.edu (Robert D. Seals) writes:
  15. > : Things seems sensible except that bad blocks on the hard disks
  16.  
  17. > One should:    mkfs -c /dev/whatever howbig
  18.  
  19. This doesn't solve all problems. There are also additional problems 
  20. which should be solved somehow in future releases:
  21.  
  22. If your HD is not that bad mkfs will not mark all bad blocks imediately. There
  23. is no -c option in fsck (efsck has already has this option) and therefore no way to 
  24. correct it afterwards.
  25.  
  26. In case of a bad block on the beginning of the HD you can't generate a swap file,
  27. because while creating that file Linux starts reading from the beginning of the
  28. disk physically and stops as soon it gets a bad block with infinite HD errors.
  29. Because of that problem I can only generate a 2.5MB swap file on my system :-(
  30.  
  31. Kurt
  32.