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 Reply-To: Cygwin List Message-Id: <6.2.1.2.0.20050921122604.04f2de20@pop.prospeed.net> Date: Wed, 21 Sep 2005 12:29:04 -0400 To: christophe DOT sauthier AT gmail DOT com, Cygwin List From: Larry Hall Subject: Re: Mounting directory problems In-Reply-To: <780a907f050921090864d4b3b0@mail.gmail.com> References: <780a907f050921090864d4b3b0 AT mail DOT gmail DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" At 12:08 PM 9/21/2005, you wrote: >Hi, > >I've create an network drive on srv1 that map \\srv2\test to k: using >Windows2003 GUI. > >But now I want to access that from cygwin, and I can't. > >I've tryed to mount it using mount, but it is not working. Here is >what I've done : > >$ mount x: /srv2_test >mount: warning - /srv2_test does not exist. >$ mount >.... >x: on /srv2_test type system (binmode) >.... > >$ ls /srv2_test >ls: /srv2_test: No such file or directory > > >I've tried the same thing, with creating the directory /srv2_test >before but (except the mounting warning), I have exactly the same >problem... What I have done wrong ? You mounted the wrong drive. Replace 'x:' with 'k:' and it will work. Or just mount the share directly: mount //srv2/test /srv2_test You really should create '/srv2_test' first. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- 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/