public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "Richard Lyon" <rlyon01@ozemail.com.au>
To: <cygwin@sourceware.cygnus.com>
Subject: Re: mount command
Date: Wed, 24 Mar 1999 18:30:00 -0000	[thread overview]
Message-ID: <000301be7657$e6d0d2b0$abb56ccb@rlyon> (raw)

See comments below:

-----Original Message-----
From: DJ Delorie <dj@delorie.com>
To: rlyon01@ozemail.com.au <rlyon01@ozemail.com.au>
Cc: cygwin@sourceware.cygnus.com <cygwin@sourceware.cygnus.com>
Date: Tuesday, 23 March 1999 7:36
Subject: Re: mount command


>You're using bash's builtin mkdir (or cygwin's mkdir.exe), and it's
>using the mount table.  You need to use MS's shell so it won't know
>about the mount table.
>


OK, I tried doing it from explorer, the MS command prompt and bash.
After mounting the partition, the mount point works correctly for things
like -I option in gcc and cygpath. So I believe I have done the correct
thing. It's the
find command that doesn't work. I even get stranger results if I attempt
something like mount D:/topdirectory /home. Find generates the following
output:

find: /home/filename: No such file or directory

for every file in topdirectory.

I have 20.1 installed.

Luckily it does appear I can use cygpath in install script to cope with
these problems.
It converts the paths correctly to win32 format which work with find and
tcl.

I consider this sort of behaviour as a bug. Before I consider filing a bug
report or maybe
trying to fix it, has anyone managed to get find to work across mounted
partitions?

Cheers ....





--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

WARNING: multiple messages have this Message-ID
From: "Richard Lyon" <rlyon01@ozemail.com.au>
To: <cygwin@sourceware.cygnus.com>
Subject: Re: mount command
Date: Wed, 31 Mar 1999 19:45:00 -0000	[thread overview]
Message-ID: <000301be7657$e6d0d2b0$abb56ccb@rlyon> (raw)
Message-ID: <19990331194500.0KDV0gwzy0VByypeghQtWemiM8WoN2ubyUFI-LrQnlA@z> (raw)

See comments below:

-----Original Message-----
From: DJ Delorie <dj@delorie.com>
To: rlyon01@ozemail.com.au <rlyon01@ozemail.com.au>
Cc: cygwin@sourceware.cygnus.com <cygwin@sourceware.cygnus.com>
Date: Tuesday, 23 March 1999 7:36
Subject: Re: mount command


>You're using bash's builtin mkdir (or cygwin's mkdir.exe), and it's
>using the mount table.  You need to use MS's shell so it won't know
>about the mount table.
>


OK, I tried doing it from explorer, the MS command prompt and bash.
After mounting the partition, the mount point works correctly for things
like -I option in gcc and cygpath. So I believe I have done the correct
thing. It's the
find command that doesn't work. I even get stranger results if I attempt
something like mount D:/topdirectory /home. Find generates the following
output:

find: /home/filename: No such file or directory

for every file in topdirectory.

I have 20.1 installed.

Luckily it does appear I can use cygpath in install script to cope with
these problems.
It converts the paths correctly to win32 format which work with find and
tcl.

I consider this sort of behaviour as a bug. Before I consider filing a bug
report or maybe
trying to fix it, has anyone managed to get find to work across mounted
partitions?

Cheers ....





--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


             reply	other threads:[~1999-03-24 18:30 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-03-24 18:30 Richard Lyon [this message]
     [not found] ` < 000301be7657$e6d0d2b0$abb56ccb@rlyon >
1999-03-24 20:49   ` Chris Faylor
1999-03-31 19:45     ` Chris Faylor
1999-03-31 19:45 ` Richard Lyon
  -- strict thread matches above, loose matches on Subject: below --
1999-03-26 14:56 Richard Lyon
1999-03-29  7:51 ` Paul Berrevoets
1999-03-31 19:45   ` Paul Berrevoets
1999-03-31 19:45 ` Richard Lyon
1999-03-25 20:35 Andrew Dalgleish
1999-03-31 19:45 ` Andrew Dalgleish
1999-03-25  4:08 Earnie Boyd
1999-03-31 19:45 ` Earnie Boyd
1999-03-24 21:12 Andrew Dalgleish
1999-03-31 19:45 ` Andrew Dalgleish
1999-03-24 19:50 Earnie Boyd
1999-03-24 20:57 ` Robbe Stewart
1999-03-31 19:45   ` Robbe Stewart
1999-03-31 19:45 ` Earnie Boyd
1999-03-22 13:09 Richard Lyon
     [not found] ` < 007c01be74b8$9fc40220$7c1c6ccb@rlyon >
1999-03-22 13:39   ` DJ Delorie
1999-03-31 19:45     ` DJ Delorie
1999-03-31 19:45 ` Richard Lyon
1999-03-22 12:25 Richard Lyon
     [not found] ` < 006c01be74b2$6d993370$7c1c6ccb@rlyon >
1999-03-22 12:28   ` DJ Delorie
1999-03-31 19:45     ` DJ Delorie
1999-03-31 19:45 ` Richard Lyon
1999-03-22 11:41 Richard Lyon
     [not found] ` < 005a01be74ac$4b9d27a0$7c1c6ccb@rlyon >
1999-03-22 11:58   ` DJ Delorie
1999-03-31 19:45     ` DJ Delorie
1999-03-31 19:45 ` Richard Lyon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000301be7657$e6d0d2b0$abb56ccb@rlyon' \
    --to=rlyon01@ozemail.com.au \
    --cc=cygwin@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).