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]

Re: echo $HOME returns /cygdrive/c/documents and setting/mrane


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/


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