X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:to:subject:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=STZ C52HwOLSRXvA4eclaV1JJfkP2rAk11mDGzqWsJAtJ8AdD1OXkFWXfLtP9Xv3Pu/C dbd7YAes2lOJOBQAZWWxQJt2C1FszMtlmeP+CVU5kqN4Bywv6qPtTcA5cjAPNNSy a2r6hOTBpQLC2yCjw04PWWY9yZRO9EKSkcKS9BGU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:to:subject:mime-version :content-type:content-transfer-encoding; s=default; bh=xQF1iUIkF ZkHkiQNfFHv+NcUQhI=; b=MuK+lrUBQtS3f4iypk1ixQbLDzK/UfFBIdqZVU/Wy XaI3zKQKUy/l5b8LUzkRNAenh0gCDFvx87hUH7+CuKaOm1KXGs8DTultoPkUdvjE C0OI5YuSMIUwk/YJZXyeZ0dTmzoLiEYFnDHrUZ1gCi5CfGk99TzT13N5EldCdVBN KQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,SPF_PASS autolearn=no version=3.3.2 X-HELO: gateway15.websitewelcome.com X-Spam-Flag2999: NO X-Spam-Level2999: X-Spam-Status2999: "No, score=-1.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HIPHOTO3a,URIBL_BLOCKED autolearn=ham version=3.3.1 Message-ID: <20130919111634.13610tplrmb3pu1u@gator3323.hostgator.com> Date: Thu, 19 Sep 2013 11:16:34 -0500 From: Rob Siklos To: cygwin AT cygwin DOT com Subject: setup.exe and mounting home directory in fstab MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.3.11) X-BWhitelist: no X-Source-Sender: (localhost) [127.0.0.1]:47079 X-Source-Auth: cygwin AT siklos DOT ca X-Email-Count: 1 X-Source-Cap: cm9iO3JvYjtnYXRvcjMzMjMuaG9zdGdhdG9yLmNvbQ== X-IsSubscribed: yes Background: I wanted my /home directory to point to c:\Users rather than the out-of-the-box home directory created by cygwin. In order to accomplish this, I deleted the existing home folder and created a soft link mapping /home to /cygdrive/c/Users. This works great, except that I notice that every time I run setup.exe, my soft link gets removed and a new profile is created for me the next time I open a Cygwin terminal. Every time this happens, I just delete the new /home folder and re-create the soft link. However, this is getting annoying, so I'm looking for a different solution. My current solution is to just mount it in fstab with the following line: c:/Users /home ntfs binary,posix=0,nouser This is working fine, but now I'm worried about what setup.exe will do to this folder the next time I update Cygwin. Will it be safely left alone, or will my user profile get deleted? Thanks in advance, Rob. -- 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