From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59278 invoked by alias); 25 Nov 2015 20:58:59 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 59269 invoked by uid 89); 25 Nov 2015 20:58:58 -0000 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 Received: from mail-qg0-f46.google.com (HELO mail-qg0-f46.google.com) (209.85.192.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 25 Nov 2015 20:58:57 +0000 Received: by qgea14 with SMTP id a14so41338559qge.0 for ; Wed, 25 Nov 2015 12:58:55 -0800 (PST) X-Received: by 10.140.194.136 with SMTP id p130mr17959503qha.76.1448485135147; Wed, 25 Nov 2015 12:58:55 -0800 (PST) Received: from [192.168.0.9] (d27-96-48-76.nap.wideopenwest.com. [96.27.76.48]) by smtp.gmail.com with ESMTPSA id y200sm6060936qka.48.2015.11.25.12.58.54 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Nov 2015 12:58:54 -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 X-Enigmail-Draft-Status: N1110 Message-ID: <56562105.5040500@gmail.com> Date: Wed, 25 Nov 2015 21:01:00 -0000 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 X-SW-Source: 2015-11/txt/msg00409.txt.bz2 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