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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=qFcRuJb2i1uU/xWf wtT4eMDlPcf6phP8D4fOQ9Zfz7ckYCxc7W97FopMilX1AUnSPmvMzAYt93PTPfO6 q7+V//NrRhYTjwY3KWJ27C3JsOahwOHW2k5LWBcCCMHDcvGyNIUzPcYynfGYdkXA +0aDyd3YhfOCZLLjISwpMlyCljY= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=9wJOAfppAK/l5MrWKrKkN6 f/pnY=; b=YH4j25LV1IRIj36pD54NgufKZmjBhHHCibXphm9a+XJmKIWTjxFUH6 eQwgw4mr9+keAR9E+KOMTfJdOeqRSuBOT7I4jl6qgwBdvW3YKgzuUjefnrQA/OpT hmMDfHe2JNrsMo6qM7fIuls35ygN0iCzaM+zQaWz9bIIQpWmXBLOI= 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-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=H*MI:sk:58C4905, Hx-languages-length:1857, H*i:sk:58C4905, H*f:sk:58C4905 X-HELO: mail-io0-f194.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=J2mF/ywRm7xN/F3kRNTuTrQgmMe/al0vrlHMvrffiHQ=; b=huFB1yosLG/FsJiSmYE67MzLvioPL8Rt4gu5x1aCNMFhSNY49URE/H7/4qro+rYE56 uUs7Js9dlMrMPsxrxxSXG6+4jF405xgivqOt/aqvhR7sGMD9zUikkgA0jntmFtg3aDZI UunjyNEq+lg7wnC8sLLNCai/yRqRAu4C5mTBSoAflraMzV/p6OsmeOaTZiuPOU/V1Q3q ufAgYG8zQdrKHnaxD6zUgvUvFLPoWu5GWdJCLKWSJaoUQhgoO+Kanq7cKSzxhd3pha/A JCrftCm2ffc9zhlPRNNTlv240btbvXXcQkCeQ3UkGOP0rtMPx3dtdCyk4BoQL9IE+afI +xmw== X-Gm-Message-State: AMke39l8QpAqrBavmLS8GCEwTluJHCBZHHgK+Seem/XdZbAmuvhRrJBtvJZ2eYdFWIqnng== X-Received: by 10.107.171.135 with SMTP id u129mr24329161ioe.102.1489353162681; Sun, 12 Mar 2017 14:12:42 -0700 (PDT) Subject: Re: Junctions != Symlinks; Treat Junctions as MS-FS mounts; MS-symlinks are symlinks To: cygwin AT cygwin DOT com References: <58C31431 DOT 1020408 AT tlinx DOT org> <753097b6-210e-1073-6dd5-b0cc4c76571f AT gmail DOT com> <58C4905F DOT 9010502 AT tlinx DOT org> From: cyg Simple Message-ID: Date: Sun, 12 Mar 2017 17:12:23 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <58C4905F.9010502@tlinx.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes On 3/11/2017 7:03 PM, L A Walsh wrote: > cyg Simple wrote: >> On 3/10/2017 4:01 PM, L A Walsh wrote: >> >>> I want to be able to mount other areas of other file >>> systems onto directories. Symlinks are destroyed by Cygwin's >>> SETUP.EXE and the install process For example. I have >>> a smallish "/usr" partition, but a large "/Users" partition. >>> "/usr/share" grew to hold more and more data over time, and >>> currently is using 16G, all by itself. My "/usr" partition is >>> 15GB with 4.7GB free, 11G used. So I needed to split >>> "/usr/share" off to somewhere else. I don't have room for another >>> drive, but I do have room on "/Users". So tell me, >>> why shouldn't I be able to create "/Users/share" and mount >>> "/Users/share" at "/usr/share"? >>> >>> >> >> Linda, I'm not trying to reject what you're saying which I find very >> sound. But for this scenario why not just use an entry in /etc/fstab >> similar to the below example? >> > ---- > I want my filesystem views between Windows and Cygwin to be > the same, as they, for the most part, are as I have: > >> mount -p > Prefix Type Flags > / user binmode > Just as I do. > So in cygwin /m/foo == M:\foo in windows and > //server/pathname in cygwin == \\server\pathname in Windows. > > I use cygwin to manage my windows installation to some degree. > Sure, why not. What you're trying to do though can be done with manual entries in the /etc/fstab. You're issue as I've heard it is with setup-*.exe and how it manages those junctions as symlinks and somehow manages to mess up the junction because it replaces it with a Cygwin style symlink. Setup-*.exe is a Windows application but uses some of Cygwin functions to help it and executes the postinstall files using a Cygwin shell. -- cyg Simple -- 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