Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!swidir.switch.ch!scsing.switch.ch!news.belwue.de!fu-berlin.de!zrz.TU-Berlin.DE!zib-berlin.de!news.tu-chemnitz.de!irz401!uriah.heep!bonnie.heep!not-for-mail From: j@bonnie.heep.sax.de (J Wunsch) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Recover from ft0: unrecoverable write error on block 3200 Date: 28 Aug 1995 11:17:00 +0200 Organization: Private U**x site, Dresden. Lines: 20 Message-ID: <41s1ic$q9n@bonnie.tcd-dresden.de> References: <DDy00A.Av@seeware.dialix.oz.au> Reply-To: joerg_wunsch@uriah.heep.sax.de NNTP-Posting-Host: 192.109.108.139 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Mark Hannon <mark@seeware.DIALix.oz.au> wrote: > ft0: unrecoverable write error on block 3200 >(1) Why does the tape go back and forth? Perhaps it endlessly attempts to recover from the failure. Probably a driver bug. >(2) How can I kill the ft process so that it releases the tape? You can't. The process is sitting in ``Disk wait'', as you can see from the D flag in the ps output. Disk waits are uninterruptible, and since signal delivery happens only when the process is coming back from system to user mode, the signal will never be delivered. -- cheers, J"org private: joerg_wunsch@uriah.heep.sax.de http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-)