public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Reading portable device in Cygwin
@ 2014-03-14 12:03 Angelo Graziosi
  2014-03-14 12:43 ` Marco Atzeri
  0 siblings, 1 reply; 2+ messages in thread
From: Angelo Graziosi @ 2014-03-14 12:03 UTC (permalink / raw)
  To: cygwin

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...).

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?


TIA,
   Angelo.

--
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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Reading portable device in Cygwin
  2014-03-14 12:03 Reading portable device in Cygwin Angelo Graziosi
@ 2014-03-14 12:43 ` Marco Atzeri
  0 siblings, 0 replies; 2+ messages in thread
From: Marco Atzeri @ 2014-03-14 12:43 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-14 10:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-14 12:03 Reading portable device in Cygwin Angelo Graziosi
2014-03-14 12:43 ` Marco Atzeri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).