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 Message-ID: <82EA2C90A03BD6118B100008C7B1626B3D4BAC@SYSAMAWIL1AE> From: "Mazzotta, Paul" To: "'cygwin AT cygwin DOT com'" Subject: RE: DDS4 device mnemonic with cygwin Date: Tue, 9 Mar 2004 16:22:21 -0500 MIME-Version: 1.0 Content-Type: text/plain Igor; Thanks so much for your help ! Paul :-) -----Original Message----- From: Igor Pechtchanski [mailto:pechtcha AT cs DOT nyu DOT edu] Sent: Tuesday, March 09, 2004 1:19 PM To: Mazzotta, Paul Cc: cygwin AT cygwin DOT com Subject: Re: DDS4 device mnemonic with cygwin On Tue, 9 Mar 2004, Mazzotta, Paul wrote: > To whom it may concern; > > According to the cygwin user's guide, tape drive devices > are mapped to /dev... or /device... . Shouldn't you be able > to see these directories from a cygwin window under the > / directory ? If so, is it because I did not install all of cygwin > at the time of installation ? On my Windows 2000 host in a > cygwin window, I need to be able to perform a tar command > in the form: tar cvf /dev...(for tape device) filename. > > Any help in resloving this issue is most appreciated ! > > Paul Paul, Until Cygwin switches to mknod for devices, /dev will be a virtual filesystem in Cygwin (as are /proc, /cygdrive, etc). As such, it won't show up in the listing of the parent directory (i.e., /). What you need to do is create an actual directory for /dev, and the empty file entries for all of its contents to be able to 'ls' them. You can use a script I posted in for this purpose (it'll also create some Linux-style symlinks). 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! "I have since come to realize that being between your mentor and his route to the bathroom is a major career booster." -- Patrick Naughton -- 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/