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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=SMe h2BBOndCiTi+HJzPduG61BVZ9E57kGaAc09PBgTnPv5FkOXdH/M6tFXXE17fzaos NqshNKJ5S6X6oWWaBHwQ855hD+LHR0N7R99ZfScoWtpj3z66HVJ584a0I1yoM9mB JXSUdGdsd0yoQPOoC8aAfkN/DVbtBlAVTv6DmzTc= 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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=cXiNVXV4e PThdmpa1TqCuqgMOB8=; b=BMM+Q0CT7v2kb+nD+ARf2VLN27Por4m4JaHS9COS1 yt90Wcmp1T2VV7XaULoh5jSSXUxsiTjkwkJD/ADWlidv9Ey3VOJpQfE/ALSPBxKr TrG25sOtXe42U1vyQ6LupfLA6nQ8QUhXMwqGQdhnxlIwDXb06qEoBNcC2ZuvH7Gq OI= 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=-1.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: Ishtar.tlinx.org Message-ID: <52D2CFA4.2000906@tlinx.org> Date: Sun, 12 Jan 2014 09:23:48 -0800 From: Linda Walsh User-Agent: Thunderbird MIME-Version: 1.0 To: "cygwin AT cygwin DOT com" Subject: How to create hard-dir links that cygwin won't bother? Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes I've tried using mklink /d target source in cmd I'm wondering if i'd have any better success with junctions or linkd (2 pre-win7 ways of doing directory linking/mounting in Windows). I have a dual install of cygwin-x86 & xygwin-x86-64 existing mostly side by side in root -- but some programs don't play nice. One appears to be setup -- or a script called by setup that seems to change the link into a dir - which screws up all remaining setups I also have a prob with the cygwin mount c:/bin on /usr/bin -- anything in /usr/bin shows a path of: /Windows/system32/cygwin/bin/ Which is wrong on multiple levels. oh..... it turns out /bin is being overwritten as well. My links for bin & etc point to: C:\Windows\System32\cygwin\ my cygwin dir in System32 points to C:\cygwin or C:\cygwin64 depending on if it is a 32-bit process accessing System32 or a 64-bit process accessing System32. But this bit of setup deleting my directories is raising havok... -- 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