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:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; q=dns; s=default; b=xwGlejCICGW3x71u w5632Fr7i83cYj0HCKyecI+pExydxXRGfqQWvueX3GdoMKOFAiAKA3AXGOkuL/0x Z1OnbeohA8pjYhOHt3fJVYORdU7pcmJPa34rpverrrsFury9bQWHT+tJ6QIYuYSF gyNCn3S35CjV74VvB7G/YzX4KbE= 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:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; s=default; bh=RUf8rFZfUjeUuqtiN9C1lO BcG8Y=; b=hENVRPPwkTM9AT9ztDEwlHBwEMbrJzGzypSbx4drZKq0Z1x1oQKoMN r5bo0IBC1BRiJZ6+ds68oXRKXtYRe8BADJTyUYEUflZlA9onVf92m0roNGblkIlS nTmZa8e9SCq9hdIwcYg60mcz+QZzws0MIm59IsWsVrNb5LUtm60FM= 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=0.2 required=5.0 tests=AWL,BAYES_60,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-qg0-f52.google.com MIME-Version: 1.0 X-Received: by 10.140.92.133 with SMTP id b5mr32679784qge.55.1442330085541; Tue, 15 Sep 2015 08:14:45 -0700 (PDT) In-Reply-To: <110723294.20150915064630@yandex.ru> References: <712A87EA-64C7-4033-BE7F-39C8C8D527EB AT etr-usa DOT com> <110723294 DOT 20150915064630 AT yandex DOT ru> Date: Tue, 15 Sep 2015 10:14:45 -0500 Message-ID: Subject: Re: Error accessing mapped drive >2TB? From: Nem W Schlecht To: cygwin AT cygwin DOT com Cc: Warren Young Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t8FFF0lV031521 I'm going to be spinning up an Ubuntu box in the next few days that will have a 5TB drive in it as well, so I'll be able to test to see if the source OS (and/or version of SMB server) makes a difference. I did an strace on '/bin/ls /cygdrive/t' on my host and saw almost the exact same thing Warren did (slight re-ordering of events). I tried creating a new mount mount with 'noacl,notexec' as options since it looked like maybe the has_acls() call was throwing the error in the strace output, but my attempt did not work. I'm going to play with that some more this afternoon, though. On Mon, Sep 14, 2015 at 10:46 PM, Andrey Repin wrote: > Greetings, Warren Young! > >>> The only thing I can think of is that the 2nd drive is >2TB. > >> The same thing happens here with a 3.1 TB Fusion drive and a 500 GB >> external drive, so no, I don’t think the volume size is the real issue. > >> I assume you are seeing the same thing that I am, that Explorer shows the >> root contents of both drives just fine? > >> When I strace’d an ls of one of these root shares here, I got 764 lines >> of…emissions, of which this section seems the most interesting to me: > >> 1051 263166 [main] ls 4720 stat64: entering >> 625 263791 [main] ls 4720 normalize_posix_path: src /p >> 609 264400 [main] ls 4720 normalize_posix_path: /p = normalize_posix_path (/p) >> 630 265030 [main] ls 4720 mount_info::conv_to_win32_path: conv_to_win32_path (/p) >> 653 265683 [main] ls 4720 mount_info::cygdrive_win32_path: src '/p', dst 'P:\' >> 668 266351 [main] ls 4720 set_flags: flags: binary (0x2) >> 674 267025 [main] ls 4720 mount_info::conv_to_win32_path: src_path /p, dst P:\, flags 0x4022, rc 0 >> 1168 268193 [main] ls 4720 symlink_info::check: 0x0 = NtCreateFile (\??\P:\) >> 10641 278834 [main] ls 4720 symlink_info::check_reparse_point: >> NtFsControlFile(FSCTL_GET_REPARSE_POINT) failed, 0xC0000275 >> 839 279673 [main] ls 4720 symlink_info::check: not a symlink >> 1049 280722 [main] ls 4720 symlink_info::check: 0 = symlink.check(P:\, 0x24B620) (0x4022) >> 655 281377 [main] ls 4720 path_conv::check: this->path(P:\), has_acls(0) >> 640 282017 [main] ls 4720 stat_worker: got 5 error from path_conv >> 757 282774 [main] ls 4720 __set_errno: int stat_worker(path_conv&, stat*):1933 setting errno 5 >> 714 283488 [main] ls 4720 stat_worker: -1 = (\??\P:\,0x600042080) > >> Why errno 5 from path_conv? > >> Yes, I am one of those evil people who edit cygdrive out of /etc/fstab so I can use /x, where x=drive letter. :) > > That's an interesting point... can you walk me through your setup, so I could > try to recreate the issue? > Or is this Mac-specific? > > > -- > With best regards, > Andrey Repin > Tuesday, September 15, 2015 06:45:22 > > Sorry for my terrible english... -- Nem W Schlecht nem AT emptec DOT com Empyreal Technologies http://www.emptec.com/ "Perl did the magic. I just waved the wand." -- 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