X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Fri, 22 Jan 2010 10:28:48 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: 1.7.1-1 - forward slash UNC names to use 'noacl' Message-ID: <20100122092848.GK2402@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <1264072229 DOT 10648 DOT ezmlm AT cygwin DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On Jan 21 11:25, na na wrote: > > Listing the contents of a directory on our file server (a Samba share) by t= > he following command: > > =A0=A0 $ ls -l > > or explicitly > > =A0=A0 $ ls -l ./ > > the output is > > =A0=A0 ----------+ 1 ???????? 600 2009-09-09 11:12 README.txt > =A0=A0 d---------+ 1 ???????? =A0=A0 0 2009-09-09 11:03 conf > > whereas the following command: > > =A0=A0 $ ls -l .\\ > > outputs > > =A0=A0 -rw-r--r-- 1 600 2009-09-09 11:12 README.txt > =A0=A0 drwxr-xr-x 1 =A0=A0 0 2009-09-09 11:03 conf > > I presume this behaviour has something to do with this point: > > http://cygwin.com/cygwin-ug-net/ov-new1.7.html: > > - Incoming DOS paths are always handled case-insensitive and get no = > POSIX > permission=2C as if they are mounted with noacl=2Cposix=3D0 mo= > unt flags. > > My goal is to specify 'noacl' for forward slash UNC paths in order to displ= > ay file permissions in the same way as they are displayed with backslash UN= > C paths. > > Is there any way to do this without mounting all file servers in question (= > we have many) with the 'noacl' option? No, there's no way to do that. I played a bit with this and it might be more feasible to treat all UNC paths as noacl,posix=0. I added this problem to my TODO list. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple