Am 03.05.2013 02:23, schrieb
dle...@gmail.com:
> Hi all,
> I'm running Git For Windows 1.8.0, installed via the usual Windows
> installer to C:\Program Files (x86)\Git. I also installed Mingw/MSys to
> C:\Mingw to add some of the tools that are missing from GFW's very
> minimalist MSys installation.
>
> I was trying to figure out how to mount /mingw in Git Bash, so that I
> can use the other MSys tools from within Git Bash.
>
> It seems that GFW's MSys installation does *not* look for /etc/fstab,
> even on startup. Is there another trick to mounting C:\Mingw on /mingw?
Repeat your experiment after setting MSYS_WATCH_FSTAB=1 in the
environment. Note that this must be set before *any* MSYS program
(including the interactive bash) is started. IOW, you must set it via
the Windows control panel.
Does it make a difference?
-- Hannes