How to change mounted HDD UUID to human-readable?
I have Ubuntu 18.04.2 LTS installed on SSD, and I mounted HDD also for data. But when I did this, the UUID it has consists of random set of numbers and letter like this /mnt/9d79a504-bf86-4a1f-99e4-927b9e20df6e and even if I labeled it and gave a simple name to my disk - Storage, I still can't navigate to it like cd /mnt/Storage in terminal, I tried to give it an alias also, but it's failed. So is anyone who can help me with that?
Thanks!
I checked this links below, which looked similar, but, I forced to ask this question.
How can I give other drives and partitions short, meaningful names in nautilus?
How to change drive's name?
UPDATED:
partitioning mount hard-drive uuid
add a comment |
I have Ubuntu 18.04.2 LTS installed on SSD, and I mounted HDD also for data. But when I did this, the UUID it has consists of random set of numbers and letter like this /mnt/9d79a504-bf86-4a1f-99e4-927b9e20df6e and even if I labeled it and gave a simple name to my disk - Storage, I still can't navigate to it like cd /mnt/Storage in terminal, I tried to give it an alias also, but it's failed. So is anyone who can help me with that?
Thanks!
I checked this links below, which looked similar, but, I forced to ask this question.
How can I give other drives and partitions short, meaningful names in nautilus?
How to change drive's name?
UPDATED:
partitioning mount hard-drive uuid
add a comment |
I have Ubuntu 18.04.2 LTS installed on SSD, and I mounted HDD also for data. But when I did this, the UUID it has consists of random set of numbers and letter like this /mnt/9d79a504-bf86-4a1f-99e4-927b9e20df6e and even if I labeled it and gave a simple name to my disk - Storage, I still can't navigate to it like cd /mnt/Storage in terminal, I tried to give it an alias also, but it's failed. So is anyone who can help me with that?
Thanks!
I checked this links below, which looked similar, but, I forced to ask this question.
How can I give other drives and partitions short, meaningful names in nautilus?
How to change drive's name?
UPDATED:
partitioning mount hard-drive uuid
I have Ubuntu 18.04.2 LTS installed on SSD, and I mounted HDD also for data. But when I did this, the UUID it has consists of random set of numbers and letter like this /mnt/9d79a504-bf86-4a1f-99e4-927b9e20df6e and even if I labeled it and gave a simple name to my disk - Storage, I still can't navigate to it like cd /mnt/Storage in terminal, I tried to give it an alias also, but it's failed. So is anyone who can help me with that?
Thanks!
I checked this links below, which looked similar, but, I forced to ask this question.
How can I give other drives and partitions short, meaningful names in nautilus?
How to change drive's name?
UPDATED:
partitioning mount hard-drive uuid
partitioning mount hard-drive uuid
edited Feb 20 at 21:57
mature
2,1574931
2,1574931
asked Feb 20 at 16:38
Ivan SidarukIvan Sidaruk
32
32
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
It seems that what You're looking for is changing the mount point. I believe You can modify /etc/fstab
manually to change that - just follow the example: https://help.ubuntu.com/community/Fstab#Examples - or use build in disks management tool. Search for "disks" in the shell, then find a partition You need, select it, click use 'gears' icon and "Modify mounting options..." (I believe). Disable defaults and change "Mounting point" path. Reboot may be necessary.
1
Thanks, I solved it and then saw your answer! You rock! Your advice was almost identical what I did. I just set a Label for my disk using "GParted", then went to "Disks" and "Edit Mount Options..." and then all what was needed is to change the option "Identify As" from "UUID=..." to "LABEL=...". That's it.
– Ivan Sidaruk
Feb 20 at 17:08
I believe it's rather Your solution than mine, so it would be totally ok for me if You post it separately and accept as the answer. :) Anyway I'm glad You managed to solve this issue and that I could help in any way, if I did. Thanks to the One I say. :)
– kcpr
Feb 21 at 0:44
add a comment |
You can't use the tools Disks or gparted to do this if the partition is mounted. If you can unmount the partition, edit the label then. If it's your system partition, you'll have to use a live USB session to do it.
1
I solved the problem by using exactly "Disks" and "GParted". Anyway, thank you.
– Ivan Sidaruk
Feb 20 at 17:15
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%2f1119896%2fhow-to-change-mounted-hdd-uuid-to-human-readable%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
It seems that what You're looking for is changing the mount point. I believe You can modify /etc/fstab
manually to change that - just follow the example: https://help.ubuntu.com/community/Fstab#Examples - or use build in disks management tool. Search for "disks" in the shell, then find a partition You need, select it, click use 'gears' icon and "Modify mounting options..." (I believe). Disable defaults and change "Mounting point" path. Reboot may be necessary.
1
Thanks, I solved it and then saw your answer! You rock! Your advice was almost identical what I did. I just set a Label for my disk using "GParted", then went to "Disks" and "Edit Mount Options..." and then all what was needed is to change the option "Identify As" from "UUID=..." to "LABEL=...". That's it.
– Ivan Sidaruk
Feb 20 at 17:08
I believe it's rather Your solution than mine, so it would be totally ok for me if You post it separately and accept as the answer. :) Anyway I'm glad You managed to solve this issue and that I could help in any way, if I did. Thanks to the One I say. :)
– kcpr
Feb 21 at 0:44
add a comment |
It seems that what You're looking for is changing the mount point. I believe You can modify /etc/fstab
manually to change that - just follow the example: https://help.ubuntu.com/community/Fstab#Examples - or use build in disks management tool. Search for "disks" in the shell, then find a partition You need, select it, click use 'gears' icon and "Modify mounting options..." (I believe). Disable defaults and change "Mounting point" path. Reboot may be necessary.
1
Thanks, I solved it and then saw your answer! You rock! Your advice was almost identical what I did. I just set a Label for my disk using "GParted", then went to "Disks" and "Edit Mount Options..." and then all what was needed is to change the option "Identify As" from "UUID=..." to "LABEL=...". That's it.
– Ivan Sidaruk
Feb 20 at 17:08
I believe it's rather Your solution than mine, so it would be totally ok for me if You post it separately and accept as the answer. :) Anyway I'm glad You managed to solve this issue and that I could help in any way, if I did. Thanks to the One I say. :)
– kcpr
Feb 21 at 0:44
add a comment |
It seems that what You're looking for is changing the mount point. I believe You can modify /etc/fstab
manually to change that - just follow the example: https://help.ubuntu.com/community/Fstab#Examples - or use build in disks management tool. Search for "disks" in the shell, then find a partition You need, select it, click use 'gears' icon and "Modify mounting options..." (I believe). Disable defaults and change "Mounting point" path. Reboot may be necessary.
It seems that what You're looking for is changing the mount point. I believe You can modify /etc/fstab
manually to change that - just follow the example: https://help.ubuntu.com/community/Fstab#Examples - or use build in disks management tool. Search for "disks" in the shell, then find a partition You need, select it, click use 'gears' icon and "Modify mounting options..." (I believe). Disable defaults and change "Mounting point" path. Reboot may be necessary.
edited Feb 20 at 17:01
Charles Green
14.1k73859
14.1k73859
answered Feb 20 at 16:57
kcprkcpr
1,033820
1,033820
1
Thanks, I solved it and then saw your answer! You rock! Your advice was almost identical what I did. I just set a Label for my disk using "GParted", then went to "Disks" and "Edit Mount Options..." and then all what was needed is to change the option "Identify As" from "UUID=..." to "LABEL=...". That's it.
– Ivan Sidaruk
Feb 20 at 17:08
I believe it's rather Your solution than mine, so it would be totally ok for me if You post it separately and accept as the answer. :) Anyway I'm glad You managed to solve this issue and that I could help in any way, if I did. Thanks to the One I say. :)
– kcpr
Feb 21 at 0:44
add a comment |
1
Thanks, I solved it and then saw your answer! You rock! Your advice was almost identical what I did. I just set a Label for my disk using "GParted", then went to "Disks" and "Edit Mount Options..." and then all what was needed is to change the option "Identify As" from "UUID=..." to "LABEL=...". That's it.
– Ivan Sidaruk
Feb 20 at 17:08
I believe it's rather Your solution than mine, so it would be totally ok for me if You post it separately and accept as the answer. :) Anyway I'm glad You managed to solve this issue and that I could help in any way, if I did. Thanks to the One I say. :)
– kcpr
Feb 21 at 0:44
1
1
Thanks, I solved it and then saw your answer! You rock! Your advice was almost identical what I did. I just set a Label for my disk using "GParted", then went to "Disks" and "Edit Mount Options..." and then all what was needed is to change the option "Identify As" from "UUID=..." to "LABEL=...". That's it.
– Ivan Sidaruk
Feb 20 at 17:08
Thanks, I solved it and then saw your answer! You rock! Your advice was almost identical what I did. I just set a Label for my disk using "GParted", then went to "Disks" and "Edit Mount Options..." and then all what was needed is to change the option "Identify As" from "UUID=..." to "LABEL=...". That's it.
– Ivan Sidaruk
Feb 20 at 17:08
I believe it's rather Your solution than mine, so it would be totally ok for me if You post it separately and accept as the answer. :) Anyway I'm glad You managed to solve this issue and that I could help in any way, if I did. Thanks to the One I say. :)
– kcpr
Feb 21 at 0:44
I believe it's rather Your solution than mine, so it would be totally ok for me if You post it separately and accept as the answer. :) Anyway I'm glad You managed to solve this issue and that I could help in any way, if I did. Thanks to the One I say. :)
– kcpr
Feb 21 at 0:44
add a comment |
You can't use the tools Disks or gparted to do this if the partition is mounted. If you can unmount the partition, edit the label then. If it's your system partition, you'll have to use a live USB session to do it.
1
I solved the problem by using exactly "Disks" and "GParted". Anyway, thank you.
– Ivan Sidaruk
Feb 20 at 17:15
add a comment |
You can't use the tools Disks or gparted to do this if the partition is mounted. If you can unmount the partition, edit the label then. If it's your system partition, you'll have to use a live USB session to do it.
1
I solved the problem by using exactly "Disks" and "GParted". Anyway, thank you.
– Ivan Sidaruk
Feb 20 at 17:15
add a comment |
You can't use the tools Disks or gparted to do this if the partition is mounted. If you can unmount the partition, edit the label then. If it's your system partition, you'll have to use a live USB session to do it.
You can't use the tools Disks or gparted to do this if the partition is mounted. If you can unmount the partition, edit the label then. If it's your system partition, you'll have to use a live USB session to do it.
answered Feb 20 at 16:57
Organic MarbleOrganic Marble
11.5k63459
11.5k63459
1
I solved the problem by using exactly "Disks" and "GParted". Anyway, thank you.
– Ivan Sidaruk
Feb 20 at 17:15
add a comment |
1
I solved the problem by using exactly "Disks" and "GParted". Anyway, thank you.
– Ivan Sidaruk
Feb 20 at 17:15
1
1
I solved the problem by using exactly "Disks" and "GParted". Anyway, thank you.
– Ivan Sidaruk
Feb 20 at 17:15
I solved the problem by using exactly "Disks" and "GParted". Anyway, thank you.
– Ivan Sidaruk
Feb 20 at 17:15
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%2f1119896%2fhow-to-change-mounted-hdd-uuid-to-human-readable%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