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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=WxF8Iil5hpgRx+eriSigMSlbxlWOQPMmE4pNr64U8tlMJACT6jJb+ Dl4N0a3neHcA/ytTZ3/d2PPx1pSPs1/HrJuzej1sn66XIKBx2n3jQnp3/Et16p5q +buOCARIW8FK5n4zpw1ax/6AxPdfYKgSTN3xCiami9iDmI403vzSDw= 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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=kw3Nv8X+EIn2E5od1fy/ts2pFp8=; b=BJt5fv9RL/yhQ3Vd0G5adCZ8qp2y C2C2lROFGr7+wZaN2xOLAMeSuhpZJSkXAfykJ6l9Nj1Jarv9/tQFV3KysN+M8tjm jnRcMQWvuYJwQjURSR+NC9d+rRcamHaY7MogS1xcmbFagcdnQ5la7NHf5VDOzkFk c5SeQnpl2YdhfGs= 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.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_FROM_URIBL_PCCC,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Andy Subject: Re: make android device file system visible as unix path Date: Sat, 21 Feb 2015 18:38:57 +0000 (UTC) Lines: 20 Message-ID: References: <54E0E355 DOT 5080103 AT seznam DOT cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes V.99 seznam.cz> writes: >On 14.2.2015 4:25, andy wrote: >> It doesn't have a drive letter in Windows Explorer. The name is >> simply "Moto G". When I "ls /cygdrive", I see on the c-drive. I >> think that the handset's visibility to Windows Explorer is based on >> MTP USB, but that's just something I'm learning about right now. > > Root of the problem is in the nature of Media Transfer Protocol. > This protocol behaves differently than usual filesystem. For this > reason there is no drive letter for Your Moto G in Windows, nor in > Cygwin. Best solution I found so far: install sshd on Your Moto G > and use scp or rsync to backup files from Your android device. I am > using SSHelper. I remember ssh from grad school days (Solaris machines at school). It's an encrypted command line session. And scp is like cp. But for syncing a folder of text files between the handset & the laptop, it might be easier to simply use Windows Explorer to copy the handset folder to a temp area on the laptop, then use diff or vimdiff to reconciles differences. -- 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