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:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=IZP 6VIUYIOAL57VO4wtQukCybATlGf5hsr29FhPCufxf/qjePjsracFI/AkBOVUC2XX AX+fZgzroe3hmBvktTd75jSI2zd6onNTvBF0eGuGahonpR7pUf5DmjVCf2+kbrUY US2eHfTuRemSOo2HO8OHMrYEfk/KYRunld8gbnLE= 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:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=VNPM8Rf0r lEx+AU53AT2OkxUs7E=; b=kWoMwaFM+XzEHRGEK8bk3OsIGFAJj7PT2aG4x6zvG Hr1y/zfN/eIe8hcMBpgDnNpqZlGS3wOSjfC8GrbPqNQTSdNGEfBA8Bu2NGhwF+T0 zabwHzdV34AuF6pmUMdsekUdS6FUhgjP2AnPj+mQYwFtsjbx8Dn+O7qXg/w0GB9a vk= 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=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f46.google.com X-Received: by 10.66.141.7 with SMTP id rk7mr53892915pab.31.1409720042691; Tue, 02 Sep 2014 21:54:02 -0700 (PDT) Message-ID: <54069EB0.10309@gmail.com> Date: Wed, 03 Sep 2014 00:53:04 -0400 From: Mitch Deoudes User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: changing cygdrive prefix in fstab has no effect Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I'm teaching a class at a local college, and since their computer lab is stocked with Windows 7 & 8 machines, I had them install cygwin64 to use as a command line. The only change I requested they make to the config is to replace the "/cygdrive" in /etc/fstab with "/". This is my config at home, and googling seems to indicate it is an accepted way of changing the default prefix. The problem is, it has no effect - the prefix (in a new session) is still /cygdrive, as shown by mount and ls. Any tips on why this may not be working? I've verified the change to /etc/fstab - it's the default, with only the first occurrence of "/cygdrive" changed to "/". It happened in two different computer labs, administered by to different sysadmins, on I believe two different operating systems (win7 & 8). I don't have a cygcheck output on me, but this is a clean install, downloaded as of this week, with no extra packages except python. Using "mount -c" works, but is not persistent between sessions. The below works for me at home: # This is default anyway: # none /cygdrive cygdrive binary,posix=0,user 0 0 none / cygdrive binary,posix=0,user 0 0 mitch -- 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