delorie.com/archives/browse.cgi | search |
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:reply-to:mime-version:to | |
:subject:references:in-reply-to:content-type | |
:content-transfer-encoding; q=dns; s=default; b=PLrg2AvJLU1iropH | |
FNMiVnfvZKWkNEhvgDk+xyuLs81r2Bdg0muV7pjlxVHM1m0vBKA01ZYrwnha1HHz | |
TEV0h7PMp4srU9+E9SiUnLUxUxVEvzbYEkvZqe4l3Oefl7TdB/L03ttE6OUNLslf | |
6UD7sEFW5QtndRjgvNSGNup9hvc= | |
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:reply-to:mime-version:to | |
:subject:references:in-reply-to:content-type | |
:content-transfer-encoding; s=default; bh=MaVLCrQMLIhzelvMhrBR/9 | |
0V8Ug=; b=K2Ax9KCopR4379xydvXVr9VzAG6b14A/Q7HYQiIZcAzqV9ozYzLhUE | |
3/L4CE25HStbCxRaJdKAHvMCsoCSmBUoSbaOm8OUKvfFiKO1WRBAZD5RJr63Or4A | |
p5Dy9bsscB+o6z4kGxSFtOfrPYXlSy2OdvBsI8EfI4SaGX0JtvWzc= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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=-1.5 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_40 autolearn=ham version=3.3.2 |
X-HELO: | vms173007pub.verizon.net |
Message-id: | <524CD32A.8070508@cygwin.com> |
Date: | Wed, 02 Oct 2013 22:15:06 -0400 |
From: | "Larry Hall (Cygwin)" <reply-to-list-only-lh AT cygwin DOT com> |
Reply-to: | cygwin AT cygwin DOT com |
User-Agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0 |
MIME-version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | Re: Tried to remove cygdrive prefix, ended up "lost" in my filesystem |
References: | <CAJULJANvUVS-W8jhHJzYLEnpZYanc14XMgd578gVzFo74EAWcQ AT mail DOT gmail DOT com> <CAJULJAMxa6RKWL_ypuxY2HinZF5zyTZRNzfMWjF8wdF-i4_oAQ AT mail DOT gmail DOT com> <CAJULJAMCQ0Vem0=1P=7eiMttsdbtB0Zh3ytUEAUw54ZJWVc65g AT mail DOT gmail DOT com> <502142745 DOT 20131003033424 AT mtu-net DOT ru> <CAJULJAOnmrUDd+yhsS-jFi01SXtLhgSPMXKmgJ2hU0rfrhKQZg AT mail DOT gmail DOT com> |
In-reply-to: | <CAJULJAOnmrUDd+yhsS-jFi01SXtLhgSPMXKmgJ2hU0rfrhKQZg@mail.gmail.com> |
On 10/2/2013 7:45 PM, Diego Mesa wrote: > Hello! > > I've tried the mount -c / command, as well as the changes in fstab > with a restart and it still doesnt work! Am I missing something? You appear to be expecting that you can run the command above while you're sitting in a path under /cygdrive and that you'll somehow magically be remapped to the new location. It doesn't work that way. Try this: cd / mount -c / ls /c With that you should see the contents of your C drive. If you don't see that, try 'mount -p'. From that, you should see: Prefix Type Flags / user binmode If not, you're definitely doing something wrong. We'll need a full problem report -> <http://cygwin.com/problems.html> Also, keep in mind that setting the cygdrive path with the 'mount' command is a runtime thing only. As soon as the last Cygwin process on your system terminates, it resets to 'cygdrive' again. That's the reason the '/etc/fstab' method also exists. But stick with the above recipe until you understand what's happening and you see results you want. Then you can continue your experimentation using '/etc/fstab' if you prefer. -- Larry _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |