| delorie.com/archives/browse.cgi | search | 
| X-Spam-Check-By: | sourceware.org | 
| Message-ID: | <BAY105-F1140EF95E5B22FAC4613AAD21F0@phx.gbl> | 
| X-Sender: | franki2006 AT hotmail DOT com | 
| In-Reply-To: | <451BC1F3.3080004@byu.net> | 
| From: | "Frank Illenseer" <franki2006 AT hotmail DOT com> | 
| To: | cygwin AT cygwin DOT com | 
| Subject: | Re: Problems with archiver "ar" | 
| Date: | Mon, 02 Oct 2006 10:51:39 +0200 | 
| Mime-Version: | 1.0 | 
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm | 
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT 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 | 
Thanks Eric for the proposals for "mount":
    >mount -f -u -t "c:/cygwin/home/eblake/text" "/home/eblake/text"
Unfortunately this does not work for me. (Shell scripts still show that this 
is not mounted in textmode). The directory I have to mount in textmode would 
be
    C:\DATA\myProject\solution1
so I tried (taking your mount as reference)
   mount -f -u -t "C:\DATA\myProject\solution1" 
"/cygdrive/c/DATA/myProject/solution1"
and "mount" showed the following
    C:\Programme\cygwin\bin on /usr/bin type system (binmode)
    C:\Programme\cygwin\lib on /usr/lib type system (binmode)
    C:\Programme\cygwin on / type system (binmode)
    C:\DATA\myProject\solution1 on /cygdrive/c/DATA/myProject/solution1 type 
user (textmode)
    c: on /cygdrive/c type system (binmode,noumount)
    d: on /cygdrive/d type system (binmode,noumount)
    k: on /cygdrive/k type system (binmode,noumount)
    y: on /cygdrive/y type system (binmode,noumount)
    z: on /cygdrive/z type system (binmode,noumount)
but indeed the directory of interest seems to work in binmode.
I need the directory in the "surrounding" of the other directories, i.e. 
relative paths are required.
Any comments help?
Thanks in advance.
PS: The problem with "ar" is still there and I think (as Eric pointed out) 
that "ar" is not correctly reading in binmode/textmode. Once I solved the 
mounting problems, I will do some more tests with "ar".
--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/
| webmaster | delorie software privacy | 
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |