delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-SWARE-Spam-Status: | No, hits=-0.7 required=5.0 tests=AWL,BAYES_40,RP_MATCHES_RCVD |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <4E263B5B.7070603@tlinx.org> |
Date: | Tue, 19 Jul 2011 19:20:11 -0700 |
From: | Linda Walsh <cygwin AT tlinx DOT org> |
User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.24) Gecko/20100228 Thunderbird/2.0.0.24 Mnenhy/0.7.6.666 |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | Re: Using / for cygdrive and cause network shares to become read-only |
References: | <82B70611-9F6A-4E33-A2B9-E2C900A684D2 AT mac DOT com> |
In-Reply-To: | <82B70611-9F6A-4E33-A2B9-E2C900A684D2@mac.com> |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Joe Bologna wrote: > I've been using Cygwin for a long time. I haven't had reason to > reinstall it until recently when I got a new computer. I installed the > latest version and discovered the -s option to mount was removed. All I > wanted to do is change the cygdrive prefix from /cygdrive to /. I > discovered that I needed to edit /etc/fstab, I uncommented the entry below: > > none / cygdrive binary,posix=0,user 0 0 > > This worked fine on local disks, but made it impossible to create files, > directories or modify them on mounted NTFS shares. I was stuck for hours > looking for a solution. I finally RTM on mount and /etc/fstab and > discovered the "noacl" option. I changed the entry to: > > none / cygdrive binary,posix=0,user,noacl 0 0 > > This solved the problem. Hopefully this will help other people who run > into the same issue. It was pretty difficult to find a fix for. > > A suggestion for a later release, add the "noacl" option to the > commented out /etc/fstab entry. ---- I have: none / cygdrive posix=0,nouser 0 0 which works for me with my NTFS shares But my NTFS share support acls... If yours don't, then I could see why you'd need to change it... Might consider using newer version of Samba (3.X? ) on top of XFS as a file system....(on a linux box)... You get full ACL and user support -- as well as the ability to have your Samba server (occasionally) function as a domain server (mines messed up since up installed 3.6.0, but that's due to some incompatibilities I didn't know about from earlier so have to figure out to fix). -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |