From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David Dabbs" Subject: RE: Was able to reproduce "cp: cannot stat file.x: Input/output error" Date: Tue, 10 Aug 2004 12:42:01 -0500 Message-ID: <20040810175005.A085915E31@mail03.powweb.com> References: <4119077E.6070306@namesys.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com In-Reply-To: <4119077E.6070306@namesys.com> List-Id: Content-Type: text/plain; charset="us-ascii" To: 'Hans Reiser' , 'Alex Zarochentsev' Cc: 'ReiserFS List' > > Let me be more precise here. Is the time spent mounting and umounting > included in the time for the phase? [David Dabbs] No. Each phase iteration is wrapped in a time call. The mounting and unmounting happen before and after this, so there's shouldn't be any timing impact. I'd need to double check the sources, but I'm pretty sure that's the case. David