X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=BUvSoFA29qitkofX bkumRKsc7vfxw0afPJd3OCMUfD3k0JORim6HUqAgsidrXy9xM9fcLjACvq0cM+bo pvXMejGDNHgDBzZQDFE+1ILYU79JudhlpFxKtMY2ATGT/DvcYl/q3QqJqXxrEO0z c4n6K8t6UhAr6pRlbJZUKzVP6oA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=CUZ8up3xWLPIflV9it/Bdo qmF1Y=; b=bJbuVJm18SVb9SHyIjNTdvDbI2HakA+3k3e77sS8uoXZCrh3E3OWGR mJEnoVhPj8/V6hEBO2aEtZjJwqIO6M7YPufvkJISItn+7NlpHJlpRZzlC1VjMLp1 SFlv4xF2aKNc+ZmRh1+VvjQwrWjkF1aryjx+sjtNd9KMv/7Xc2Oek= 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 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 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) Subject: Re: moving Cygwin64 to another drive To: cygwin AT cygwin DOT com References: From: Marco Atzeri Message-ID: Date: Sat, 24 Sep 2016 06:59:30 +0200 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 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 AT 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