Change /home using Ubuntu on Windows
I started using Ubuntu on windows 10 and I've noticed that the default path /home/<user_created_during_installation>
is located in
C:UsersUserAppDataLocalPackagesCanonicalGroupLimited.Ubuntu18.04onWindows_79rhkp1fndgscLocalStaterootfshome<user>
My question is, can I change that path (and if so, how?) or do I have to work on that path while I use Ubuntu on Windows?
Thanks in advance
windows-subsystem-for-linux
add a comment |
I started using Ubuntu on windows 10 and I've noticed that the default path /home/<user_created_during_installation>
is located in
C:UsersUserAppDataLocalPackagesCanonicalGroupLimited.Ubuntu18.04onWindows_79rhkp1fndgscLocalStaterootfshome<user>
My question is, can I change that path (and if so, how?) or do I have to work on that path while I use Ubuntu on Windows?
Thanks in advance
windows-subsystem-for-linux
3
Possible duplicate of Can I change directory to a Windows drive in Ubuntu Bash on WSL?
– Kulfy
yesterday
add a comment |
I started using Ubuntu on windows 10 and I've noticed that the default path /home/<user_created_during_installation>
is located in
C:UsersUserAppDataLocalPackagesCanonicalGroupLimited.Ubuntu18.04onWindows_79rhkp1fndgscLocalStaterootfshome<user>
My question is, can I change that path (and if so, how?) or do I have to work on that path while I use Ubuntu on Windows?
Thanks in advance
windows-subsystem-for-linux
I started using Ubuntu on windows 10 and I've noticed that the default path /home/<user_created_during_installation>
is located in
C:UsersUserAppDataLocalPackagesCanonicalGroupLimited.Ubuntu18.04onWindows_79rhkp1fndgscLocalStaterootfshome<user>
My question is, can I change that path (and if so, how?) or do I have to work on that path while I use Ubuntu on Windows?
Thanks in advance
windows-subsystem-for-linux
windows-subsystem-for-linux
edited 6 hours ago
Zanna
50.9k13136241
50.9k13136241
asked Nov 4 '18 at 12:28
YesoYeso
111
111
3
Possible duplicate of Can I change directory to a Windows drive in Ubuntu Bash on WSL?
– Kulfy
yesterday
add a comment |
3
Possible duplicate of Can I change directory to a Windows drive in Ubuntu Bash on WSL?
– Kulfy
yesterday
3
3
Possible duplicate of Can I change directory to a Windows drive in Ubuntu Bash on WSL?
– Kulfy
yesterday
Possible duplicate of Can I change directory to a Windows drive in Ubuntu Bash on WSL?
– Kulfy
yesterday
add a comment |
1 Answer
1
active
oldest
votes
The default /home
is located in C:UsersUserAppDataLocalPackagesCanonicalGroupLimited.Ubuntu18.04onWindows_79rhkp1fndgscLocalStaterootfshome
and all the other drives, for eg. C, D, etc can be accessed from /mnt
.
To navigate to desired drive/folder use:
cd /mnt/<drive>/<path>
The upcoming Windows 10 April 2019 Update will give Windows Subsystem for Linux the ability to let you access Linux files more safely and easily from Windows.
– karel
17 hours ago
@karel Have you signed up for Insider program (since I haven't)? Can you please elaborate "safely and easily"? It might be useful for future readers if you can just post it as answer on the target question (or a separate Q&A or wait till the final public release of that update).
– Kulfy
9 hours ago
I posted it as an answer here.
– karel
8 hours ago
@karel IMO the word "safely' is still unclear to me. I think I should rather wait for general public release. By the way +1 :)
– Kulfy
8 hours ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1089928%2fchange-home-using-ubuntu-on-windows%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The default /home
is located in C:UsersUserAppDataLocalPackagesCanonicalGroupLimited.Ubuntu18.04onWindows_79rhkp1fndgscLocalStaterootfshome
and all the other drives, for eg. C, D, etc can be accessed from /mnt
.
To navigate to desired drive/folder use:
cd /mnt/<drive>/<path>
The upcoming Windows 10 April 2019 Update will give Windows Subsystem for Linux the ability to let you access Linux files more safely and easily from Windows.
– karel
17 hours ago
@karel Have you signed up for Insider program (since I haven't)? Can you please elaborate "safely and easily"? It might be useful for future readers if you can just post it as answer on the target question (or a separate Q&A or wait till the final public release of that update).
– Kulfy
9 hours ago
I posted it as an answer here.
– karel
8 hours ago
@karel IMO the word "safely' is still unclear to me. I think I should rather wait for general public release. By the way +1 :)
– Kulfy
8 hours ago
add a comment |
The default /home
is located in C:UsersUserAppDataLocalPackagesCanonicalGroupLimited.Ubuntu18.04onWindows_79rhkp1fndgscLocalStaterootfshome
and all the other drives, for eg. C, D, etc can be accessed from /mnt
.
To navigate to desired drive/folder use:
cd /mnt/<drive>/<path>
The upcoming Windows 10 April 2019 Update will give Windows Subsystem for Linux the ability to let you access Linux files more safely and easily from Windows.
– karel
17 hours ago
@karel Have you signed up for Insider program (since I haven't)? Can you please elaborate "safely and easily"? It might be useful for future readers if you can just post it as answer on the target question (or a separate Q&A or wait till the final public release of that update).
– Kulfy
9 hours ago
I posted it as an answer here.
– karel
8 hours ago
@karel IMO the word "safely' is still unclear to me. I think I should rather wait for general public release. By the way +1 :)
– Kulfy
8 hours ago
add a comment |
The default /home
is located in C:UsersUserAppDataLocalPackagesCanonicalGroupLimited.Ubuntu18.04onWindows_79rhkp1fndgscLocalStaterootfshome
and all the other drives, for eg. C, D, etc can be accessed from /mnt
.
To navigate to desired drive/folder use:
cd /mnt/<drive>/<path>
The default /home
is located in C:UsersUserAppDataLocalPackagesCanonicalGroupLimited.Ubuntu18.04onWindows_79rhkp1fndgscLocalStaterootfshome
and all the other drives, for eg. C, D, etc can be accessed from /mnt
.
To navigate to desired drive/folder use:
cd /mnt/<drive>/<path>
answered Nov 4 '18 at 12:54
KulfyKulfy
4,71151642
4,71151642
The upcoming Windows 10 April 2019 Update will give Windows Subsystem for Linux the ability to let you access Linux files more safely and easily from Windows.
– karel
17 hours ago
@karel Have you signed up for Insider program (since I haven't)? Can you please elaborate "safely and easily"? It might be useful for future readers if you can just post it as answer on the target question (or a separate Q&A or wait till the final public release of that update).
– Kulfy
9 hours ago
I posted it as an answer here.
– karel
8 hours ago
@karel IMO the word "safely' is still unclear to me. I think I should rather wait for general public release. By the way +1 :)
– Kulfy
8 hours ago
add a comment |
The upcoming Windows 10 April 2019 Update will give Windows Subsystem for Linux the ability to let you access Linux files more safely and easily from Windows.
– karel
17 hours ago
@karel Have you signed up for Insider program (since I haven't)? Can you please elaborate "safely and easily"? It might be useful for future readers if you can just post it as answer on the target question (or a separate Q&A or wait till the final public release of that update).
– Kulfy
9 hours ago
I posted it as an answer here.
– karel
8 hours ago
@karel IMO the word "safely' is still unclear to me. I think I should rather wait for general public release. By the way +1 :)
– Kulfy
8 hours ago
The upcoming Windows 10 April 2019 Update will give Windows Subsystem for Linux the ability to let you access Linux files more safely and easily from Windows.
– karel
17 hours ago
The upcoming Windows 10 April 2019 Update will give Windows Subsystem for Linux the ability to let you access Linux files more safely and easily from Windows.
– karel
17 hours ago
@karel Have you signed up for Insider program (since I haven't)? Can you please elaborate "safely and easily"? It might be useful for future readers if you can just post it as answer on the target question (or a separate Q&A or wait till the final public release of that update).
– Kulfy
9 hours ago
@karel Have you signed up for Insider program (since I haven't)? Can you please elaborate "safely and easily"? It might be useful for future readers if you can just post it as answer on the target question (or a separate Q&A or wait till the final public release of that update).
– Kulfy
9 hours ago
I posted it as an answer here.
– karel
8 hours ago
I posted it as an answer here.
– karel
8 hours ago
@karel IMO the word "safely' is still unclear to me. I think I should rather wait for general public release. By the way +1 :)
– Kulfy
8 hours ago
@karel IMO the word "safely' is still unclear to me. I think I should rather wait for general public release. By the way +1 :)
– Kulfy
8 hours ago
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1089928%2fchange-home-using-ubuntu-on-windows%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
3
Possible duplicate of Can I change directory to a Windows drive in Ubuntu Bash on WSL?
– Kulfy
yesterday