X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:to:message-id:subject :mime-version:references:content-type:content-transfer-encoding; q=dns; s=default; b=d19X5eLPgDycXQX+kvzZBVuQbm9ftwNbeKmyXjS7EOU qrl/HSWt+u7IQzrDX10KLRT/cks3uCZeyaSxCOKzh6j6steKbzKfrhTHxZ6xW5dH X7wDnK/e7q2eL93z/nnTZdw7Xg5Hgcsfg+aXVwmy5EqbhzJSoPtLGBBNw6PWUwA4 = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:to:message-id:subject :mime-version:references:content-type:content-transfer-encoding; s=default; bh=bIecVuH/8ZZhjdlTd+p0LzRHuLg=; b=yV0fESR4JepXYxLyc YeA7FnKocw6nisaClg3vigGgMMBbs6IUTuqDDkj9Xmje8+OBtgGpgxcC6CwNVfsi wcRBEU3bOcQAqchA7EClWrqHk+UhzxhSAXZoQM+VKebl/wafctrEOBvuB2R0li4M J1Q+a7hJFTsRpTMajYTpcAN274= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=drives, UD:In, Hx-spam-relays-external:sk:sonic31, H*RU:sk:sonic31 X-HELO: sonic312-20.consmr.mail.bf2.yahoo.com Date: Mon, 17 Dec 2018 08:11:38 +0000 (UTC) From: "Simon Liesenfeld via cygwin" Reply-To: Simon Liesenfeld To: "cygwin AT cygwin DOT com" Message-ID: <1823593702.5343751.1545034298027@mail.yahoo.com> Subject: symbolic links on Paragon Linux File systems MIME-Version: 1.0 References: <1823593702 DOT 5343751 DOT 1545034298027 DOT ref AT mail DOT yahoo DOT com> Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id wBH8Bppx006768 Hi all There is a commercial ext3-4 file system driver for windowsLinux File Systems für Windows | Paragon Softwarewhich enable Windows to read an write on native ext3-4 volumes.In General cygwin works perfectly on such volumes,even named pipes work, but Cygwin programs do not interprete those links correctly,which are created on such volumes.whilst symbolic links on native NTFS drives referring files on such volumeswork perfectly. $pwd/cygdrive/e $ echo hallo > source $ ln -s source sl $ cat sl !▒▒source -- 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