X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.1 required=5.0 tests=BAYES_40,RCVD_IN_DNSWL_NONE,TW_RW X-Spam-Check-By: sourceware.org X-Authority-Analysis: v=1.1 cv=eWk9bc5BAcy1KEyGm/gc5mmqTM7Cp/ADlcqpp9MTMWU= c=1 sm=0 a=7819AzUhF4AA:10 a=ADBQPqJMlbwA:10 a=8nJEP1OIZ-IA:10 a=h1yec8+VU+NHUtc1heAhgw==:17 a=pXocqPxSSz5XXLeb0msA:9 a=Vf_9Q3RZzJuQrw0yFL0A:7 a=xYA1CoHQwnx9KDPx7QwsQhqnu-QA:4 a=wPNLvfGTeEIA:10 a=h1yec8+VU+NHUtc1heAhgw==:117 Message-ID: <4C3DCD3D.6000404@codeware.com> Date: Wed, 14 Jul 2010 09:44:13 -0500 From: Cory Riddell User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.10) Gecko/20100512 Thunderbird/3.0.5 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: vim and file permissions on Windows 7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 My Windows 7 (64-bit) machine is part of a domain and I normally log into it as a domain user. Something is misconfigured because Cygwin programs seem to have a problem with file permissions. For example: $ ls -l visitor* ----------+ 1 cory Domain Users 3236 2010-07-11 22:37 visitor.cpp ----------+ 1 cory Domain Users 2260 2010-07-14 09:16 visitor.h If I open visitor.cpp with Cygwin vim, it tells me it is read-only. I can force a save though with w!. If I open this same file with notepad or my Windows version of gvim, I can edit and save the file and am never told it is read-only. I've been researching quite a bit and I recreated my /etc/passwd and group files with the -d switch. I thought it had something to do with the domain, but now I don't think that's the case. I'm starting to think it might be the filesystem or perhaps how it is mounted. The mount command reports: $ mount C:/cygwin/bin on /usr/bin type ntfs (binary,auto) C:/cygwin/lib on /usr/lib type ntfs (binary,auto) C:/cygwin on / type ntfs (binary,auto) C: on /cygdrive/c type ntfs (binary,posix=0,user,noumount,auto) Y: on /cygdrive/y type ntfs (binary,posix=0,user,noumount,auto) Drive Y is a mapping to a network location. Interestingly, ls -l /cygdrive returns: d---------+ 1 ???????? ???????? 24576 2010-07-09 11:18 c drwx------+ 1 Administrators Domain Users 0 2010-07-14 06:58 y The c folder looks weird, the y folder looks correct. Any suggestions? Thanks, cory -- 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