X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B6B77385840E
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1709636708;
	bh=B/quuTwZdJe6SJjdzk4gEQa2gS56RdvStjZKLT7KFmw=;
	h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe:
	 List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
	 From;
	b=sj6kxUcl5nVw+IzRuSjDHTa6EUJBB2dgsVPsmNeYJ9Zx8ZFeMUgC7F0zTdKVqdfcf
	 gYPTKiImaJrChzu1tEEnb4UTOjPmz3QBir8dFkiIYJRR/wNUbL8XGM6EVajWRHaOgg
	 pmMOVGEB7zPISq97pMeA5n1BtJHmXtGQ+a9AUMbU=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org DDD3E3858C41
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org DDD3E3858C41
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1709636657; cv=none;
 b=LRB4Upx5gsFO8pNnDFGG6TGOC6NBWnmjQ1MBOdq+1NKh8QW6pMo1hlVA8/DbtDfeH4tOQM9uRfDraqUz25YpyZyZKtXZXvJ1sj/nIT2o5G86blSdHdIm02bttU3iw4b0dgnh5/kgfONcDyrjVs1AnMioaRpzo+ZJYeyP3/duITM=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
 t=1709636657; c=relaxed/simple;
 bh=TppeITQB0ELGP1/EySw+zf+WBOxcplSl0eFquNj/4fg=;
 h=Message-ID:Date:MIME-Version:Subject:To:From;
 b=i4QMBPxs7/ZZizfPCpMZm9RoEQidxC+KrNmQUto6AK3ClUNmVbKqM1smBU+rSowNAEJ8aR5ZHCni/2Fqpn1GYtVYmE7l08IGkGh4rEVDhH2lTkqtN2FMA3TaTT98V5nMukz1GnnLJaHroWzX+9Xv04Zc9vMIlLaOzU6FXwpyG+s=
ARC-Authentication-Results: i=1; server2.sourceware.org
Message-ID: <7b399273-39c3-4b60-8617-15def4f6aba4@maxrnd.com>
Date: Tue, 5 Mar 2024 03:04:09 -0800
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
Subject: Re: /usr/bin/fallocate -v -d -l 2 myfile takes forever
To: cygwin@cygwin.com
References: <CALXu0UeXUwCjY+WVwXA2X68XGEcm63SPPOPQtO-ZiDKFqXYW5w@mail.gmail.com>
 <e01112b1-a8c9-4aa9-a5a2-5827187106dd@maxrnd.com>
 <1de1f9f9-f8ee-45bf-9c63-fd151b6714f7@maxrnd.com>
 <CALXu0UdUXGPsbuwBhyT-_W7GXdsNw7=VYQvWS15d3fvJfyj7qg@mail.gmail.com>
Content-Language: en-US
In-Reply-To: <CALXu0UdUXGPsbuwBhyT-_W7GXdsNw7=VYQvWS15d3fvJfyj7qg@mail.gmail.com>
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS,
 SPF_HELO_NONE, SPF_PASS, TXREP,
 T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
 server2.sourceware.org
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.30
Precedence: list
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: Mark Geisert via Cygwin <cygwin@cygwin.com>
Reply-To: Mark Geisert <mark@maxrnd.com>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Errors-To: cygwin-bounces+archive-cygwin=delorie.com@cygwin.com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie.com@cygwin.com>

On 3/5/2024 12:46 AM, Cedric Blancher via Cygwin wrote:
> On Mon, 29 Jan 2024 at 10:46, Mark Geisert via Cygwin <cygwin@cygwin.com> wrote:
>>
>> On 1/28/2024 11:56 PM, Mark Geisert via Cygwin wrote:
>>> On 1/28/2024 10:44 PM, Cedric Blancher via Cygwin wrote:
>>>> Good morning!
>>>>
>>>> rm -f myfile
>>>> touch myfile
>>>> /usr/bin/fallocate -v -d -l myfile takes forever with latest Cygwin 3.5
>>>                                ^ length goes here, before filename
>>>
>>> I believe you need to
>>>       chattr +S myfile
>>> after the 'touch' to make the file sparsifiable.
>>>
>>> Also, I'm unsure if '-d' makes sense when initially allocating a sparse
>>> file.  If I leave it off, fallocate does the right thing.
>>>
>>> I'm separately investigating the 'takes forever' report.
>>
>> It's taking forever because it's in an infinite loop looking for data
>> followed by a hole, which is not present in a new file being created.
>> This is due to the '-d' option being specified.  fallocate ought to
>> diagnose this condition rather than looping forever, but here we are.
>>
>> It's possible we have an old fallocate from an old util-linux package.
>> I'll try to investigate this further when I have time.
>>
> 
> Any update on this issue?

Now that I've reviewed the whole email thread, I don't believe we ever 
received feedback from you on whether leaving off the '-d' option and 
doing the 'chattr +S' made any difference.

..mark


-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple
