Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Fri, 29 Apr 2005 11:22:14 -0400 (EDT) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: Eric Blake cc: cygwin AT cygwin DOT com Subject: Re: can't access Serial Ports In-Reply-To: <427235F5.8040907@byu.net> Message-ID: References: <20050428204626 DOT 29949 DOT qmail AT web54701 DOT mail DOT yahoo DOT com> <427235F5 DOT 8040907 AT byu DOT net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 29 Apr 2005, Eric Blake wrote: > According to Igor Pechtchanski on 4/28/2005 2:59 PM: > > /dev is currently a virtual directory in Cygwin. Try "ls -l /dev/ttyS1" > > -- you should get a listing. If you want Tab-completion, or if you want > > "find /" to look at the devices in /dev, you can create the /dev directory > > and even populate it with dummy (and real) directory entries -- see > > for a script > > to do this. Otherwise, don't bother. > > Igor, your create devices script is a bit out-of-date; for example, it > doesn't create /dev/full. Yes, it's quite a bit out of date. The list of devices in the script was created from the Cygwin sources at the time, but I'm sure new devices were added since. > And would creating /dev as a managed mount point to > /cygdrive/?/cygwin/dev allow you to create a dummy /dev/com1? I haven't tried. If we switch to a real /dev (see below), we'll either need to address the /dev/com* issue, or give up support for the non-POSIX /dev/com* altogether. > Also, why are you using touch(1) instead of mknod(1)? The script was written when /dev was just a virtual directory. Now there is no need for /dev to be virtual (in fact, for a while I've been using a parallel /ddev directory on my system with mknod'ed devices, as a test), but having a real /dev needs two things: turning off the virtual /dev in the code, and having a script to create all of the devices. I do have a not-quite-ready mknod version of the script (in fact, it was requested on the cygwin-developers list, perhaps we could include it in base-files later). > When accessed as /dev/*, the listing is correct, but when accessed via > /cygdrive/?/cygwin/dev, the difference is apparent. Compare: Now, why would you *ever* want to access /dev as /cygdrive/?/cygwin/dev ? Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/