Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!husc6!seismo!vrdxhq!bms-at!stuart From: stuart@bms-at.UUCP Newsgroups: comp.os.minix Subject: Re: hard disk problem Message-ID: <392@bms-at.UUCP> Date: Mon, 11-May-87 18:54:41 EDT Article-I.D.: bms-at.392 Posted: Mon May 11 18:54:41 1987 Date-Received: Thu, 14-May-87 00:56:06 EDT References: <1569@Shasta.STANFORD.EDU> <1171@botter.cs.vu.nl> Organization: Business Management Systems, Inc., Fairfax, VA Lines: 13 Keywords: Bad sectors Summary: bad sectors Bad sectors can be handled by flagging them in the bit map (unless the superblock or a bitmap block are bad). The extra space in the super block should be used to save a list of bad zones. There are two approaches: 1) modify fsck to know about the bad block table. Write a utility to maintain the list in the super-block. 2) write a utility that reads a list of bad blocks and turns them into files on an unmounted file system. This does not handle bad blocks in the inode table. -- Stuart D. Gathman <..!seismo!dgis!bms-at!stuart>