delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2022/01/31/10:20:30

X-Recipient: archive-cygwin AT delorie DOT com
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CE646385C417
Authentication-Results: sourceware.org;
dmarc=none (p=none dis=none) header.from=kosowsky.org
Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=kosowsky.org
X-CMAE-Analysis: v=2.4 cv=YLFadTKx c=1 sm=1 tr=0 ts=61f7fe29
a=BYuR5sdBHlGgEYWvfiqr5Q==:117 a=BYuR5sdBHlGgEYWvfiqr5Q==:17
a=8nJEP1OIZ-IA:10 a=DghFqjY3_ZEA:10 a=Y4wjOHm_AAAA:8 a=dr7m91kpFVIWsMrW3w0A:9
a=wPNLvfGTeEIA:10 a=vUyUeBe4x1l68iL-zyVZ:22
X-SECURESERVER-ACCT: inbox AT kosowsky DOT org
X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on
server2.sourceware.org
X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS,
NICE_REPLY_A, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,
SPF_HELO_NONE, SPF_PASS, TXREP,
T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4
X-Spam-Level:
MIME-Version: 1.0
Message-ID: <25079.65064.763368.222635@consult.pretender>
Date: Mon, 31 Jan 2022 10:20:08 -0500
To: =?iso-8859-1?Q?Ren=E9?= Berber <rene DOT berber AT gmail DOT com>
Subject: Re: Renaming (with 'mv') very large files is SLOW
In-Reply-To: <d3c5507d-4425-94d6-c985-30c7093d626b@gmail.com>
References: <25079 DOT 63376 DOT 349893 DOT 86395 AT consult DOT pretender>
<c1e4529a-d119-1662-6eeb-2d42950802c7 AT cs DOT umass DOT edu>
<d3c5507d-4425-94d6-c985-30c7093d626b AT gmail DOT com>
X-Mailer: VM 8.2.0b under 25.2.2 (x86_64-pc-linux-gnu)
From: cygwin AT kosowsky DOT org
X-Virus-Scanned: ClamAV using ClamSMTP
X-CMAE-Envelope: MS4xfN6+5Qi0s+rgcIxNgaqiHqTPptkq+eha8C20dW4O/tqyVzK9oaxeTGO+/0fftksX1lx4dmun3Cn4Di/z6fbvUOxUwW1pw296VeOlQRWTgSaW696lxDYD
DOmqa5mY0y3onZaWFIgE4ZwQLDlKkKyNmOARecXU/ys92gy3ykv4hOCd1ubvhSqcWumjhwKznQTWGK6oqvHXXaiSFz+ZGZb2uPQ=
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
Cc: cygwin AT cygwin DOT com
Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id 20VFKUUQ012273

René Berber wrote at about 09:13:59 -0600 on Monday, January 31, 2022:
 > On 1/31/2022 8:59 AM, Eliot Moss wrote:
 > 
 > > On 1/31/2022 9:52 AM, cygwin AT kosowsky DOT org wrote:
 > 
 > >> I tried renaming some very large files (20-40 GB) using: mv
 > >> <oldname> <newname> without changing the directory of course.
 > >> 
 > >> The process took about 10-20 minutes with Task Manager showing
 > >> disk activity of 100+ MB/s.
 > >> 
 > >> Is there something about such large 'renaming' that actually
 > >> results in the file being really moved (aka copied) rather than
 > >> just renamed?
 > > 
 > > The two places are probably on different volumes (loosely, different
 > >  disks). That requires a physical move, even under Linux.  Your
 > > volumes seem a bit slow to access - is one perhaps across a slow
 > > network?  The rates you cite suggest movement of 50Mb/s (50Mb read +
 > > 50Mb write = 100Mb overall).  For 40 Gb that should take 40Gb / 50Mb
 > > = about 820 secs = a little under 14 mins.
 > > 
 > > (When I say your volumes are slow, I speak from the luxury of having
 > > a 2Tb solid state drive!  Actually, those speeds may be reasonable
 > > depending on the nature of your system.)
 > > 
 > > If the two locations are on different drives, there's no real
 > > avoiding this.
 > 
 > Nope, I've also complained about this (long ago), if the two locations
 > are the same remote drive... Cygwin moves the entire file over the network.
 > 
 > I ended up writing my own Samba mv command.
 > -- 

In my case the directory (where I renamed the file) is on my C-drive.

-- 
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019