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:from:to:subject:date:message-id:content-type :content-transfer-encoding:mime-version; q=dns; s=default; b=huD nSPBxpjALwjTWw7w2u8XeECisKLCKjn67kuSdph2LAvhOauuVl70Au0ZhUyvEMbT wU7Hs/Co55phXfqXlGeWBtb9c/1qU4JX5SKwHLtd/TBnQsnOiPhltoYVqo8rPb2Y 1T54Fdi8mVR1j0M0a/z6nrqx93WBwP5t9/Z3Uvdg= 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:from:to:subject:date:message-id:content-type :content-transfer-encoding:mime-version; s=default; bh=3Adr53qcv fNjeI7/SzuDgwhLXPs=; b=vKgUB21RQby+gPICpERgIFl7sn1GKJI+3/MWdYPhi rkNH2Uis0EONq00EQAv0Oso3q553NBfHWwsLjj51aRc6WtKreipHyW4yu5Jfbb68 IRixs+D5GXCNPYTAlAZJRm8oojFNz3nLoRbKoUMpvQmN7CXBcgM9g1+csHZ3cMV+ ds= 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=-0.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: cluster-j.mailcontrol.com From: "Lemke, Michael SZ/HZA-ZSW" To: "cygwin AT cygwin DOT com" Subject: RE: How to mount all network drives noacl Date: Tue, 15 Jul 2014 15:59:38 +0000 Message-ID: <33EC3398272FBE47B64EE3B3E98F69A761772C4C@DE011520.schaeffler.com> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 X-SEF-7853D99-ADF1-478E-8894-213D316B8FFA: 1 X-SEF-Processed: 7_3_0_01192__2014_07_15_17_59_39 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s6FFxvJt007750 On 15 Jul 2014 17:30:40 +0200, Corinna Vinschen wrote: >On Jul 15 15:24, Lemke, Michael SZ/HZA-ZSW wrote: >> I am sure this is described somewhere but I (or rather google) can't find it: >> >> What to put into /etc/fstab to make any access to a network share use >> the noacl option? E.g. cp ... //server1/path should create all files >> with default Windows permissions on the remote end, same for //server2/path2 etc. > >It's all in the cygdrive prefix: > > https://cygwin.com/cygwin-ug-net/using.html#cygdrive > Thanks, I would never have seen that. So the answer is none / cygdrive binary,posix=0,user,noacl 0 0 But that would also make my local drives not use acls, which I don't want. So is there a solution to have UNC paths use noacl and drives with a drive letter use acl? Thanks, Michael -- 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