X-Recipient: archive-cygwin@delorie.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:in-reply-to
	:references:subject:mime-version:content-type
	:content-transfer-encoding; q=dns; s=default; b=Q6/zy7jRHDD3KAfW
	EYYxJhXkDBmxRDuTYFnNUtf69wiIonHt7KgJuTTL2N96wC7idAQnb3dh4aGjgo16
	yYGxtLMU8tLipDvjb5rmbBQ0ZglYxfiKb3sRs4urhS5z1XpqC1WME3iTT1x9xryh
	rKa2v5Tqu8J8tKzaVpD3eElDPdc=
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:in-reply-to
	:references:subject:mime-version:content-type
	:content-transfer-encoding; s=default; bh=PTOEvyxNlTG3QwtQBpMMCv
	Fm7lQ=; b=uRZ/vOo9ghuRsTUyXSBbePMosJ6V8JXnNiU3fKfc8mEaUma5axPT+B
	/m+L5DwyVZXiGBTpCR2v04nOwAlQbnmS80DWii526Twxn16R41vEymTRlP7WUsp6
	L8zsIgcVsiHjYecYNXOpnyCDJe9gw2qd3xyXo950xx3k/odO6rW10=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*c:PHrt, H*r:74.6.129, H*c:alternative, H*x:5.0
X-HELO: sonic301-4.consmr.mail.bf2.yahoo.com
Date: Mon, 17 Dec 2018 19:38:21 +0000 (UTC)
From: "Simon Liesenfeld via cygwin" <cygwin@cygwin.com>
Reply-To: Simon Liesenfeld <surgeonde@yahoo.de>
To: cygwin@cygwin.com
Message-ID: <156113751.5686052.1545075501038@mail.yahoo.com>
In-Reply-To: <20181217192223.GC28727@calimero.vinschen.de>
References: <1823593702.5343751.1545034298027.ref@mail.yahoo.com> <1823593702.5343751.1545034298027@mail.yahoo.com> <20181217093428.GQ28727@calimero.vinschen.de> <20181217165741.GB28727@calimero.vinschen.de> <768216656.5669803.1545072652503@mail.yahoo.com> <20181217192223.GC28727@calimero.vinschen.de>
Subject: Re: symbolic links on Paragon Linux File systems
MIME-Version: 1.0
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 wBHJccMw012057

 Hi Corinnayou are right,I mixed it the symlink with the hard link
the symlink is sl (on file source)

E:\>type sl
source < just the filename as you say>

but the hard link does work (on file source)
E:\>type hl
hallo
erna
otto
hugo

E:\>echo rudi >> source

E:\>type hl
hallo
erna
otto
hugo
rudi

or with cygwin
$pwd/cygdrive/eecho hajo >>source
$ cat hl
hallo
erna
otto
hugo
rudi
hajo



    On Monday, December 17, 2018, 8:22:25 PM GMT+1, Corinna Vinschen <corinna-cygwin@cygwin.com> wrote:  
 
 
Please, do not top-post.


On Dec 17 18:50, Simon Liesenfeld via cygwin wrote:
>  Hi Corinna,
> since you answered your own questionsI can better understand my own
> stupidity.I have created now a hard and a soft link with a native
> linux,then I booted Windows, started the paragon driver,then cygwin 
> programs as well as any dos program perfectly understood the links.

Not in my testing.  I installed the Paragon trial driver and tested
on a filesystem with files and symlinks created by native Linux.  The
symlinks are not understood at all.  From the Windows perspective they
are just plain files with the name of the target file as content.


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer  
--
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


