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=h+yFMMW4/XYu2Pelp9LqQmJ+5SClJmJroZF1Ej+Yi9Izu+ZKC83EJ 28UWfBeoATvBARCe4Eg5iI9qwkG0Ln6/NMVquniyUVGhn9wC2gOlNdrm2o20+yPy XT+GklVvndwXouAKCHXFf6w68xwIoYnnLV8WZyipJcc/vRJ+3ruy/k= 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=UCWHVamjyyRyBxzG0OjD4IzForY=; b=xAh33F9ZwPeHfj8XGHnmC0RS5QYX BwAut2kPYJrpQNB/VLHL3QdZQDs7r8ytEvogI3/8yJkOO0ULMVORAy63Jhy25SxB cXyJFunHxXTFdsLcUkPQp3o4x+5xgRtg4dogkP6ArOtUREdLC/CDskbE0ZCsjIi5 +Dptleyl670ZQJA= 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=2.1 required=5.0 tests=AWL,BASE64_LENGTH_79_INF,BAYES_20,FREEMAIL_FROM,KAM_FROM_URIBL_PCCC,MIME_BASE64_BLANKS,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, 14 Feb 2015 03:25:03 +0000 (UTC) Lines: 1 Message-ID: References: <141BC10E-6D3A-4BBE-B56A-6E16A722108C AT etr-usa DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id t1E3PZfZ017096 Warren Young etr-usa.com> writes: > > > On Feb 13, 2015, at 7:20 PM, andy gmail.com> wrote: > > > > My Moto G connects to the laptop via USB, and can be seen using Windows > > Explorer. Is there a way to make it visible as a Unix path? /cygdrive does > > not show it. > > Are you including the drive letter? If it’s the G: drive in Windows Explorer, you need to say something > like “ls /cygdrive/g”, not “ls /cygdrive”. > > If it isn’t appearing as a drive letter in Windows, they’re probably using some kind of Explorer shell > extension, which would mean the device isn’t visible through normal Windows mechanisms, hence not > visible to Cygwin. 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.