Change the name of the Ubuntu label ('Computer') in Nautilus Announcing the arrival of Valued...
Was there ever a LEGO store in Miami International Airport?
Putting Ant-Man on house arrest
Married in secret, can marital status in passport be changed at a later date?
Eigenvalues of the Laplacian of the directed De Bruijn graph
false 'Security alert' from Google - every login generates mails from 'no-reply@accounts.google.com'
Why is water being consumed when my shutoff valve is closed?
Specify the range of GridLines
How did Elite on the NES work?
Variable does not exist: sObjectType (Task.sObjectType)
What was Apollo 13's "Little Jolt" after MECO?
Why does Java have support for time zone offsets with seconds precision?
TV series episode where humans nuke aliens before decrypting their message that states they come in peace
Are these square matrices always diagonalisable?
Like totally amazing interchangeable sister outfit accessory swapping or whatever
What is ls Largest Number Formed by only moving two sticks in 508?
Is Bran literally the world's memory?
Is there a verb for listening stealthily?
What's the difference between using dependency injection with a container and using a service locator?
Will I lose my paid in full property
Determinant of a matrix with 2 equal rows
What is the ongoing value of the Kanban board to the developers as opposed to management
Raising a bilingual kid. When should we introduce the majority language?
What do you call an IPA symbol that lacks a name (e.g. ɲ)?
Co-worker works way more than he should
Change the name of the Ubuntu label ('Computer') in Nautilus
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30 pm US/Eastern)Nautilus sorts the Name-column “mysteriously”. How can I change the collating sequence?Nautilus - Can I set nautilus not to display the drive size, just the name?How to change drive's name?Can't bookmark specific network locations in NautilusToday Nautilus reverts back to Icon Theme ubuntu-mono-dark although the desktop interface settings is set to Faience-OcreHow to change Nautilus to show “file system” instead of “computer”?Nautilus crashes accessing a certain folderWhere is “My Computer” in Ubuntu 14.04?Mounted Partitions …15charsWhy are recent files in Nautilus sorted by name?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I renamed the two partitions of windows and Ubuntu (dual boot) via GNOME Disks, restarted, but when I open Nautilus in the 'Other Locations' section I see only the label of windows changed, while the Ubuntu label remains under the name of' Computer is there a way to change this label?
nautilus partitions
add a comment |
I renamed the two partitions of windows and Ubuntu (dual boot) via GNOME Disks, restarted, but when I open Nautilus in the 'Other Locations' section I see only the label of windows changed, while the Ubuntu label remains under the name of' Computer is there a way to change this label?
nautilus partitions
add a comment |
I renamed the two partitions of windows and Ubuntu (dual boot) via GNOME Disks, restarted, but when I open Nautilus in the 'Other Locations' section I see only the label of windows changed, while the Ubuntu label remains under the name of' Computer is there a way to change this label?
nautilus partitions
I renamed the two partitions of windows and Ubuntu (dual boot) via GNOME Disks, restarted, but when I open Nautilus in the 'Other Locations' section I see only the label of windows changed, while the Ubuntu label remains under the name of' Computer is there a way to change this label?
nautilus partitions
nautilus partitions
asked 8 hours ago
Nicholas RediNicholas Redi
64
64
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Not sure about Gnome disks, but I know if you use Gparted, click on the disk and choose "Label," it will let you permanently change the disk label across the whole system. You may want to try that first. Also, you can use this in the terminal:
sudo e2label /dev/sdOfCurrentDisk "mydiskname"
where sd is the partition or disk you want to change and the part in quotes is the new name you want. I think the reason your change didnt work is because it only changed the name it was mounted with and not the actual label. Try that and see if it works.
New contributor
jwcooper is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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%2f1136423%2fchange-the-name-of-the-ubuntu-label-computer-in-nautilus%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
Not sure about Gnome disks, but I know if you use Gparted, click on the disk and choose "Label," it will let you permanently change the disk label across the whole system. You may want to try that first. Also, you can use this in the terminal:
sudo e2label /dev/sdOfCurrentDisk "mydiskname"
where sd is the partition or disk you want to change and the part in quotes is the new name you want. I think the reason your change didnt work is because it only changed the name it was mounted with and not the actual label. Try that and see if it works.
New contributor
jwcooper is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Not sure about Gnome disks, but I know if you use Gparted, click on the disk and choose "Label," it will let you permanently change the disk label across the whole system. You may want to try that first. Also, you can use this in the terminal:
sudo e2label /dev/sdOfCurrentDisk "mydiskname"
where sd is the partition or disk you want to change and the part in quotes is the new name you want. I think the reason your change didnt work is because it only changed the name it was mounted with and not the actual label. Try that and see if it works.
New contributor
jwcooper is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Not sure about Gnome disks, but I know if you use Gparted, click on the disk and choose "Label," it will let you permanently change the disk label across the whole system. You may want to try that first. Also, you can use this in the terminal:
sudo e2label /dev/sdOfCurrentDisk "mydiskname"
where sd is the partition or disk you want to change and the part in quotes is the new name you want. I think the reason your change didnt work is because it only changed the name it was mounted with and not the actual label. Try that and see if it works.
New contributor
jwcooper is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Not sure about Gnome disks, but I know if you use Gparted, click on the disk and choose "Label," it will let you permanently change the disk label across the whole system. You may want to try that first. Also, you can use this in the terminal:
sudo e2label /dev/sdOfCurrentDisk "mydiskname"
where sd is the partition or disk you want to change and the part in quotes is the new name you want. I think the reason your change didnt work is because it only changed the name it was mounted with and not the actual label. Try that and see if it works.
New contributor
jwcooper is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
jwcooper is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 4 hours ago
jwcooperjwcooper
361
361
New contributor
jwcooper is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
jwcooper is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
jwcooper is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
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%2f1136423%2fchange-the-name-of-the-ubuntu-label-computer-in-nautilus%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