X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Eric Blake Subject: unlink()/rmdir() on busy file on MVFS Date: Fri, 28 Aug 2009 14:59:52 +0000 (UTC) Lines: 75 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com I noticed this inconsistency: shell 1: $ df -T /cygdrive/[mu] Filesystem Type 1K-blocks Used Available Use% Mounted on M: mvfs 1024000 512000 512000 50% /cygdrive/m U: smbfs 83886080 76761088 7124992 92% /cygdrive/u $ cd /cygdrive/u $ mkdir dir $ touch dir/f shell 2: $ cd /cygdrive/u/dir $ exec 3