From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7030 invoked by alias); 2 Nov 2015 16:26:57 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 7018 invoked by uid 89); 2 Nov 2015 16:26:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.1 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 X-HELO: calimero.vinschen.de Received: from aquarius.hirmke.de (HELO calimero.vinschen.de) (217.91.18.234) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 02 Nov 2015 16:26:55 +0000 Received: by calimero.vinschen.de (Postfix, from userid 500) id EB3B4A803FA; Mon, 2 Nov 2015 17:26:51 +0100 (CET) Date: Mon, 02 Nov 2015 16:26:00 -0000 From: Corinna Vinschen To: cygwin@cygwin.com Subject: Re: Mounting a network share Message-ID: <20151102162651.GB9730@calimero.vinschen.de> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: <20151101210207.GA4736@mrvideo.vidiot.com> <1046348344.20151102044033@yandex.ru> <20151102160343.GC12487@mrvideo.vidiot.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="jho1yZJdad60DJr+" Content-Disposition: inline In-Reply-To: <20151102160343.GC12487@mrvideo.vidiot.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-11/txt/msg00040.txt.bz2 --jho1yZJdad60DJr+ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 856 On Nov 2 10:03, Mike Brown wrote: > On Mon, Nov 02, 2015 at 04:40:33AM +0300, Andrey Repin wrote: > > If you want to do it from Cygwin side, use fstab and don't use /cygdrive > > prefix. It is for automatic mounts ONLY. >=20 > I went and found the Cygwin web page that describes fstab. What it doesn= 't > say is how to use it. It does: https://cygwin.com/cygwin-ug-net/using.html#mount-table > I have the following entry: >=20 > 192.168.1.40:/Public /Public nfs noacl 0 0 ^^^^^^^^^^^^^^^^^^^^ This syntax isn't known in Windows. Use the same syntax as with SMB shares, just use forward slashes: //192.168.1.40/Public /Public foo binary 0 0 "noacl" has no meaning on NFS shares, btw.=20 Corinna --=20 Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat --jho1yZJdad60DJr+ Content-Type: application/pgp-signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJWN47LAAoJEPU2Bp2uRE+glgwQAJDbApQoymWBaJK9LgJodo0Y PCRuqNvSN1U+rRu219nHRTv1MpAqHvpKwLodq0c0cEjbXs3UgrRDtmbCysfYiaAv Jg9zsXZECtHOLWbCQxnh1yCwOgvLaDVGjghvDge1QFxueZxZ0IP8S9T+6419uGQ7 SQagLkNwpeRML7Ro+IqEeAX6+1IYfGui9RWY7J1l/Fr0uDvBfYfmRDMZEZbml3HU 2DyUK7xyhPdR8wK1FvMLcwZrfPaeVTqoTVSuHQJewlLLKHYOCn09Ir6IvLQ+V7E7 /VDpeslXcmzxSiMgq0+oU2ieUyQ5bPY6Y5kvHgJYdN2r7DWjGqS38OigNnm60TEJ JKJqa/fge2Iz4DJxGDoaOETtm9tjOfeZbZUIRyUHibh9smhKhflMb2aI6JpKmxz1 Uv9o6m9Zs+JRn4iWlUyBVUfOQ2iBiDBSJ5ZrBTm7xq6KWTj1a+AP7Zo1+VFkgug1 Q/fjLk5Y2cDHIWPdUatp6WFE09ooIdX6c8D5p0hoBt2xYClyPOs1iyAjdqsJBXl2 +eMTr8BgxNqBQzGodxlg686yBsbcNTUkH5i327tofQHaLwlGObL4eI0CD68Gcapg uBG+HTr+68nDod9zCIiEzjDCOs4hUm2r6qPL8IFpKmOAFI/rv1nKlRAG+DHVnX9N PZEOgr6KSd6ouOUzlyWE =novF -----END PGP SIGNATURE----- --jho1yZJdad60DJr+--