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: Thu, 7 Oct 2004 10:25:54 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: Misleading warning from mount? Message-ID: <20041007082554.GC21753@cygbert.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20041007062753 DOT GB7398 AT trixie DOT casa DOT cgf DOT cx> <20041007065800 DOT 2F0BF84C4D AT pessard DOT research DOT canon DOT com DOT au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041007065800.2F0BF84C4D@pessard.research.canon.com.au> User-Agent: Mutt/1.4.2i On Oct 7 16:57, luke DOT kendall AT cisra DOT canon DOT com DOT au wrote: > bash-2.05b$ mount c:/temp/mnt/tmp /tmp > mount: warning - /tmp does not exist. > > Maybe I still misunderstand. In what sense does /tmp not exist? Under Unix, the directory in which you mount a partition must exist: $ mount /dev/hda /nirvana mount: /nirvana: No such file or directory or a similar message. From the perspective of Cygwin's mount, there's no /tmp directory at the moment you use it to mount c:\temp\mnt\tmp into it. That's all. In contrast to Unix, that's not breaking the mount, so you only get a warning. Use mount's -f option to suppress the warning message. Cornina -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- 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/