Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Tue, 22 May 2001 18:56:51 -0400 From: Christopher Faylor To: Cygwin List Subject: Re: rm -rf dir hangs on SAMBA drive if dir/foo is read-only. Message-ID: <20010522185651.A25000@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: Cygwin List References: <002a01c0e2ab$be56f9f0$21c9ca95 AT mow DOT siemens DOT ru> <002b01c0e2ae$90548920$21c9ca95 AT mow DOT siemens DOT ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <002b01c0e2ae$90548920$21c9ca95@mow.siemens.ru>; from Andrej.Borsenkow@mow.siemens.ru on Tue, May 22, 2001 at 03:01:33PM +0400 On Tue, May 22, 2001 at 03:01:33PM +0400, Andrej Borsenkow wrote: >Looks like rm problem - it just loops. It is with fileutils-4.0-3: > >mw1g017 AT MW1G17C /mnt/bor/tmp/tst >$ rm -r bar >rm: remove write-protected file `bar/foo'? y >rm: remove write-protected file `bar/foo'? y >rm: remove write-protected file `bar/foo'? y >rm: remove write-protected file `bar/foo'? y >rm: remove write-protected file `bar/foo'? y >rm: remove write-protected file `bar/foo'? y >rm: remove write-protected file `bar/foo'? y >... Bleah. This is apparently due to some "clever" code that I added to cygwin which attempts to deal with removing a file that is already opened by using the windows NT DELETE_ON_CLOSE facility. It doesn't appear to work right on samba shares. The CreateFile/CloseHandle works but the file is never deleted. I have to think about the best way to deal with this. cgf -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple