| delorie.com/archives/browse.cgi | search |
| 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:in-reply-to | |
| :references:subject:mime-version:content-type | |
| :content-transfer-encoding; q=dns; s=default; b=ldKNCH3ksCo4/1Om | |
| VTz5LaxKHpHCf2fvla/yjfZ7bpZdYN7RLf8zMHAVn/IyN/d/IDpz+Eq3e/RqP4Z4 | |
| wC2OtHM0QdQBZEMUmx/lgcaMQsqmQvqDxs4+BSCPPbcSWnrLqFVAUqhDmyr9XHqm | |
| E819Vb03yYihcyi+YmM2gU1MIYE= | |
| 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=7jOCkNXt0xLsb3FW0pFMUc | |
| l1niY=; b=IAIlFqPVWbcbLtXTOy6ZPaED63revBosqR0H4jzsXWrw+RMTsE0AyP | |
| TGc4zHyF7qvjc4ihlXwhgczIl2BeFCrdLYwtgA35y17p+vGhnII17W+o0R8X8Ydh | |
| kvcL6x3xaHrqplGo12p7XdVqif4W+wS3ds3bFwFV901BdTgCbk03w= | |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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=-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=worlds, trial, UD:But, Greetings |
| X-HELO: | sonic315-13.consmr.mail.bf2.yahoo.com |
| Date: | Mon, 17 Dec 2018 12:03:50 +0000 (UTC) |
| From: | "Simon Liesenfeld via cygwin" <cygwin AT cygwin DOT com> |
| Reply-To: | Simon Liesenfeld <surgeonde AT yahoo DOT de> |
| To: | <cygwin AT cygwin DOT com> |
| Message-ID: | <1505709921.5440033.1545048230641@mail.yahoo.com> |
| In-Reply-To: | <546810845.20181217143122@yandex.ru> |
| References: | <1823593702 DOT 5343751 DOT 1545034298027 DOT ref AT mail DOT yahoo DOT com> <1823593702 DOT 5343751 DOT 1545034298027 AT mail DOT yahoo DOT com> <546810845 DOT 20181217143122 AT yandex DOT ru> |
| Subject: | Re: symbolic links on Paragon Linux File systems |
| MIME-Version: | 1.0 |
| X-IsSubscribed: | yes |
| X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id wBHC4AWf030803 |
Hi all,
Thank you so much for the response,and nearby for the entire cygwin Project.(Best of both worlds)"The devil is in the detail"I admire cygwin so much, and I' am overwhelmed
that it can do the named pipes on paragon systemalready.I do not expect cygwin to master the symbolic links,it's too much.But if it were able master, I would sit on my chair breathless.
One can download paragon athttps://www.paragon-software.com/de/home/linuxfs-windows/#
it has a ten days trial period.
 /usr/lib/csih/getVolInfo /cygdrive/e
Device Type       : 7Characteristics   : 20
Volume Name       : <>
Serial Number     : 4229931105
Max Filenamelength : 260
Filesystemname    : <ext4>
Flags             : 107
 FILE_CASE_SENSITIVE_SEARCH : TRUE
 FILE_CASE_PRESERVED_NAMES  : TRUE
 FILE_UNICODE_ON_DISK       : TRUE
 FILE_PERSISTENT_ACLS       : FALSE
 FILE_FILE_COMPRESSION      : FALSE
 FILE_VOLUME_QUOTAS         : FALSE
 FILE_SUPPORTS_SPARSE_FILES : FALSE
 FILE_SUPPORTS_REPARSE_POINTS: FALSE
 FILE_SUPPORTS_REMOTE_STORAGE: TRUE
 FILE_VOLUME_IS_COMPRESSED  : FALSE
 FILE_SUPPORTS_OBJECT_IDS   : FALSE
 FILE_SUPPORTS_ENCRYPTION   : FALSE
 FILE_NAMED_STREAMS         : FALSE
 FILE_READ_ONLY_VOLUME      : FALSE
 FILE_SEQUENTIAL_WRITE_ONCE : FALSE
 FILE_SUPPORTS_TRANSACTIONS : FALSE
On Monday, December 17, 2018, 12:35:02 PM GMT+1, Andrey Repin <anrdaemon AT yandex DOT ru> wrote:
Greetings, Simon Liesenfeld!
> 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
> !<symlink>â–’â–’source
What doe /usr/lib/csih/getVolInfo say about such volume?
--
With best regards,
Andrey Repin
Monday, December 17, 2018 14:28:48
Sorry for my terrible english...
--
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |