How to specify the user directory OUTSIDE of Cygwin (installation folder)?

Marco Atzeri marco.atzeri@gmail.com
Sat Sep 9 07:53:00 GMT 2017


On 09/09/2017 07:06, Ben Stover via cygwin wrote:
> By default the user folder of Cygwin (under Win7) is in a subdirectory
> 
> <installation folder>\home\<username>

from cygwin point of view "/home/<username>"

> How can I put it into a separate directory OUTSIDE of Cygwin?
> 
> Example:
> 
> I installed Cygwin in
> 
> D:\tools\cygwin\v2\
> 
> and want to put my (resp. all) home directories into
> 
> D:\tools\cygwin\myhome\
> 
> If possible I would like to specify my new home directory not as absolute but as relative path.
> 
> I would prefer a customization somwhow in "Cygwin.bat" like:
> 
> set cygwinhome=..\myhome
> 
> Mind the double dots standing for "go up one level".
> 
> How can I achieve this?
> 
> Ben
> 


mkpasswd -c >> /etc/passwd

change the fifth field of "/etc/passwd"
from  "/home/<username>"
to "/cygdrive/d/tools/cygwin/myhome"


close all cygwin process and rerun.

--
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



More information about the Cygwin mailing list