How can I change the name of a partition?
I want to change the name of my partition so that I can change the directory from the terminal using the changed name. The current path to the partition is /mnt/8C5442D35442C026
which is long and I cannot remember it. I tried to change the path using GParted, also tried renaming the partition (or rather its bookmark) but to no avail.
How can I achieve it? I am running Ubuntu 18.10 along with Windows 10. I want to be able to use that drive/partition on Windows as well.
Edit:
The output of cat /etc/fstab
is
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda5 during installation
UUID=e8118874-6565-45c7-bab4-67ee65476e60 / ext4 errors=remount-ro 0 1
/swapfile none swap sw 0 0
/dev/disk/by-uuid/8C5442D35442C026 /mnt/8C5442D35442C026 auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/3C5234155233D1FE /mnt/3C5234155233D1FE auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/7A7E1A557E1A0B11 /mnt/7A7E1A557E1A0B11 auto nosuid,nodev,nofail,x-gvfs-show 0 0
partitioning gparted partitions
|
show 2 more comments
I want to change the name of my partition so that I can change the directory from the terminal using the changed name. The current path to the partition is /mnt/8C5442D35442C026
which is long and I cannot remember it. I tried to change the path using GParted, also tried renaming the partition (or rather its bookmark) but to no avail.
How can I achieve it? I am running Ubuntu 18.10 along with Windows 10. I want to be able to use that drive/partition on Windows as well.
Edit:
The output of cat /etc/fstab
is
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda5 during installation
UUID=e8118874-6565-45c7-bab4-67ee65476e60 / ext4 errors=remount-ro 0 1
/swapfile none swap sw 0 0
/dev/disk/by-uuid/8C5442D35442C026 /mnt/8C5442D35442C026 auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/3C5234155233D1FE /mnt/3C5234155233D1FE auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/7A7E1A557E1A0B11 /mnt/7A7E1A557E1A0B11 auto nosuid,nodev,nofail,x-gvfs-show 0 0
partitioning gparted partitions
1
You should have successfully renaming the partition label using Gparted, what did go wrong may I ask? I've never encounter a problem before...
– Emmet
11 hours ago
edit your post and include the output ofcat /etc/fstab
– Carl H
11 hours ago
Use Disks utility.
– Pilot6
11 hours ago
@Emmet I changed the name toF:
using GParted. It shows the name in File Explorer but not in the path.cd "F:"
does not work in terminal.
– Apoorv Potnis
11 hours ago
1
Your question is unclear. Do you want to change the mountpoint, the name of the partition, or the name of the filesystem inside that partition?
– Jörg W Mittag
10 hours ago
|
show 2 more comments
I want to change the name of my partition so that I can change the directory from the terminal using the changed name. The current path to the partition is /mnt/8C5442D35442C026
which is long and I cannot remember it. I tried to change the path using GParted, also tried renaming the partition (or rather its bookmark) but to no avail.
How can I achieve it? I am running Ubuntu 18.10 along with Windows 10. I want to be able to use that drive/partition on Windows as well.
Edit:
The output of cat /etc/fstab
is
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda5 during installation
UUID=e8118874-6565-45c7-bab4-67ee65476e60 / ext4 errors=remount-ro 0 1
/swapfile none swap sw 0 0
/dev/disk/by-uuid/8C5442D35442C026 /mnt/8C5442D35442C026 auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/3C5234155233D1FE /mnt/3C5234155233D1FE auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/7A7E1A557E1A0B11 /mnt/7A7E1A557E1A0B11 auto nosuid,nodev,nofail,x-gvfs-show 0 0
partitioning gparted partitions
I want to change the name of my partition so that I can change the directory from the terminal using the changed name. The current path to the partition is /mnt/8C5442D35442C026
which is long and I cannot remember it. I tried to change the path using GParted, also tried renaming the partition (or rather its bookmark) but to no avail.
How can I achieve it? I am running Ubuntu 18.10 along with Windows 10. I want to be able to use that drive/partition on Windows as well.
Edit:
The output of cat /etc/fstab
is
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda5 during installation
UUID=e8118874-6565-45c7-bab4-67ee65476e60 / ext4 errors=remount-ro 0 1
/swapfile none swap sw 0 0
/dev/disk/by-uuid/8C5442D35442C026 /mnt/8C5442D35442C026 auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/3C5234155233D1FE /mnt/3C5234155233D1FE auto nosuid,nodev,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/7A7E1A557E1A0B11 /mnt/7A7E1A557E1A0B11 auto nosuid,nodev,nofail,x-gvfs-show 0 0
partitioning gparted partitions
partitioning gparted partitions
edited 11 hours ago
terdon♦
66.8k12139221
66.8k12139221
asked 11 hours ago
Apoorv PotnisApoorv Potnis
226212
226212
1
You should have successfully renaming the partition label using Gparted, what did go wrong may I ask? I've never encounter a problem before...
– Emmet
11 hours ago
edit your post and include the output ofcat /etc/fstab
– Carl H
11 hours ago
Use Disks utility.
– Pilot6
11 hours ago
@Emmet I changed the name toF:
using GParted. It shows the name in File Explorer but not in the path.cd "F:"
does not work in terminal.
– Apoorv Potnis
11 hours ago
1
Your question is unclear. Do you want to change the mountpoint, the name of the partition, or the name of the filesystem inside that partition?
– Jörg W Mittag
10 hours ago
|
show 2 more comments
1
You should have successfully renaming the partition label using Gparted, what did go wrong may I ask? I've never encounter a problem before...
– Emmet
11 hours ago
edit your post and include the output ofcat /etc/fstab
– Carl H
11 hours ago
Use Disks utility.
– Pilot6
11 hours ago
@Emmet I changed the name toF:
using GParted. It shows the name in File Explorer but not in the path.cd "F:"
does not work in terminal.
– Apoorv Potnis
11 hours ago
1
Your question is unclear. Do you want to change the mountpoint, the name of the partition, or the name of the filesystem inside that partition?
– Jörg W Mittag
10 hours ago
1
1
You should have successfully renaming the partition label using Gparted, what did go wrong may I ask? I've never encounter a problem before...
– Emmet
11 hours ago
You should have successfully renaming the partition label using Gparted, what did go wrong may I ask? I've never encounter a problem before...
– Emmet
11 hours ago
edit your post and include the output of
cat /etc/fstab
– Carl H
11 hours ago
edit your post and include the output of
cat /etc/fstab
– Carl H
11 hours ago
Use Disks utility.
– Pilot6
11 hours ago
Use Disks utility.
– Pilot6
11 hours ago
@Emmet I changed the name to
F:
using GParted. It shows the name in File Explorer but not in the path. cd "F:"
does not work in terminal.– Apoorv Potnis
11 hours ago
@Emmet I changed the name to
F:
using GParted. It shows the name in File Explorer but not in the path. cd "F:"
does not work in terminal.– Apoorv Potnis
11 hours ago
1
1
Your question is unclear. Do you want to change the mountpoint, the name of the partition, or the name of the filesystem inside that partition?
– Jörg W Mittag
10 hours ago
Your question is unclear. Do you want to change the mountpoint, the name of the partition, or the name of the filesystem inside that partition?
– Jörg W Mittag
10 hours ago
|
show 2 more comments
1 Answer
1
active
oldest
votes
You don't need to change the label, only the mountpoint. First, run sudo nano /etc/fstab
and change this line:
/dev/disk/by-uuid/8C5442D35442C026 /mnt/8C5442D35442C026 auto nosuid,nodev,nofail,x-gvfs-show 0 0
To this:
/dev/disk/by-uuid/8C5442D35442C026 /mnt/myDisk auto nosuid,nodev,nofail,x-gvfs-show 0 0
Of course, you can change myDisk
to whatever name you want. Then, create the directory:
sudo mkdir /mnt/myDisk
Next, either reboot or just unmount the partition and mount it again:
sudo umount /mnt/8C5442D35442C026
sudo mount /mnt/myDisk
Alternatively, you could always simply create a symlink pointing to the existing mountpoint:
ln -s /mnt/8C5442D35442C026 $HOME/myDisk
Now, you have the directory $HOME/myDisk
and you can use that instead of /mnt/8C5442D35442C026
.
I do add labels to all partitions, but more for the ones I do not mount in fstab or only use occasionally. I try to remember to add label when creating partition or reformatting partition with gparted, but otherwise will use Disks to add labels or command line.
– oldfred
10 hours ago
1
@oldfred remember that the labels are not related to the mount point. You can use any label you like and any mount point you like. The two don't need to be the same.
– terdon♦
10 hours ago
I know, I have labeled partition Data and mounted at /mnt/data and had confusion. But I have lots of partitions and only mount backup & data in fstab, so all other partitions get mounted by label when I may want to see it.
– oldfred
9 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%2f1124316%2fhow-can-i-change-the-name-of-a-partition%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
You don't need to change the label, only the mountpoint. First, run sudo nano /etc/fstab
and change this line:
/dev/disk/by-uuid/8C5442D35442C026 /mnt/8C5442D35442C026 auto nosuid,nodev,nofail,x-gvfs-show 0 0
To this:
/dev/disk/by-uuid/8C5442D35442C026 /mnt/myDisk auto nosuid,nodev,nofail,x-gvfs-show 0 0
Of course, you can change myDisk
to whatever name you want. Then, create the directory:
sudo mkdir /mnt/myDisk
Next, either reboot or just unmount the partition and mount it again:
sudo umount /mnt/8C5442D35442C026
sudo mount /mnt/myDisk
Alternatively, you could always simply create a symlink pointing to the existing mountpoint:
ln -s /mnt/8C5442D35442C026 $HOME/myDisk
Now, you have the directory $HOME/myDisk
and you can use that instead of /mnt/8C5442D35442C026
.
I do add labels to all partitions, but more for the ones I do not mount in fstab or only use occasionally. I try to remember to add label when creating partition or reformatting partition with gparted, but otherwise will use Disks to add labels or command line.
– oldfred
10 hours ago
1
@oldfred remember that the labels are not related to the mount point. You can use any label you like and any mount point you like. The two don't need to be the same.
– terdon♦
10 hours ago
I know, I have labeled partition Data and mounted at /mnt/data and had confusion. But I have lots of partitions and only mount backup & data in fstab, so all other partitions get mounted by label when I may want to see it.
– oldfred
9 hours ago
add a comment |
You don't need to change the label, only the mountpoint. First, run sudo nano /etc/fstab
and change this line:
/dev/disk/by-uuid/8C5442D35442C026 /mnt/8C5442D35442C026 auto nosuid,nodev,nofail,x-gvfs-show 0 0
To this:
/dev/disk/by-uuid/8C5442D35442C026 /mnt/myDisk auto nosuid,nodev,nofail,x-gvfs-show 0 0
Of course, you can change myDisk
to whatever name you want. Then, create the directory:
sudo mkdir /mnt/myDisk
Next, either reboot or just unmount the partition and mount it again:
sudo umount /mnt/8C5442D35442C026
sudo mount /mnt/myDisk
Alternatively, you could always simply create a symlink pointing to the existing mountpoint:
ln -s /mnt/8C5442D35442C026 $HOME/myDisk
Now, you have the directory $HOME/myDisk
and you can use that instead of /mnt/8C5442D35442C026
.
I do add labels to all partitions, but more for the ones I do not mount in fstab or only use occasionally. I try to remember to add label when creating partition or reformatting partition with gparted, but otherwise will use Disks to add labels or command line.
– oldfred
10 hours ago
1
@oldfred remember that the labels are not related to the mount point. You can use any label you like and any mount point you like. The two don't need to be the same.
– terdon♦
10 hours ago
I know, I have labeled partition Data and mounted at /mnt/data and had confusion. But I have lots of partitions and only mount backup & data in fstab, so all other partitions get mounted by label when I may want to see it.
– oldfred
9 hours ago
add a comment |
You don't need to change the label, only the mountpoint. First, run sudo nano /etc/fstab
and change this line:
/dev/disk/by-uuid/8C5442D35442C026 /mnt/8C5442D35442C026 auto nosuid,nodev,nofail,x-gvfs-show 0 0
To this:
/dev/disk/by-uuid/8C5442D35442C026 /mnt/myDisk auto nosuid,nodev,nofail,x-gvfs-show 0 0
Of course, you can change myDisk
to whatever name you want. Then, create the directory:
sudo mkdir /mnt/myDisk
Next, either reboot or just unmount the partition and mount it again:
sudo umount /mnt/8C5442D35442C026
sudo mount /mnt/myDisk
Alternatively, you could always simply create a symlink pointing to the existing mountpoint:
ln -s /mnt/8C5442D35442C026 $HOME/myDisk
Now, you have the directory $HOME/myDisk
and you can use that instead of /mnt/8C5442D35442C026
.
You don't need to change the label, only the mountpoint. First, run sudo nano /etc/fstab
and change this line:
/dev/disk/by-uuid/8C5442D35442C026 /mnt/8C5442D35442C026 auto nosuid,nodev,nofail,x-gvfs-show 0 0
To this:
/dev/disk/by-uuid/8C5442D35442C026 /mnt/myDisk auto nosuid,nodev,nofail,x-gvfs-show 0 0
Of course, you can change myDisk
to whatever name you want. Then, create the directory:
sudo mkdir /mnt/myDisk
Next, either reboot or just unmount the partition and mount it again:
sudo umount /mnt/8C5442D35442C026
sudo mount /mnt/myDisk
Alternatively, you could always simply create a symlink pointing to the existing mountpoint:
ln -s /mnt/8C5442D35442C026 $HOME/myDisk
Now, you have the directory $HOME/myDisk
and you can use that instead of /mnt/8C5442D35442C026
.
edited 10 hours ago
answered 11 hours ago
terdon♦terdon
66.8k12139221
66.8k12139221
I do add labels to all partitions, but more for the ones I do not mount in fstab or only use occasionally. I try to remember to add label when creating partition or reformatting partition with gparted, but otherwise will use Disks to add labels or command line.
– oldfred
10 hours ago
1
@oldfred remember that the labels are not related to the mount point. You can use any label you like and any mount point you like. The two don't need to be the same.
– terdon♦
10 hours ago
I know, I have labeled partition Data and mounted at /mnt/data and had confusion. But I have lots of partitions and only mount backup & data in fstab, so all other partitions get mounted by label when I may want to see it.
– oldfred
9 hours ago
add a comment |
I do add labels to all partitions, but more for the ones I do not mount in fstab or only use occasionally. I try to remember to add label when creating partition or reformatting partition with gparted, but otherwise will use Disks to add labels or command line.
– oldfred
10 hours ago
1
@oldfred remember that the labels are not related to the mount point. You can use any label you like and any mount point you like. The two don't need to be the same.
– terdon♦
10 hours ago
I know, I have labeled partition Data and mounted at /mnt/data and had confusion. But I have lots of partitions and only mount backup & data in fstab, so all other partitions get mounted by label when I may want to see it.
– oldfred
9 hours ago
I do add labels to all partitions, but more for the ones I do not mount in fstab or only use occasionally. I try to remember to add label when creating partition or reformatting partition with gparted, but otherwise will use Disks to add labels or command line.
– oldfred
10 hours ago
I do add labels to all partitions, but more for the ones I do not mount in fstab or only use occasionally. I try to remember to add label when creating partition or reformatting partition with gparted, but otherwise will use Disks to add labels or command line.
– oldfred
10 hours ago
1
1
@oldfred remember that the labels are not related to the mount point. You can use any label you like and any mount point you like. The two don't need to be the same.
– terdon♦
10 hours ago
@oldfred remember that the labels are not related to the mount point. You can use any label you like and any mount point you like. The two don't need to be the same.
– terdon♦
10 hours ago
I know, I have labeled partition Data and mounted at /mnt/data and had confusion. But I have lots of partitions and only mount backup & data in fstab, so all other partitions get mounted by label when I may want to see it.
– oldfred
9 hours ago
I know, I have labeled partition Data and mounted at /mnt/data and had confusion. But I have lots of partitions and only mount backup & data in fstab, so all other partitions get mounted by label when I may want to see it.
– oldfred
9 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%2f1124316%2fhow-can-i-change-the-name-of-a-partition%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
1
You should have successfully renaming the partition label using Gparted, what did go wrong may I ask? I've never encounter a problem before...
– Emmet
11 hours ago
edit your post and include the output of
cat /etc/fstab
– Carl H
11 hours ago
Use Disks utility.
– Pilot6
11 hours ago
@Emmet I changed the name to
F:
using GParted. It shows the name in File Explorer but not in the path.cd "F:"
does not work in terminal.– Apoorv Potnis
11 hours ago
1
Your question is unclear. Do you want to change the mountpoint, the name of the partition, or the name of the filesystem inside that partition?
– Jörg W Mittag
10 hours ago