X-Recipient: archive-cygwin AT delorie DOT 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: References: <20100411151047 DOT GT28908 AT calimero DOT vinschen DOT de> From: =?UTF-8?B?RnLDqWTDqXJpYyBCcm9u?= 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: Subject: Re: How to set full control to Everyone on USB hard drive files and directories? To: cygwin Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 > 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