Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 alpha 4/15/85; site elsie.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!elsie!ado From: ado@elsie.UUCP (Arthur David Olson) Newsgroups: net.unix-wizards Subject: badsect and dump Message-ID: <5133@elsie.UUCP> Date: Thu, 23-May-85 18:27:39 EDT Article-I.D.: elsie.5133 Posted: Thu May 23 18:27:39 1985 Date-Received: Fri, 24-May-85 22:36:33 EDT Organization: NIH-LEC, Bethesda, MD Lines: 27 Keywords: badsect dump We're (still) running 4.1bsd on our VAX 11/750. Today I found out that if you've used "badsect" on a file system (to take some bad sectors out of action) and then "dump" the file system, "dump" will still try to read the "badsect"ed sectors. Ugly--it hung the controller in our case. I'd appreciate it if you wizards would check to ensure that this change to "icat" in "dumptraverse.c" is right: . . . #ifdef OLDVERSION (*fn1)(d[i]); else #else /* !OLDVERSION */ (*fn1)((ip->di_size == 0) ? 1 : d[i]); else #endif /* !OLDVERSION */ . . . I'd also like word on whether we'll be facing this problem in 4.2 and 4.3. Thanks for your help. -- UNIX is an AT&T Bell Laboratories trademark. -- UUCP: ..decvax!seismo!elsie!ado ARPA: elsie!ado@seismo.ARPA DEC, VAX and Elsie are Digital Equipment and Borden trademarks