X-Spam-Check-By: sourceware.org Message-ID: <4506D279.1070602@unix.telasic.com> Date: Tue, 12 Sep 2006 08:30:01 -0700 From: Arun Biyani User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Mount does not show Samba files References: <4505E15F DOT 8030306 AT unix DOT telasic DOT com> <45062B47 DOT 2010804 AT cygwin DOT com> In-Reply-To: <45062B47.2010804@cygwin.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 Larry Hall (Cygwin) wrote: > Arun Biyani wrote: >> I am having some problems accessing files on a Linux server in >> Cygwin. The files are >> exported via Samba. I can see the whole directory using my computer, >> which shows >> a Y: directory on machine Goddard. However, "ls /y" prints no such >> file. What am >> I doing wrong? This used to work. Transcript below. >> >> Thx >> Arun >> >> [cygwin$:515] net use \\\\goddard\\abiyani y: >> The command completed successfully. > > You don't need to do this since you've mounted the UNC path below but > since > you did, what does 'ls /cygdrive/y' say? > >> [cygwin$:516] ls /y >> ls: /y: No such file or directory >> [cygwin$:517] mount >> C:\win\cygwin\bin on /usr/bin type system (binmode) >> C:\win\cygwin\lib on /usr/lib type system (binmode) >> \\goddard\abiyani on /y type system (binmode,noexec) >> C:\win\cygwin on / type system (binmode) >> c: on /c type system (binmode,noumount) >> i: on /i type system (binmode,noumount) >> s: on /s type system (binmode,noumount) >> [cygwin$:518] ls /y >> ls: /y: No such file or directory > > What does 'ls //goddard/abiyani' say? > >> [cygwin$:519] mount //goddard/abiyani /y >> mount: /y: Device or resource busy >> [cygwin$:520] > > Right. You've mounted here already. > > > [download$:575] ls //goddard/y ls: //goddard/y: No such file or directory [download$:576] ls //goddard/abiyani ls: //goddard/abiyani: No such file or directory [download$:577] -- 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/