From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <6cf18a90da5f51fff8f4811725c3a4fb@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] how to interrupt a program doing a read on a mounted service? From: "Russ Cox" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Tue, 9 Apr 2002 10:19:36 -0400 Topicbox-Message-UUID: 74b5bef8-eaca-11e9-9e20-41e7f4b1d025 > When I hit the DEL key in a rio with a program, say cat, that is reading > from a mounted file system, it ignores the interrupt. How should it behave? It seems more likely that your mounted file system does not respond to flush messages in a timely manner. Cat won't exit until the kernel has successfully flushed the read that it started. Russ