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=JEtkQsuT3Ve49u/7
	ZngHfaX34Vyp2Tk0CSwDvxL9q+HpeMp0WpblLa49VMAvPZ1Oi0T6egC0QmajlUIw
	5A2Fx/rRv4UPerj48tQrEP3nHxCnsezJ7O2jIzGZKNdWdmqi9v4ORLoQFP0LbCH0
	qwErub+1pssKadSndB2HpWjNVgQ=
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=Xd7gBHalTNIxj0dlDnMH3K
	hsNzk=; b=e8E88GxZ47YV/SIoL8tvMXdzev8X80E2zp5ZdSfNsDeUTVDiQdGLxi
	hdwjqxJSHFkewLugSFKF0f3mW7wELvFJ8BWb1qGi4NqCNDQC5RCYUroTVr9AkMLj
	nXIEz60ld8iIkiXAUGGUpVkA61xcvhOI+b0YplMnKc4FTvgwchnDo=
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.4 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=cygdrive, Fergus, fergus, bashrc
X-HELO: mail-qk0-f174.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:subject:to:references:from:message-id:date         :user-agent:mime-version:in-reply-to:content-transfer-encoding;        bh=Sl0Cs3XhbewwjLE5ebIsTfgE3EMO36y54QxIX0IHZ6o=;        b=GqTQF2g2vqX+613Z3N9tMZA1b1MQNyn4Udt73ZddMzto/LIdckYLzClHDmh4pEg9TV         EWB/wGC8itSBpobeikJfsvX46+9ox8+SmRQDygxPoP2ceVPeHXjK9nl43odwNm0vDGq0         oZvZT+d9qRNMbYkf2YM4bjyOpzZxcu98JTKrSAGxz79n/MTCXw8i9baflVeKCABKYRBr         cGCnHnaZoVZYjifxnsHHqxbUNjXOUJySpUVlHLGHmK6gTxXJ/Af7W7RtzvdfFpTXGg9p         dYt3hlV1Kr2dVV9+Xxw2Iio9UDxocK+owcg0VI7R5KLKifRIw2BtJgy/qrRqwkj1XcDw         DlVg==
X-Gm-Message-State: ALyK8tIP1pu7oxCG2jwu2rXRjN+l/qQ/W5/ezTi14z0I3XuRDTwIBA3/rxfxnGBFBg/kQQ==
X-Received: by 10.237.41.134 with SMTP id o6mr3695958qtd.12.1466764112565;        Fri, 24 Jun 2016 03:28:32 -0700 (PDT)
Subject: Re: Consequences of mount -c
To: cygwin@cygwin.com
References: <20160624095236.7319634.62780.695@bonhard.uklinux.net>
From: Marco Atzeri <marco.atzeri@gmail.com>
Message-ID: <577c16cc-4f02-c779-e1a8-f909da4d1c02@gmail.com>
Date: Fri, 24 Jun 2016 12:28:24 +0200
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1
MIME-Version: 1.0
In-Reply-To: <20160624095236.7319634.62780.695@bonhard.uklinux.net>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
X-IsSubscribed: yes

On 24/06/2016 11:52, Fergus wrote:
> I have set
> /bin/mount -c "/"
> in ‎~/.bashrc with many subsequent easements in use.
> In /usr/share/fonts/microsoft/ there are unfortunately
> multiple links referring to files in
> /cygdrive/c/Windows/Fonts/; all broken.
> Similarly in‎ /etc/, several links pointing to files in
> /cygdrive/c/Windows/System32/drivers/etc/; all broken.
> I've only just noticed this. I don't much want to remove the mount -c instruction. Is there anything else that can be done to correct things?
> Fergus‎
> ‎‎
>

if you use mount in ‎~/.bashrc, it is too late for postinstall script
like

/etc/postinstall/zp_fontconfig_cache_1.sh

Use /etc/fstab

------------------------------------
# For a description of the file format, see the Users Guide
# http://cygwin.com/cygwin-ug-net/using.html#mount-table

none / cygdrive binary 0 0
------------------------------------

and run again
/etc/postinstall/zp_fontconfig_cache_1.sh

Regards
Marco

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

