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:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; q=dns; s=default; b=W/NURFealYt7FAraYKKft8z1HK/K p+gNEFObI4wWvvRpf61VSkXqXeKwb7EDn2Rud5TVdTFZe1R1z+c1NZGExB8DgY1X tpXYxRsYfi0HwooQsJ5vqeoaTktHLf5zjipaFuFF55EQxuMZ75JoZP0NjiCfvcFk UntqS15i1Opyzbc= 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:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; s=default; bh=jYWnNQoyl0FlNE42G/fZuWdYZmQ=; b=Il P9Owu5K5+0DuQM7kIHsaCSQ1wt15kLsxjYavW4vV9ECWInlgT9IpCQiZAjboJOmc tM8bWx6wt1QHjNbUwcE26LADqpWIztbnmsyJ82uwt9g4dyb6wKq3HAi6iwcS33Tv hPHzRhHoyUfjN7ezCS22tFSEukrCehmBYdsHpLyt4= 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.0 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: etr-usa.com Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: Error accessing mapped drive >2TB? From: Warren Young In-Reply-To: <110723294.20150915064630@yandex.ru> Date: Tue, 15 Sep 2015 17:20:07 -0600 Message-Id: References: <712A87EA-64C7-4033-BE7F-39C8C8D527EB AT etr-usa DOT com> <110723294 DOT 20150915064630 AT yandex DOT ru> To: cygwin AT cygwin DOT com X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t8FNKNfr007036 On Sep 14, 2015, at 9:46 PM, Andrey Repin wrote: > >>> 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… [snip] >> Why errno 5 from path_conv? > > That's an interesting point... can you walk me through your setup Pretty simple: I shared the entire drive from my OS X box to the Cygwin VM hosted on the same machine, and got this error with commands like “ls /p” when the drive is mapped as P:. If I map my OS X Desktop folder to Q: on the Windows side, the problem doesn’t occur. There are no ACLs on the root of either Mac OS X drive (ls -led /) so if it’s an OS X-side permission problem, it’s happening at a different layer than the filesystem. Perhaps one of the MAC layers? (Gatekeeper, etc.) > Or is this Mac-specific? Possibly. OS X switched from Samba to an Apple-specific smbd in 10.7: https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man8/smbd.8.html I’ll repeat that Windows Explorer seems to have no problem showing the contents of the root of the P: share, though. -- 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