Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!caen!umich!terminator!pisa.citi.umich.edu!rees From: rees@pisa.citi.umich.edu (Jim Rees) Newsgroups: comp.sys.apollo Subject: Re: Exabyte Tape Drive Error Handling Message-ID: <505c8286.1bc5b@pisa.citi.umich.edu> Date: 14 Mar 91 15:52:33 GMT References: <9103132005.AA20850@umix.cc.umich.edu> Sender: usenet@terminator.cc.umich.edu (usenet news) Reply-To: rees@citi.umich.edu (Jim Rees) Organization: University of Michigan IFS Project Lines: 7 In article <9103132005.AA20850@umix.cc.umich.edu>, SRFERGU%ERENJ@PUCC.PRINCETON.EDU (Scott Ferguson) writes: Is there any way in high-level software (like in tar) to skip over bad blocks of tape? I'd prefer to lose only the portion of data that was written onto the bad tape segment, and save some of the data beyond. "dd conv=noerror,sync" should do what you want.