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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=NqTVA+Zs3ElYAP6u
	0mB4yXJho8RT0IIanR9oDKPQgxzu0WRy4zkncNVqtB3VF8BB9ckxNnnp81PeLiVR
	VrCI4QPnmVjQyXYvBmLah4QwWW5D2OCTwvcMy1024hE1M+M2LIzYUDUiiIQRrIRg
	gFGdB8cCao/zvkOXZgf8ZmpFChU=
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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=NWKH8i/UXDJR24zzEhT3qx
	SiBBA=; b=wTo43icTWbZbY613995+biBZjzUlgsL6TPTHUHGI+1Qqx8p522ZD+V
	Xy/h3YEAe4dLWleTa1rct1mCwsU5YmupiM5KDgGMgyee4sKdT2S2xaWDwrTvTUNu
	68ebAbmhf+RjQjo9fuumE8uqUhPoH9bx4FhbWGy/gCeyzO+n1ReSI=
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-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-qg0-f46.google.com
X-Received: by 10.140.194.136 with SMTP id p130mr17959503qha.76.1448485135147;        Wed, 25 Nov 2015 12:58:55 -0800 (PST)
Subject: Re: Ability to specify /cygdrive mount value in setup
To: cygwin@cygwin.com
References: <20151125140420.12415@web008.roc2.bluetie.com> <1447966985.20151125232513@yandex.ru>
From: cyg Simple <cygsimple@gmail.com>
X-Enigmail-Draft-Status: N1110
Message-ID: <56562105.5040500@gmail.com>
Date: Wed, 25 Nov 2015 15:58:45 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0
MIME-Version: 1.0
In-Reply-To: <1447966985.20151125232513@yandex.ru>
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: 8bit
X-IsSubscribed: yes

n 11/25/2015 3:25 PM, Andrey Repin wrote:
> Greetings, Charlie!
> 
>> Wed, 25 Nov 2015 19:39:08 Andrey wrote:
> 
>>>>> You can precreate fstab, I think.
> 
>> Yes I do this all the time.  If, for example, C:\cygwin64\etc\fstab already exists
>> when you run setup-x86_64.exe the first time, setup will use that /etc/fstab.
>> So all the links will be created during initial installation with / and not /cygdrive.
> 
> Just which links we're talking about, yet again?...
> 

find / -type l -exec ls -l {} \; | grep cygdrive

lrwxrwxrwx 1 cyg_Simple cyg_Simple 46 Nov 25 09:29 /etc/hosts ->
/cygdrive/c/WINDOWS/System32/drivers/etc/hosts
lrwxrwxrwx 1 cyg_Simple cyg_Simple 49 Nov 25 09:29 /etc/networks ->
/cygdrive/c/WINDOWS/System32/drivers/etc/networks
lrwxrwxrwx 1 cyg_Simple cyg_Simple 49 Nov 25 09:29 /etc/protocols ->
/cygdrive/c/WINDOWS/System32/drivers/etc/protocol
lrwxrwxrwx 1 cyg_Simple cyg_Simple 49 Nov 25 09:29 /etc/services ->
/cygdrive/c/WINDOWS/System32/drivers/etc/services

I also have the following which indicates that I modified /etc/fstab but
too late.

lrwxrwxrwx 1 cyg_Simple cyg_Simple 0 Nov 25 15:54 /proc/cygdrive -> /

If I were able to specify it at the start of setup this issue would not
be present.

-- 
cyg Simple

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

