This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Bug: second bash shell can't find mount points.


CONTEXT:
	Running cygwin 1.7 on Windows XP
	cygcheck output here: http://wdv.com/cygcheck.txt

BACKGROUND:
	Checked cygwin FAQ, Googled, etc.
	Have installed and updated mount points using
/bin/copy-user-registry-fstab.

BUG:
	First bash shell started using cygwin.bat FINDS all mounted
filesystems.
	Subsequent bash shells started using cygwin.bat CANNOT FIND mount
points.

WORKAROUND:
	rxvt started using first bash shell finds mount points,
	but ignores command line directives such as -geometry and -bg. (a
second, separate issue).

STARTUP:
----------- begin --- cygwin.bat --- tear here ------
@echo off

C:
chdir C:\cygwin\bin
set LANG=C.ISO-8859-1

rxvt.exe -geometry 100x42+200+-1 -bg #99cc99 -fg #0000FF -fn "Courier New"
-sr -sl 5000 -tn rxvt +vb -e /bin/bash -i
------------------------------------------------------

Thanks,

Van / wdv.com


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]