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:from:mime-version:content-type :content-transfer-encoding:message-id:date:to:subject :in-reply-to:references; q=dns; s=default; b=ChG77la17uxAK1GqkXO nHZ1Y2Lk6AFHzu9CdiNa6GwoU34KWfC04jRDI80YfCgY0E2my5dbqDLOdNmaKRW4 JZlfp1Nb+SbkQBwWZI2QISfiRqEGa2THzdpB5R8cu9IWrxP9wTx5kal7o33IKZIG 0Fg/W4COrLzwrrUF5eA4FEHE= 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:from:mime-version:content-type :content-transfer-encoding:message-id:date:to:subject :in-reply-to:references; s=default; bh=BuUZpVRdPX0DYmSASao37eigL 3M=; b=QZTSxNjo2gzHi+dCaXRVKMY/CfUjYDRIOohJWnWUoEMmyciNoIG8R+kfG syK9Tdi2qE8dFyrxxiwww1aaHYFTf88Hnj7rlTuXKArv26SLjY2AI3zPiQQvFcav OSPUXEbgQRhUiUvQ7Uo6AeYPJqA9qjhBwpgWi63crqdDhEP2/0= 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.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: vms173007pub.verizon.net From: MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Message-id: <21087.64099.660195.262020@consult.pretender> Date: Thu, 17 Oct 2013 10:55:31 -0400 To: cygwin AT cygwin DOT com Subject: Re: fstab not automounting... In-reply-to: <20131017093846.GA26304@calimero.vinschen.de> References: <21087 DOT 31348 DOT 870054 DOT 516829 AT consult DOT pretender> <20131017093846 DOT GA26304 AT calimero DOT vinschen DOT de> X-IsSubscribed: yes Corinna Vinschen wrote at about 11:38:46 +0200 on Thursday, October 17, 2013: > On Oct 17 01:49, kosowsky wrote: > > Is there any way to get the entries in /etc/fstab to mount > > automatically? (ideally also the ones in /etc/fstab.d too for the > > current user) > > > > I could have sworn that it did so in earlier versions of cygwin, but > > now I seem to need to manually issue a 'mount -a' after each reboot... > > /etc/fstab and /etc/fstab.d/$USER are loaded automatically only once. > That is, at the time the first Cygwin process in a user session is > started. All other processes in the same user session just share the > mount table if it's already in memory. Changes are only propagated to > the shared mount table in two cases: > > - Use the mount -a command. > > - Stop *all* Cygwin processes of the current user. This will remove the > shared mount table from memory. Start a new Cygwin process. This > will re-create the shared mount table. > Yes - I would have thought this would work -- but neither rebooting nor stopping all cygwin processes and shells serves to get my fstab read. I need to manually run 'mount -a' each time -- which completes without errors. I know I didn't need to do this in Cygwin 1.7 x86. I am now running Cygwin 1.7.25 x64 Any thought on what could be preventing fstab from working automagically. -- 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