Ability to specify /cygdrive mount value in setup

cyg Simple cygsimple@gmail.com
Wed Nov 25 21:01:00 GMT 2015


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



More information about the Cygwin mailing list