X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D2FEE3858439 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1701316463; bh=Zn/sF6VhbylRrBg90cl8FpqX9rG591j5QEWWIE/kOKo=; h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=xqJ/35hL56Wip0C8yxJdNgqkq51fphWrIhlH5eDehSoqH1TF1mqGl+0JNlGlS8Hau oKlfHfOdljPtthYUNKa4Iq43iAMFAn+l7/PGJp2Vf1Dry7Wdiaom3Dm5j5XWoSpnlA c513PgyhLcnc+lPPvDRKxcfHoUvUZLVuwkJeDS7Y= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6A08C3858D39 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 6A08C3858D39 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1701316426; cv=none; b=BMtoKNfLpo9mv0VdhH4vj/OOUYyU/PWgWvgHHexAVz4KZx04TyJGXrxDlfajUt/Poi14TnE+xCDYZT8+t2Ya2oa+J/dtqnQGOPblEGb8pgaDTqoJfb1PWXqmYUfNFjFe2kaLsA2GbCKgaXzZVPxKezO89qdejgZ368O26lczf+E= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1701316426; c=relaxed/simple; bh=riILtG1Bt1D7oPyX05spzuMeLSBpFdiKllIsEY+Bv5M=; h=DKIM-Signature:MIME-Version:From:Date:Message-ID:Subject:To; b=WKuh8jKI4/OR6eUxoMF4bsMmYp5VXUkIPjE/vjbfEo9c6sEJl5GcVTeIPuWDeZhx2R8bcLG8AFtR+yzar96L5uiE7e1Mes/9mKXdVJbyhFaG5TX5jBJlxoN93fDmuPn8b0eClncpaeHbLJrEeqO9BRwq2ZMwLgLM+Cq7CRzyCCc= ARC-Authentication-Results: i=1; server2.sourceware.org X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701316424; x=1701921224; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=riILtG1Bt1D7oPyX05spzuMeLSBpFdiKllIsEY+Bv5M=; b=jRznisuvmpskgnE7Jq6oCfm0bZDEXFGNozrBo5Z12GVfOFgC5Doi2GKHbUKzJUVO7p DdZJ2TUxjxJlSS5e+b3aEgnaVZ5we2Rt4pJFKlFCeFfpYuNEI8u8M3LOeYZu8/icGesV WdhIXL33lRDAujRwNFsEa+m6lFZm3u6w2dG3uPpuxV+vbzkRXDcCuseb2BaMjCxOw4yF jWDVyIZOU74+PuqEYX1VdHGsC2F7egI/E1PVkLk1aHHqEt5amwAu36NkL8lBI4BhzOOb BcpbIjqFYS4WtJUOUWHHZ9wluyhPtbcdhMME+Ij2SAMLl9x5mlgVM6J25nvFAfnq9QkT iLfQ== X-Gm-Message-State: AOJu0YzpxZEZoK93Ph5nVODUZi2KxshhG6f+UNExZ9xDPtJ2w1FgYcc3 z6Ms12Yt43kBBK3xHwOBs6caCsDtzn2+QQx+2uT4tM/YTJA= X-Google-Smtp-Source: AGHT+IEj5AnO9iuDSesdaaQi1VOXkzEb5rbE8ap4hTvtAdYYit1Y7/c4IOZERHxF433bx+XNQa1wgPDGKe1WdYZGErI= X-Received: by 2002:a05:6870:1e8f:b0:1fa:1f05:64fd with SMTP id pb15-20020a0568701e8f00b001fa1f0564fdmr21401326oab.59.1701316424510; Wed, 29 Nov 2023 19:53:44 -0800 (PST) MIME-Version: 1.0 Date: Thu, 30 Nov 2023 04:53:37 +0100 Message-ID: Subject: "Lazy" bind mounts? To: cygwin AT cygwin DOT com X-Spam-Status: No, score=-0.2 required=5.0 tests=DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=unavailable 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.30 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Martin Wege via Cygwin Reply-To: Martin Wege Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" Hello, if I do a mount -o bind //foo/bar/baz /mnt the UNC path //foo/bar/baz is evaluated immediately, i.e. the network share //foo/bar/baz is "mounted" immediately. Is it possible to mount //foo/bar/baz only the first time someone does a cd /mnt, sort of automounter-style "lazy" mount-on-demand? Thanks, Martin -- 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