public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Corinna Vinschen <corinna@vinschen.de>
To: Tim Prince <tprince@computer.org>
Cc: cygwin@sourceware.cygnus.com
Subject: Re: w2k problem with new release and autoconf and with reversion to old
Date: Thu, 20 Apr 2000 06:30:00 -0000	[thread overview]
Message-ID: <38FF0444.CEF4ADD3@vinschen.de> (raw)
In-Reply-To: <006501bfaac7$9adea6c0$5f0f4dd1@TIMYX18EWDT6RQ>

Tim Prince wrote:
> 
> I installed the new release by the [i] route, which takes
> several hours using the utk mirror.  It appeared to be working,
> but autoconf is broken when invoked from make. Does it require a
> special environement setting?
> 
>  I reverted laboriously to the old cygwin, which is working fine
> for Administrator, but now /tmp and /bin aren't visible except
> to Administrator.

This is by design. There's a difference now between `user' mount
points and `system' mount points. setup.exe creates all mount
points as `user' mount points. For the purpose of creating
`system' mount points, mount.exe has a new option `-s' now.

So, what you have to do to get some mount points working for all
users on the machine is to create the mount points of choice as
`system' mount points and - if they are already in your `user'
mount point table - remove them from your personel mount table:

	mount -s -b -f D:/cygwin /
	umount /

The mount command shows which type of mount point you have, eg:

$ mount
Device			Directory	Type	Flags
D:\cygwin\usr\lib	/lib		user	binmode
D:\cygwin		/		system	binmode
C:			/home		user	textmode

umount.exe has the option `-s' as well to erase `system' mount
points.

Try `mount --help', `umount --help' for getting help of all options.

Hope this helps,
Corinna

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

  reply	other threads:[~2000-04-20  6:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-04-20  5:55 Tim Prince
2000-04-20  6:30 ` Corinna Vinschen [this message]
2000-04-20 11:34   ` Chris Faylor
2000-04-20 12:20     ` Corinna Vinschen
2000-04-20 14:00 ` w2k problem with new release and autoconf and with reversion to ol Michael Hirmke
2000-04-20 19:33 w2k problem with new release and autoconf and with reversion to old Earnie Boyd

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=38FF0444.CEF4ADD3@vinschen.de \
    --to=corinna@vinschen.de \
    --cc=cygwin@sourceware.cygnus.com \
    --cc=tprince@computer.org \
    /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).