X-Recipient: archive-cygwin@delorie.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:reply-to:subject:to:references:from:message-id
	:date:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=e5D3qD+t+HnyHfNN
	zKFpTWk7CGTq+C2R2g3oePudqL4UwXCrKashV/IsPaWBR1YaSpS4EhqGbQtDd3yd
	pxCKZx4sMc27AvlQoYR/BW7Nfg8zpGYcd7kY0prA0M7oCkfhvgy6EarU+lsmw9D1
	IW5nOLO1jkic45uOv3sawJ0ywJk=
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:reply-to:subject:to:references:from:message-id
	:date:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=I18Qcay4Dc9CDmfYNtBKnq
	KgNzE=; b=TXy+K2TdoX5EWYqJ0wUVA4EcM+IvEWSdCHTsbS3m4cNNrJvH+Hj0EX
	iPdexF685ozI6yfkesKeZzr2zxly8XHto8VG1wwqsNcoJMB4owzz6RHQjJAorjhT
	nyCIf7LQl1FOcsyLiebpyVQc+UcvrEBfXNsoRwW5uHum+h7c8TZl8=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.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
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 spammy=fat, defaults, media
X-HELO: smtp-out-no.shaw.ca
Reply-To: Brian.Inglis@SystematicSw.ab.ca
Subject: Re: A permissions puzzle
To: cygwin@cygwin.com
References: <23ecb190-1382-ed1e-20f2-93b44ddf641f@cs.umass.edu> <273794590.20191221174843@yandex.ru> <5a63e3e3-6157-e3f4-8bce-e2c671647604@cs.umass.edu> <84255768.20191222153427@yandex.ru> <1f368338-73a4-66a5-88c9-67c06071dc1c@cs.umass.edu> <7bc5b8ec-99dd-cb67-4c04-f2a26cf0e87d@SystematicSw.ab.ca> <67249f42-3e4b-6102-b33b-073b6fb9db84@cs.umass.edu>
From: Brian Inglis <Brian.Inglis@SystematicSw.ab.ca>
Openpgp: preference=signencrypt
Message-ID: <df027ef8-3a57-c596-957a-7cd6ea5a74ea@SystematicSw.ab.ca>
Date: Mon, 23 Dec 2019 01:55:28 -0700
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.1
MIME-Version: 1.0
In-Reply-To: <67249f42-3e4b-6102-b33b-073b6fb9db84@cs.umass.edu>
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

On 2019-12-22 20:16, Eliot Moss wrote:
> 
> So can a \\?\Volume{...} guid name for a volume be used in Cygwin's fstab?
> What would the syntax be like for that?

Each entry must be on a single line:

#|/bin/cygwin1.dll
# /etc/fstab - https://cygwin.com/cygwin-ug-net/using.html#mount-table
#                                                               dump	dump
# mixed path	 file		vfstype		mntops		freq	passno
#C:/cygwin64	 /		ntfs		auto,binary	1	1
#C:/cygwin64/bin /usr/bin	ntfs		auto,binary	1	1
#C:/cygwin64/lib /usr/lib	ntfs		auto,binary	1	1
#C:		 /cygdrive/c	ntfs		auto,binary,posix=0,noumount,	
							user	1	1
#none		 /cygdrive	cygdrive	auto,binary,posix=0,	
							user	0	0
#none		 /tmp		usertemp	binary,posix=0	0	0
//?/Volume{...}	 /media/name	fat|ntfs	[no]acl*,binary*|text,bind,dos,
						[cyg|not]exec,ihash,override,
						posix=0|1*,sparse,[no]umount*,
						[no*]user	0	0
#						defaults flagged *

FYI:
$ head /etc/{fs,m}tab

Could also be a separate file under /etc/fstab.d/...

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

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

