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, 27 Nov 2003 17:59:45 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: a couple of problems/items with managed mounts Message-ID: <20031127225945.GC29208@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20031127183649 DOT GA3832 AT ingber DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031127183649.GA3832@ingber.com> User-Agent: Mutt/1.4.1i On Thu, Nov 27, 2003 at 10:36:49AM -0800, Lester Ingber wrote: >(1) >I have two managed mounts: >@lester:~% mount >C:\cygwin\usr\X11R6\lib\X11\fonts on /usr/X11R6/lib/X11/fonts type system (binmode) >e:\Carchive\cygwin\managed on /cygdrive/e/Carchive/cygwin/managed type system (binmode,managed) >c:\cygwin\managed on /managed type system (binmode,managed) >C:\cygwin\bin on /usr/bin type system (binmode) >C:\cygwin\lib on /usr/lib type system (binmode) >C:\cygwin on / type system (binmode) >c: on /cygdrive/c type system (binmode,noumount) >e: on /cygdrive/e type system (binmode,noumount) > >Under /managed I can place files as advertised: >@lester:/managed% touch tp Tp >@lester:/managed% ls -l >-rw------- 1 ingber None 0 Nov 27 10:33 Tp >-rw------- 1 ingber None 0 Nov 27 10:33 tp > >However, under /cygdrive/e/Carchive/cygwin/managed I cannot: >@lester:/cygdrive/e/Carchive/cygwin/managed% touch tp Tp >touch: creating `Tp': No such file or directory Of course not. You're accessing the drive via /cygdrive rather than through the managed mount. The same thing would apply to binmode or any of the other mount options. >@lester:/cygdrive/e/Carchive/cygwin/managed% ls -l >total 54435 >-rw------- 1 ingber None 0 Nov 27 10:32 tp >and only tp appears. > >Is this because "mount -o managed" only works on the drive holding >cygwin/? > >(2) >I don't understand when and why ".lnk" is attached as a suffix when I >create soft links. Cygwin has a random "mean" mode. It is very effective in producing unpredictable results with the .lnk extension. cgf -- 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/