X-Recipient: archive-cygwin AT delorie DOT com
X-SWARE-Spam-Status: Yes, hits=5.9 required=5.0	tests=AWL,BAYES_20,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SARE_CHARSET_W1251,T_RP_MATCHES_RCVD
X-Spam-Check-By: sourceware.org
Message-ID: <BAY158-w502E4ED9A74318458A3376B18B0@phx.gbl>
From: Saurabh T <saurabh AT hotmail DOT com>
To: <cygwin AT cygwin DOT com>
Subject: How to undo mount on cygwin 1.5
Date: Wed, 1 Sep 2010 20:56:32 +0000
Content-Type: text/plain; charset="windows-1251"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com


Hi,
I was trying to get the "execvp: argument list too long" error to go
away while using make on cygwin, and followed the instructions mentioned
in several posts such as this one:
http://cygwin.com/ml/cygwin/2005-05/msg00358.html

Accordingly, I did this in my cygwin bash shell:

mount -X -b -f c:/cygwin/bin /usr/bin
mount -X -b -f c:/cygwin/bin /bin
mount -x -b -f c:/cygwin/bin/strace.exe /usr/bin/strace.exe
mount -x -b -f c:/cygwin/bin/strace.exe /bin/strace.exe
mount -x -b -f c:/cygwin/bin/cygcheck.exe /usr/bin/cygcheck.exe
mount -x -b -f c:/cygwin/bin/cygcheck.exe /bin/cygcheck.exe
mount -x -b -f c:/cygwin/bin/strace.exe /usr/bin/strace

mount -x -b -f c:/cygwin/bin/strace.exe /bin/strace

mount -x -b -f c:/cygwin/bin/cygcheck.exe /usr/bin/cygcheck

mount -x -b -f c:/cygwin/bin/cygcheck.exe /bin/cygcheck

thinking that they would be temporary as mentioned in some emails on the
list. Turns out they are temporary on cygwin 1.7 but not on the older
version which I'm using. I rebooted the machine yet "mount" showed the
results of above.

How to I undo the above and get back the original mount state? umount
does not have the complementary options.

Thanks,
saurabh

=20=09=09=20=09=20=20=20=09=09=20=20

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