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/