X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 	tests=BAYES_00,RCVD_IN_DNSWL_NONE,SARE_MSGID_LONG45
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <m2ha9a39a211004110930od261f3fbld5739744266e21d9@mail.gmail.com>
References: <s2ya9a39a211004110806r3d50976cqe00d7e42555fa1f0@mail.gmail.com>  	<20100411151047.GT28908@calimero.vinschen.de> <m2ha9a39a211004110930od261f3fbld5739744266e21d9@mail.gmail.com>
From: =?UTF-8?B?RnLDqWTDqXJpYyBCcm9u?= <frederic.bron@m4x.org>
Date: Sun, 11 Apr 2010 22:00:34 +0200
Received: by 10.204.152.13 with SMTP id e13mr3706278bkw.30.1271016055303; Sun,  	11 Apr 2010 13:00:55 -0700 (PDT)
Message-ID: <s2xa9a39a211004111300k233ce43r568b4a649eee4f9@mail.gmail.com>
Subject: Re: How to set full control to Everyone on USB hard drive files and  	directories?
To: cygwin <cygwin@cygwin.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@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

> I have tried that in /etc/fstab:
> f:/ /mnt/f cygdrive noacl,nouser,binary,notexec
> g:/ /mnt/g cygdrive noacl,nouser,binary,notexec
> h:/ /mnt/h cygdrive noacl,nouser,binary,notexec
> i:/ /mnt/i cygdrive noacl,nouser,binary,notexec

OK I found the problem:
1) to reload fstab, close all cygwin processes, including X,
2) cygdrive should not be called multiple times in fstab. The right
fstab file is:
none /cygdrive cygdrive binary,posix=3D0,user 0 0
f:/ /mnt/f ntfs noacl,nouser,binary
g:/ /mnt/g ntfs noacl,nouser,binary
h:/ /mnt/h ntfs noacl,nouser,binary
i:/ /mnt/i ntfs noacl,nouser,binary

It seems that no error is output if the usb disks are not present and
that they are auto-mounted when plugged in later.
Also it seems it does what I wanted: permissions are just inherited
from parent root dir.

Thanks,

Fr=C3=A9d=C3=A9ric

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

