X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 926C43858427 Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=nifty.ne.jp Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=nifty.ne.jp DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-06.nifty.com 1B684D3U006218 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1638777853; bh=d+IEaP3OyysccwfsgpEE8DqPlclBGrwGv40lUO1XjdY=; h=Date:From:To:Subject:In-Reply-To:References:From; b=nVm3DDtDgvPEEM+VP+zeG+nvc4deAlMDzKiMkqBCEnRk8z+RlKH14sP1wNhRJ1kVl gPy32XHbo+8H7wDVYebeYEXleTNN7geZ6wUXA2ZbX8LQdmqlhKgEQAHgiJsyBOCwsB RKlrM+S12Duhc3XRK3E0FR4l3f59fR3dGwrlsogH1pQnBzLrrPzZCsq3v1T/6q4aPj 5ZqbW95nSL1vLpQaxN/F7/kqhroNc/PaKR0YVoDEUO+XT6BPIVOjTyTsJsVp4Nhxsf HmIzkEHoC0ohgIZWsauGKiYuxaRnhE8yF5zDdGG6afI7JF3KyS4fkVkrtc8NTWVH49 rLawyPfm1FoPQ== X-Nifty-SrcIP: [110.4.221.123] Date: Mon, 6 Dec 2021 17:04:13 +0900 From: Takashi Yano To: cygwin AT cygwin DOT com Subject: Re: vboxsharedfs - Too many levels of symbolic links Message-Id: <20211206170413.4df97bf050e581933b0c28bb@nifty.ne.jp> In-Reply-To: <20211206123135.19fce6f5d2e186ab51bd53b8@nifty.ne.jp> References: <20211205115411 DOT 1619911cb3e2d23f671912ce AT nifty DOT ne DOT jp> <36be1c59-efd1-5cfb-93c1-baf629a897dc AT oskog97 DOT com> <20211206123135 DOT 19fce6f5d2e186ab51bd53b8 AT nifty DOT ne DOT jp> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 X-Spam-Status: No, score=-5.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" On Mon, 6 Dec 2021 12:31:35 +0900 Takashi Yano wrote: > cygwin symbolic link seems to work only in NTFS file system. This is not right. cygwin symlink needs 'SYSTEM' attribute. So it does not work in file system which does not support that attributes. Windows file system, such as NTFS, FAT, supports it. > If shared folder is in linux file system, cygwin symbolic link > does not work. Basically, linux file system does not support 'SYSTEM' attribute, but samba support it using extended attributes if 'store dos attributes' is set to 'yes' (by default since samba 4.9). -- Takashi Yano -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple