This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: associating device names with cygdrive directories
- From: "Charles D. Russell" <worwor at bellsouth dot net>
- To: cygwin cygwin <cygwin at cygwin dot com>
- Date: Wed, 25 Aug 2010 15:42:08 -0500
- Subject: Re: associating device names with cygdrive directories
- Reply-to: worwor at bellsouth dot net
Maybe it won't always work, but with debian "mount" I get the
following line of output, which tells me what I want to know (and more):
/dev/sda1 on /live/image type vfat
(rw,noatime,fmask=0022,dmask=0022,allow_utime=177777,codepage=cp437,iocharset=utf8)
I infer from the replies that in Cygwin there is no easier way to find
my way around in /dev than the way I was doing it, though I realize
"strings" is a better choice than "od". With dd
if=/dev/sda|strings|less I discovered that /dev/sda is actually my hard
drive.
--
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