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 Date: Fri, 7 May 2004 13:06:24 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: echo $HOME returns /cygdrive/c/documents and setting/mrane Message-ID: <20040507170624.GB5196@coe.bosbc.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <4099FBD9 DOT 6060408 AT x-ray DOT at> <409A78A8 DOT 8000508 AT x-ray DOT at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <409A78A8.8000508@x-ray.at> User-Agent: Mutt/1.4.1i On Thu, May 06, 2004 at 07:40:56PM +0200, Reini Urban wrote: >Sure, mount is the method which is used more often. >And it is faster and easier. >But it is not as transparent to the poor end-user as the symlinks. >He will not see /home when doing "ls /" mkdir /home mount -b "C:/Documents and Settings" /home Either that or: mkdir /cygdrive/c/cygwin/home if you have already executed the mount. Then "ls /" shows the home directory. This is, IMO, closer to the UNIX way of doing things than using a symlink. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/