From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27264 invoked by alias); 24 Sep 2016 05:01:06 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 26813 invoked by uid 89); 24 Sep 2016 05:00:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=her, she, administrator, Administrator X-HELO: mail-wm0-f42.google.com Received: from mail-wm0-f42.google.com (HELO mail-wm0-f42.google.com) (74.125.82.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 24 Sep 2016 05:00:02 +0000 Received: by mail-wm0-f42.google.com with SMTP id b130so61427371wmc.0 for ; Fri, 23 Sep 2016 21:59:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=oqpzcCdjmGpGs7UNTog+AJW5NN+jIrMRr+MATF7O+lo=; b=UdPoLQN6EhLxE7hvkrsYKVE4NfbZLDTic3mn+VYxJ9KDJ+p1TQVG8jOcjA/OKNV5FW 5GeO/I3oZ4uFcvTxQFzBAAs0VswSgFvv/PyO+EUh+zfGthYb6dw0cGtvEEDaefafjIzo 2AxaCeZzAm+PPuzp2CKc2O0HS6F1vSN2NdAMepOKupNJTne8NfVzYuM2ZP4MhVdsyhwU 2Cvafz9II6D1NIIXCBpbpIWpYluac7gJkyHvaOF40w0A52Q+nGtWlDYywq7Qq9gcHTRz KSj1mi6KAWE3jywcATVTURB3kv01QHoIUpr1num/Jkuza8xLYci2Ttj/6m7FI/v9n5Wp 2vKA== X-Gm-Message-State: AA6/9RkaUkIYCrRTnOXxmeoCJntr0UDpZNyXd0V7xNaqeUnQ34eynaXNwB+qviSYJ+/mRg== X-Received: by 10.28.41.131 with SMTP id p125mr5854523wmp.15.1474693181291; Fri, 23 Sep 2016 21:59:41 -0700 (PDT) Received: from [192.168.2.109] (pD9E60E09.dip0.t-ipconnect.de. [217.230.14.9]) by smtp.googlemail.com with ESMTPSA id 188sm6238765wmo.1.2016.09.23.21.59.40 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 23 Sep 2016 21:59:40 -0700 (PDT) Subject: Re: moving Cygwin64 to another drive To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: Date: Sat, 24 Sep 2016 07:28:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00312.txt.bz2 On 24/09/2016 03:26, Ernie Rael wrote: > On 9/23/2016 4:28 PM, Brian Inglis wrote: >> On 2016-09-23 17:11, Ernie Rael wrote: >>> I found a thread, https://cygwin.com/ml/cygwin/2015-04/msg00008.html, >>> from last year where Corinna suggests the following (which works for >>> her; she notes YMMV) >>> robocopy C:\cygwin64 F:\cygwin64 /e /purge /z /copyall /sl >> >> Run robocopy as admin from an elevated command shell (bash or cmd) >> with Administrator privileges. >> > Simply running as admin doesn't solve the problem. > > $ robocopy C:/cygwin64 F:/cygwin64 -e -purge -z -copyall -sl > > .... > 100% New File 210 shells > 100% New File 1595 ssh_config > New File 668 ssh_host_dsa_key > 2016/09/23 18:06:38 ERROR 5 (0x00000005) Copying File > C:\cygwin64\etc\ssh_host_dsa_key > Access is denied. > Waiting 30 seconds... > > ADMIN erra@spirit ~ > $ id > uid=1000(erra) gid=513(None) > groups=513(None),544(Administrators),545(Users),1007(HomeOffice) > try with options /ZB :: use restartable mode; if access denied use Backup mode. Regards Marco -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple