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 40B913858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dmeyer.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=dmeyer.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dmeyer.net; s=google; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date; bh=FzbfCURJ8NHQ5l8AzpaEK8xVTrwh2jVt52B513f8dRA=; b=DT5aA/oHXrSaHW2L7q7UrMzDzMUmQff0QRJHDb2xFHYfX9aKZzbZbD6qrNf5XKqWwZ XsUXfTCbJwuf2tv8An07BY2VCaQl/a0T6fVgm/fa5ILjwfUIeNKHF//Wrk92+Mzoj1bn JXz1bof9FrItQx2nsZNh04DSC24EDXFIr2RaI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date; bh=FzbfCURJ8NHQ5l8AzpaEK8xVTrwh2jVt52B513f8dRA=; b=uRMgl4xmqDrVtBZtWN0kYvhJVoXdBfGo2JVhIX6NP2KFlG2lU6h4+BzhPb6oMHqHQt HqdZuG+BfqX/L0IHUdxOvCylPmiQBV/jYOJQsDvsPV107XmSPo6+k+yNLV6OdjuxwOOO +bltbB0+SRMUgbHSDMmOtflKk6Zu1s7XpeUZKZWErVYXRdmEVBFsV+45mEu215UpLv+U DiK9KtMkBnmAFA0xiBlPCV13euwRAw9WYNv7yUYZseniI6KU/RxOPFQXHF3sSPRcEuKR uegD4S+kDms3XtRyUwhLHXOzr72iYTDA7m0/SdyhNobUOJffwpRaRvEfWM35bdtouTdX MXbA== X-Gm-Message-State: ACrzQf1OLZkMKY6P/GLuweVndDhIIXJtSIHBe8imV5evCbKorIAyWUIf k3rO1kuSq/ViPBm4o8v/gbUAIhTpLLxh/DeM4dWJ2FJkGAsaPw== X-Google-Smtp-Source: AMsMyM51S/eWjusY4pghRMv0u4a7IK8KZ0NGhUoHFFsqRyppznoE79KyZbvvBabmGS3H7Qbe0PKook++x2noGbCho7c= X-Received: by 2002:a05:6402:d0b:b0:443:df38:9df with SMTP id eb11-20020a0564020d0b00b00443df3809dfmr16854813edb.9.1663620038744; Mon, 19 Sep 2022 13:40:38 -0700 (PDT) MIME-Version: 1.0 From: David Meyer Date: Mon, 19 Sep 2022 16:40:27 -0400 Message-ID: Subject: Re: bash from local mounted drive with subst command To: cygwin AT cygwin DOT com X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" We're running into this same issue on my project. We're trying to shorten path names to get around Visual Studio limitations in path lengths, which are unfortunately very long for us since we're generating filenames based on package names and the like. If subst won't work to let us shorten path names, is there any other solution? We'd really like something that behaves like bind mounts rather than symlinks. Thanks. -- 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