Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: Missing mount's Date: Mon, 9 Sep 2002 13:15:05 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: =?iso-8859-1?Q?Gunnar_Bostr=F6m?= To: X-OriginalArrivalTime: 09 Sep 2002 11:15:05.0859 (UTC) FILETIME=[26735530:01C257F2] Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g89BFKE18153 Hi! I'm running the latest version of cygwin on windows XP pro and have problem with mount points. Can anybody help me please? When I do rsh to my localhost I'm missing all the network mountpoints. I only get the mounts for the local drives. Where are the mountpoints set? In the registry there are only three mounts: "/", "/usr/bin" and "/usr/lib" for the current user. Another or possible related problem is that java -classpath H:/classes Main // works java -classpath /cygdrive/h/classes Main // doesn't find Main class java -version // gives the following output java version "1.4.1-rc" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-rc-b19) Java HotSpot(TM) Client VM (build 1.4.1-rc-b19, mixed mode) The following is the output from mount and rsh localhost mount. :-) --------------------------------------- $ mount D:\gb\cygwin\bin on /usr/bin type user (textmode) D:\gb\cygwin\lib on /usr/lib type user (textmode) D:\gb\cygwin on / type user (textmode) c: on /cygdrive/c type user (textmode,noumount) d: on /cygdrive/d type user (textmode,noumount) g: on /cygdrive/g type user (textmode,noumount) h: on /cygdrive/h type user (textmode,noumount) m: on /cygdrive/m type user (textmode,noumount) p: on /cygdrive/p type user (textmode,noumount) r: on /cygdrive/r type user (textmode,noumount) s: on /cygdrive/s type user (textmode,noumount) v: on /cygdrive/v type user (textmode,noumount) x: on /cygdrive/x type user (textmode,noumount) --------------------------------------- $ rsh localhost mount D:\gb\cygwin\bin on /usr/bin type user (textmode) D:\gb\cygwin\lib on /usr/lib type user (textmode) D:\gb\cygwin on / type user (textmode) c: on /cygdrive/c type user (textmode,noumount) d: on /cygdrive/d type user (textmode,noumount) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/