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=N+YMMQlN6B0+UXBv HTpea72eVkNDGYKh6JfU4OL2gxW1r3Dm8FVkrbU+Lt+Tv6veym/JqLTCkunDc9dd KKYrfAugT4O6iTnR6N1BGTN8fFYlssGAU2gAlyxt6xTs+Yu37rk25UGdahUB9Syz 9agycX32+A7Csif2BadrPI6xWrY= 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=vH/MAuw27Pc/mwP1DovuRp EVkT8=; b=wqYT8J0/GiM3HcpQkwb0mR0iOnpvE1GMveX6vwU5OwvmnSE73hni3+ D/thsJGe+oXKnw23UHSSnlhs+Vyf4lff5vKmJJvFmtBbpnfcZ5Jijcb3jeuIx+G6 0SnnePsuzXgTH/6UN9IdZNltbuszdfRKDLS2GXvxTLQbTVhh+SOVg= 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=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=Hx-languages-length:2001, H*MI:sk:1ef5b04, her, she X-HELO: resqmta-po-07v.sys.comcast.net Subject: Re: moving Cygwin64 to another drive To: cygwin AT cygwin DOT com References: <1ef5b04e-7aaa-f687-a76f-7d1550f12a3d AT SystematicSw DOT ab DOT ca> From: Ernie Rael Message-ID: Date: Fri, 23 Sep 2016 20:07:27 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <1ef5b04e-7aaa-f687-a76f-7d1550f12a3d@SystematicSw.ab.ca> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfKrvSdVqLCKpDEzIc3x3N6jA1Vj8WX+Bn+0dbfRXfXmu+vWrl/spo9mQOAWtm3zGr8FU1OxlIGCLbA+3NC3//MOmJtrr4+x0yzqcYO4p9fGUmYmnpGXa IflbSkZpkMgT2IIEu6N61BiEiJa89HVHVfY= X-IsSubscribed: yes On 9/23/2016 7:06 PM, Brian Inglis wrote: > On 2016-09-23 19: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 >>>> On Win7, I'm on a old cygwin installation (thought I'd copy to more >>>> spacious disk before updating) I tried this command after ssh to an >>>> admin account, but the command terminates with >>>> 100% New File 210 shells >>>> 100% New File 1595 ssh_config >>>> New File 668 ssh_host_dsa_key >>>> 2016/09/23 14:54:53 ERROR 5 (0x00000005) Copying File >>>> C:\cygwin64\etc\ssh_host_dsa_key >>>> Access is denied. >>>> where >>>> $ ls -l ssh_host_dsa_key >>>> -rw------- 1 cyg_server Administrators 668 Apr 20 2014 >>>> ssh_host_dsa_key >>>> I don't know much about windows. Any ideas on how to get this to work? >>> >>> 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 from elevated Command Prompt (Admin) with expected path delimiters > and switch chars: > > robocopy C:\cygwin64 F:\cygwin64 /e /purge /z /copyall /sl > I've had success with: > ... /s /copyall /xj /sl /mt:8 /r:0 /w:0 /ndl /nfl /np > but YMMV Note the 'ls' command output. The cyg_server is a very special account. -- 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