X-Spam-Check-By: sourceware.org Date: Thu, 1 Dec 2005 19:35:02 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: interoperability between samba, linux-cifs, cywgin and sfu Message-ID: <20051201183502.GK2999@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2i Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk 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 Dec 1 14:18, Martin Koeppe wrote: > Maybe the following on FILE_TRAVERSE and BYPASS_TRAVERSE_CHECKING is > helpful: > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/file_security_and_access_rights.asp Been there, done that. Try "CYGWIN=traverse". Expect weird problems. See http://support.microsoft.com/default.aspx?scid=kb;en-us;823659. Maybe Interix brackets all file related calls with switching on and off traverse checking in the user's access token, but we're already suffering enough on this mailing list from "CywGin is sloooow" reports. > 8. CreateHardLink() Windows API [cygwin] [ActivePerl] > ====================================================== > > former seems to call the latter internally. As CreateHardLink() is > used by cygwin (and ActivePerl, too), you cannot with these. > > Unfortunately, the error returned by CreateHardLink() doesn't say > "hardlinks not supported", but it says "file not found": > > cygwin$ ln file file2 > ln: creating hard link `file2' to `file': No such file or directory Maybe something's broken in your environment. Cygwin's link(2) function works fine on NTFS and Samba shares for me. 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/