From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4705 invoked by alias); 16 Jun 2011 12:50:35 -0000 Received: (qmail 4632 invoked by uid 22791); 16 Jun 2011 12:50:14 -0000 X-Spam-Check-By: sourceware.org Received: from aquarius.hirmke.de (HELO calimero.vinschen.de) (217.91.18.234) by sourceware.org (qpsmtpd/0.83/v0.83-20-g38e4449) with ESMTP; Thu, 16 Jun 2011 12:49:58 +0000 Received: by calimero.vinschen.de (Postfix, from userid 500) id 0D3B62CB054; Thu, 16 Jun 2011 14:49:55 +0200 (CEST) Date: Thu, 16 Jun 2011 12:50:00 -0000 From: Corinna Vinschen To: cygwin@cygwin.com Subject: Re: Create file fails on network drives in cygwin-1.7.9-1 Message-ID: <20110616124954.GY12140@calimero.vinschen.de> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) 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 X-SW-Source: 2011-06/txt/msg00181.txt.bz2 On Jun 16 12:59, Pete Forman wrote: > I am seeing "Permission denied" errors when trying to create files on > network drives. Local drives seem okay. Once a file is created with a > native program I can write to it. http://cygwin.com/problems.html cygcheck output as descibed on the above page would be helpful in the first place. Next question is, what kind of network drives? Run /usr/lib/csih/getVolInfo X:\\ with X being the drive you have the problem with. Alternatively chdir into some directory on the drive and run "getVolInfo ." Ultimately stracing touch would be helpful. Make sure foo.txt does not exist, run $ strace -o touch.trace touch foo.txt and attach the touch.trace file to your reply. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- 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