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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=YA xZjOrhC+N7JutkwYGFP3jrawLjfuG/tyvouhlITdcPbCiuwdPu00qWLbB5sn7HgC xCIdwNjkV60wm7yPwFSpQy88sSWbRSIBRJpn8tZ7EixiBQ7kHB/Avbzv1IUAHHVD MX73nstKshskUJUWbiTx7lOnJcudzAm8YhYcE1BtA= 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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=1OAC4kWt PrNkuSzrUZrOMtyEluo=; b=G7syGRqKTUynpUmlPGQNoD6cL4sSQ0Q8t6SXcGrr DXFekkA8NEQ9JT7cRyAC1F0g2Y1jIX4zZRpy7bhPF7V/miqz4GV11rS9/oMvngWW VUR2Yc53LRqnJQHnqc57tNH3O4DP3SO90QUkdaRqZgJxKGSUU2bTDpqCVc4rdElx EhQ= 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.5 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,NO_RELAYS autolearn=ham version=3.3.2 X-HELO: mail-qa0-f51.google.com MIME-Version: 1.0 X-Received: by 10.49.18.162 with SMTP id x2mr14074qed.54.1380749114568; Wed, 02 Oct 2013 14:25:14 -0700 (PDT) In-Reply-To: References: Date: Wed, 2 Oct 2013 17:25:14 -0400 Message-ID: Subject: Re: Tried to remove cygdrive prefix, ended up "lost" in my filesystem From: Earnie Boyd To: "cygwin AT cygwin DOT com" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes On Wed, Oct 2, 2013 at 12:30 PM, Diego Mesa wrote: > I tried removing the first line, but still appear in some no mands > land directory: > > :cat /et/fstab > # For a description of the file format, see the Users Guide > # http://cygwin.com/cygwin-ug-net/using.html#mount-table > Seems the FAQ is missing the easiest method to change the /cygdrive prefix. To make /cygdrive simply be / all you need is the following command. Remove the lines you've inserted in /etc/fstab and then execute the command. $ mount -c / -- Earnie -- https://sites.google.com/site/earnieboyd -- 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