X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=3.4 required=5.0	tests=AWL,BAYES_00,BOTNET,RCVD_IN_DNSWL_NONE
X-Spam-Check-By: sourceware.org
Message-id: <4E7113EB.9040407@cygwin.com>
Date: Wed, 14 Sep 2011 16:51:55 -0400
From: "Larry Hall (Cygwin)" <reply-to-list-only-lh@cygwin.com>
Reply-to: cygwin@cygwin.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2
MIME-version: 1.0
To: cygwin@cygwin.com
Subject: Re: cygwin 1.7.9, problem with cygwin1.dll, path_conv::check, has_acls()?  (Windows 7)
References: <3ED156B391DFFE4685AD2AEA0159D28004E91D8C79@USWINHQMBX1.hansenmedical.com> <j4qpsh$b3q$1@dough.gmane.org> <4E70EC5B.50209@cygwin.com> <3ED156B391DFFE4685AD2AEA0159D28004E91D8DA5@USWINHQMBX1.hansenmedical.com>
In-reply-to: <3ED156B391DFFE4685AD2AEA0159D28004E91D8DA5@USWINHQMBX1.hansenmedical.com>
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7bit
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On 9/14/2011 4:31 PM, John Ruckstuhl wrote:
> Larry Hall wrote:
>> On 9/14/2011 1:56 PM, Thorsten Kampe wrote:
>>> The obvious way to troubleshoot this would be to use a network drive (Z:
>>> for instance) instead of UNC or to mount the share and see if that
>>> works. Naturally it would also make sense to test the latest Cygwin
>>> snapshot and to see if you get the same result if you use //localhost/C
>>> $.
>>
>> Right.  I was thinking this could fall into the category of a network
>> share that needs to have the "noacl" mount option set.  So another
>> option is to try mounting the UNC path to a Cygwin path (in /etc/fstab)
>> and specify the "noacl" option.
>
> ------------------------------------------------------------------------
> Both of your comments are a bit over my head.
> I'll put in an honest effort to figure out what you mean, and then reply
> with results.
> It seems you are suspicious of the mount... that a defective mount WOULD
> interfere when the target is expressed one way, and WOULDNOT interfere
> when the target is expressed the other way.

Not defective, no.  In my case, I'm suggesting that you turn off POSIX
permissions.  These sometimes cause problems for network drives.  So
do something like this:

   mkdir /foo
   mount -o noacl,binary,notexec //hyperdisk/Data/Engineering/ruck /foo

Then try the same tests using /foo as the root path.

You can find more information about mount options here:

<http://cygwin.com/cygwin-ug-net/using-utils.html#mount>

-- 
Larry

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
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

