From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67341 invoked by alias); 21 Oct 2015 11:09:54 -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 67305 invoked by uid 89); 21 Oct 2015 11:09:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.4 required=5.0 tests=AWL,BAYES_00,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; Wed, 21 Oct 2015 11:09:53 +0000 Received: by calimero.vinschen.de (Postfix, from userid 500) id 03810A807CB; Wed, 21 Oct 2015 13:09:51 +0200 (CEST) Date: Wed, 21 Oct 2015 11:09:00 -0000 From: Corinna Vinschen To: cygwin@cygwin.com Subject: Re: Bad Address with /cygdrive paths Message-ID: <20151021110950.GP5319@calimero.vinschen.de> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="z4D23EFnZpzTzcHd" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-10/txt/msg00337.txt.bz2 --z4D23EFnZpzTzcHd Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 1370 On Oct 12 18:59, Barry Roberts wrote: > I've used cygwin for lots of years, and this is kind of weird to me. > My operations guys set up some Windows Server 2012 R2 servers with > Cygwin x86-64 2.2.1. >=20 > There's a CIFS mount (from an HNAS) that I use a lot that is giving me > problems. For example: >=20 > $ ls /cygdrive/m/install > ls: cannot access /cygdrive/m/install: Bad address Would you mind to run strace in this scenario: $ strace -o ls.trace ls /cygdrive/m/install and attach the ls.trace file here? >=20 > But: > $ ls m:/install >=20 > Works just great. >=20 > Using /cygdrive/m I can list the contents of the root of the drive, > but I can't read any files. And any subdirectory just gives me the > "Bad address" error. Everything (except completion) works just fine > with m:/ paths. >=20 > This isn't a huge deal. I mostly use cygwin on these servers to > manage them with scripts, so I've changed my configuration variables > to : paths and everything seems to work. But I did > spend nearly half a day figuring this out, so I'm curious if there's a > configuration problem or a known issue that my searches haven't > uncovered yet. Nothing I'd be aware of. Thanks, Corinna --=20 Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat --z4D23EFnZpzTzcHd Content-Type: application/pgp-signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJWJ3J+AAoJEPU2Bp2uRE+gjqoP/26Kyo3ZHATnNx51H+XRcap7 Eljo7Mvc8GtZBRGGqi0oBaSlWSl4yylT/TnGaK6Fp8zkBkHLqDpMsfqrpS/IUGyM tMKkk/rwRMLN5bYv3nVFTAGzPZF6dlMANo8kcxYqlMsizYPyri36ZgKgDi9nwiKb Qv8uE3VOdgnXviT7opWJ4MMDYDw3QMwQf75sQvXuh+r1ioR6wDXr2U0FmnJQCXcA s4yWiX+TNbDut9Msy2LBKA2je4cW1/XS96dLON9Fggkt40RFt3jbZJ5IpEZk3e+0 S+QToLxkibPeBFe/knRenwg0+nnBj8v8VL5O8CJTzI/e16S2203IlTbRTgYAQEBg vszcC6nkJ67QZC2vXtBQx+/xa8M9CKIBz4R3SUDvmzzV2vTHljovtISdMs0m1aSr utlo7omUMVQacvI91N8dU1ys+TibIqAgthZ602ax8Ez2KIWVtdxca5/ZaLb1k9on n3M8gcX61Pr7zD2zmOyQjldd+93OEB6KQx5pYTpLOApe4U1EzWOAi7rzCgRerM1O D4Y7XXB/6HLewLADlJuNowQoy6VHKmg9B9VGjTqNI+jtATArnY+wQO1jK5/kwEtP aD7MdIAwmGOKea7NLx+084w+jo9k6vhmtSSWd7IomplEnAC6WfATHpu1ixQ0fhUd mY02sbaPWSV1KXo3cD8K =UCY0 -----END PGP SIGNATURE----- --z4D23EFnZpzTzcHd--