X-Spam-Check-By: sourceware.org Message-ID: <462932CB.8040304@gmail.com> Date: Fri, 20 Apr 2007 22:38:19 +0100 User-Agent: Thunderbird 1.5.0.10 (X11/20070331) MIME-Version: 1.0 To: kmarkle AT pbs DOT org, cygwin Subject: Re: Mapping windows drives in cygwin? References: <4627F4E8 DOT 2020903 AT yahoo DOT com> In-Reply-To: Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit From: Dave Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Kevin Markle wrote: > kmarkle AT backup ~ > $ net use y: \\\\winops-hq\c$ > System error 67 has occurred. > > The network name cannot be found. You meant to do: net use y: \\\\winops-hq\\c$ i.e. you forgot the escape the single backslash. Alternatively, as someone mentioned earlier, you can do: net use y: '\\winops-hq\c$' Dave. -- 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/