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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=lBCRN958lfH375Q6ArpsaKlsb52mZhdPJEjG8+lWfdD cIn11YR26dS9qfMBisWAHGPTcFIYp04KqnUXGB7nANun+GhY5Nv1DZsTQCM/VRzs Yn8/RUZ6Afa+bFBNsunP/fPvRJgWjX/xSBOtCRLK+B7jBf22SWPEIAw9GhQif6rE = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=NJ5R4Opk7r8mTMK7DHpHYvOU6sI=; b=a3x+mMfhxCXZJPc2s RnV6VCGEDpjK2qZ/RxUPc9EPTVFroZ1vUmMEQMiyemcOpU43gSJWaE8l2LI+tv8W a4XwuwHspgtE/Tt5LIJ2OkqpUnsE9pEYr4foj9uMQGeqB6fCCm9FsNoWl+66D8cx /CJ44ICLGFfUjOdbAv39dE2fd4= 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.6 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-bk0-f48.google.com X-Received: by 10.204.241.131 with SMTP id le3mr3349313bkb.0.1394792708100; Fri, 14 Mar 2014 03:25:08 -0700 (PDT) Message-ID: <5322D8F9.6010904@gmail.com> Date: Fri, 14 Mar 2014 11:24:57 +0100 From: Marco Atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Reading portable device in Cygwin References: <5322C646 DOT 8010204 AT alice DOT it> In-Reply-To: <5322C646.8010204@alice.it> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 14/03/2014 10:05, Angelo Graziosi wrote: > When I connect the smart phone, from Start / Computer (Win7 64, > Cygwin64) I can see an icon/folder (containing other subfolders) with > the name of the phone (e.g AN-A1234B), but in /cygdrive I find only "c" > (with the digital camera I find also d, e, f...). also CMD.exe can not access it > Is there a way to read from the Cygwin command line the phone? or if you > prefer, where has the phone its mount point? Perhaps under /dev? but where? only with a driver that map it as a disk. If you are curious you can compare the /proc/sys/Device directory, before and after eg: IPOD: $ file /proc/sys/Device/IPOD0 /proc/sys/Device/IPOD0: character special while for Hard-disk: $ file /proc/sys/Device/HarddiskVolume1 /proc/sys/Device/HarddiskVolume1: block special > TIA, > Angelo. > 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