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, 22 Sep 2005 15:22:55 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: Cygwin and Ext2 IFS? Message-ID: <20050922132255.GN12256@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <4332A3CE DOT 90804 AT lists DOT cichon DOT com> <20050922125540 DOT GM12256 AT calimero DOT vinschen DOT de> <4332AE52 DOT 8080008 AT lists DOT cichon DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4332AE52.8080008@lists.cichon.com> User-Agent: Mutt/1.4.2i On Sep 22 15:14, Public Mailing Lists wrote: > Corinna Vinschen wrote: > > >Probably not. You can use every file system which can be accessed by > >the underlying Windows also in Cygwin, but except for NTFS file systems, > >the permission handling of the underlying file system drivers (here: > >Ext2 IFS) is usually rudimentary at best. As for upper/lower case > >handling, > >I don't know. It all depends on the driver. It has nothing to do with > >Cygwin. However, Cygwin will by itself not enforce case sensitivity, but > >just use the default which is usually to be case preserving. > > > > > > > Hi Corinna, > > I would like to use my ext3 symlinks with Cygwin. So, Cygwin would have > to know about the underlying file system. No. Cygwin already can access files on the file system, it just can't access facilities not provided by the driver. > Is it possible for Cygwin to communicate with Ext2 IFS in order to do that? No. First, the driver is communicating with the Windows kernel. Cygwin is using OS function calls for file access. There's no direct talk between driver and Cygwin. Second, what the driver provides to Windows is available to Cygwin. Since the driver doesn't support POSIX permission <-> ACL translation and symlinks on the OS level, it won't help to communicate with it directly. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader 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/