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: Mon, 3 Jun 2002 10:47:12 +0400 From: egor duda Reply-To: egor duda Organization: deo X-Priority: 3 (Normal) Message-ID: <1801353788244.20020603104712@logos-m.ru> To: Bob Friesenhahn CC: cygwin AT cygwin DOT com Subject: Re: Cygwin mounts not available when logged in over network In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi! Sunday, 02 June, 2002 Bob Friesenhahn bfriesen AT simple DOT dallas DOT tx DOT us wrote: BF> With the current release of Cygwin I am experiencing the bizzare BF> problem that a samba mount which is mounted as drive "Z:" on my BF> Windows XP system is available to Cygwin applications when accessed BF> from a Windows console window (Cygwin default or rxvt), but does not BF> appear to be mounted if I access the system via remote login with BF> telnet, ssh, or xterm from a remote X11 server. BF> In a console window 'ls /cydrive/z' lists the expected files but I see BF> the error BF> /bin/ls: /cygdrive/z: No such file or directory BF> if the shell is accessed over the network. I assume that Cygwin's BF> mount mapping is not being activated for some reason. BF> I am currently using zsh as my shell, compiled under Cygwin, but the BF> same problem occurs when using Cygwin's bash shell. BF> Does anyone know the reason for this problem? Is there a workaround? If your drive z: is mapped network drive it wouldn't be available from other login sessions. This has nothing to do with cygwin, it's restriction of windows. To check this, just try to start cmd.exe from your ssh session and type 'dir z:\' there. You should use //host/share/ unc-style paths instead of drive letters. Egor. mailto:deo AT logos-m DOT ru ICQ 5165414 FidoNet 2:5020/496.19 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/