-
Notifications
You must be signed in to change notification settings - Fork 824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where did /mnt/c/ go? #1864
Comments
Hm... That directory is still there for me. Was it there for you previously on this same computer / Windows installation? If it was there before, what build were you running when it last worked? Also, I hate to ask, but have you tried simply rebooting? If this is a new computer, or a fresh installation of Windows, could you check what type of file system your C drive uses? ("My Computer" -> right click on the "C" drive -> Properties -> what does it say next to "File system:"?) WSL only supports NTFS drives right now. |
I've rebooted Windows and now it's there. And yes, it was always there previously in this computer. BTW, my build is 10.0.14393 and my c drive's file system is NTFS. I never imagined there should be any association between a Windows reboot and appearance of |
So, I'm not an expert; someone on the WSL team can probably comment. But in general on Linux, the way that mountpoints work is, there's a directory, and the specified filesystem is mounted into that directory. The directory is often just a normal directory; it's possible (though not necessarily easy) to remove it. If you do manage to remove it, the mount becomes inaccessible. WSL seems to create all of the |
I rebooted Windows again this time, and now there is no |
Okay I now rebooted WSL itself via Connection to MY_VPS_IP closed by remote host. Now |
I think I found a bug in WSL: Rebooting both Windows and WSL brings back
|
I assume this thread should be closed as it's not an isolated bug report targeted bug report. Mod's please reopen I'm wrong. Isolated bug report here: |
@Benosika I think the misunderstanding here is that you apparently log into a remote machine using SSH and run commands there but expect your local paths to be present. When you run You can exit from the remote session using the The reason why |
Hello, CHerryDT, with all sincerity you got me wrong, or I explained myself in a not-enough clear way: I clearly distinguish between my local machine to remote one and fully know their paths are not the same; I just understood (and I might have understood wrong) that when using Anyway, there seems to be a solution here: http://askubuntu.com/questions/903038/how-to-move-files-from-ssh-session-to-local-session |
@Benoskia: In fact it's the opposite: with However, I am still quite sure that you somehow confused the local and the remote machine, because it is not possible to "reboot" WSL (at least not from within WSL - you can run
...and this is expected. So, the fact that |
I have heard scp can also work from remote as in:
I executed |
remounting worked for me ;) |
I added these mount commands to my /etc/wsl.conf in Ubuntu and removed the auto mount command mount -t drvfs C: /mnt/c
mount -t drvfs D: /mnt/d
root = /
options = "metadata" |
@jalbalah deserved a medal you rocks man |
I did
cd /mnt && ll
, but I didn't find ac
directory there, which I always found there.As a Linux newbie, I can't explain it. Was c moved/removed from mnt in the last update?
It is extremely important for me to navigate to some locations inside C, especially as part of commands.
The text was updated successfully, but these errors were encountered: