Re: PostGreSQL on NT 4.0 - Mailing list pgsql-ports

From Jason Tishler
Subject Re: PostGreSQL on NT 4.0
Date
Msg-id 20010319222922.A323@dothill.com
Whole thread Raw
Responses Re: PostGreSQL on NT 4.0
List pgsql-ports
Tom,

On Mon, Mar 19, 2001 at 06:57:07PM -0800, TJHart@thoughtworks.COM wrote:
> FYI... in case you get any other bone-head developers asking....
> My problem was that I assumed that /bin and /usr/bin were the same ( i.e.,
> one was a symlink for the other ). For some reason, I have a cygwin/bin and
> a cygwin/usr/bin that are different directories.

The above implies that your Cygwin installation is not correct.  Due to
the default mounts (via setup.exe), /bin and /usr/bin should resolve
to the same directory.  Try re-running setup.exe to fix your mounts.
If that does not work than try using mount/umount directly.  Your mounts
should look something like:

    $ mount
    Device              Directory           Type         Flags
    C:\Cygwin\bin       /usr/bin            system       binmode
    C:\Cygwin\lib       /usr/lib            system       binmode
    C:\Cygwin           /                   system       binmode
    ...

As a last resort, there is always regedit/regedt32.  The keys to whack are
under:

    HKLM\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2

or:

    HKCU\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2

Jason

--
Jason Tishler
Director, Software Engineering       Phone: +1 (732) 264-8770 x235
Dot Hill Systems Corp.               Fax:   +1 (732) 264-8798
82 Bethany Road, Suite 7             Email: Jason.Tishler@dothill.com
Hazlet, NJ 07730 USA                 WWW:   http://www.dothill.com

pgsql-ports by date:

Previous
From: Tom Lane
Date:
Subject: Re: Cygwin restore problem
Next
From: Jason Tishler
Date:
Subject: Re: using postgresql on win2k