Does deleting the root partition affect the home partition?
But then I remembered home is !mounted! in /home and / is root
Here's what I want to do..
I have an hdd with 4 partitions.
- boot
- swap
- root
- home
I delete the first one, then the second, then hesitated to delete the third.. what if.. home gets deleted too? I mean I know it's just a partition, and when the system is on, it's mounted in /home
But I'm not sure and I don't want to make a horrific 400GB mistake.
partition hard-disk external-hdd
New contributor
add a comment |
But then I remembered home is !mounted! in /home and / is root
Here's what I want to do..
I have an hdd with 4 partitions.
- boot
- swap
- root
- home
I delete the first one, then the second, then hesitated to delete the third.. what if.. home gets deleted too? I mean I know it's just a partition, and when the system is on, it's mounted in /home
But I'm not sure and I don't want to make a horrific 400GB mistake.
partition hard-disk external-hdd
New contributor
1
For a safe place to learn the formatting, see unix.meta.stackexchange.com/q/646/117549
– Jeff Schaller
Jan 3 at 13:36
Only f you issue rm -rf / them yes the mounted partitions will be affected (I am not exactly know what are you thinking to do).... Dropping the only the / partition from the disk should be ok.
– Luciano Andress Martini
Jan 3 at 17:24
add a comment |
But then I remembered home is !mounted! in /home and / is root
Here's what I want to do..
I have an hdd with 4 partitions.
- boot
- swap
- root
- home
I delete the first one, then the second, then hesitated to delete the third.. what if.. home gets deleted too? I mean I know it's just a partition, and when the system is on, it's mounted in /home
But I'm not sure and I don't want to make a horrific 400GB mistake.
partition hard-disk external-hdd
New contributor
But then I remembered home is !mounted! in /home and / is root
Here's what I want to do..
I have an hdd with 4 partitions.
- boot
- swap
- root
- home
I delete the first one, then the second, then hesitated to delete the third.. what if.. home gets deleted too? I mean I know it's just a partition, and when the system is on, it's mounted in /home
But I'm not sure and I don't want to make a horrific 400GB mistake.
partition hard-disk external-hdd
partition hard-disk external-hdd
New contributor
New contributor
edited Jan 3 at 13:55
Rui F Ribeiro
39.2k1479130
39.2k1479130
New contributor
asked Jan 3 at 13:28
dowopof424dowopof424
11
11
New contributor
New contributor
1
For a safe place to learn the formatting, see unix.meta.stackexchange.com/q/646/117549
– Jeff Schaller
Jan 3 at 13:36
Only f you issue rm -rf / them yes the mounted partitions will be affected (I am not exactly know what are you thinking to do).... Dropping the only the / partition from the disk should be ok.
– Luciano Andress Martini
Jan 3 at 17:24
add a comment |
1
For a safe place to learn the formatting, see unix.meta.stackexchange.com/q/646/117549
– Jeff Schaller
Jan 3 at 13:36
Only f you issue rm -rf / them yes the mounted partitions will be affected (I am not exactly know what are you thinking to do).... Dropping the only the / partition from the disk should be ok.
– Luciano Andress Martini
Jan 3 at 17:24
1
1
For a safe place to learn the formatting, see unix.meta.stackexchange.com/q/646/117549
– Jeff Schaller
Jan 3 at 13:36
For a safe place to learn the formatting, see unix.meta.stackexchange.com/q/646/117549
– Jeff Schaller
Jan 3 at 13:36
Only f you issue rm -rf / them yes the mounted partitions will be affected (I am not exactly know what are you thinking to do).... Dropping the only the / partition from the disk should be ok.
– Luciano Andress Martini
Jan 3 at 17:24
Only f you issue rm -rf / them yes the mounted partitions will be affected (I am not exactly know what are you thinking to do).... Dropping the only the / partition from the disk should be ok.
– Luciano Andress Martini
Jan 3 at 17:24
add a comment |
3 Answers
3
active
oldest
votes
If you don't erase the partition or format the files system of home nothing should happen
Anyway you should have a safe back up of your home directory to do that safely. It's highly recommended
Deeper, The mount of the partitions in the operating system is managed by the /etc/fstab file. You could watch inside with this command :
more /etc/fstab
The fact is the new version of Linux manage the partition files system with UUID, no more through the devices directory as exemple /dev/sda1 for partition one and /dev/sda2 for partition 2 ( This last management is old school). You could have more information here :
Control mounting and unmounting of filesystems
add a comment |
Does deleting the root partition affect the home partition?
No.
That is, in fact, how I do my upgrades (Debian). I have the following partitions:
/
/home
[swap]
Whenever a new major release is available, I install it over /
, and keep /home
as it is.
For me, I have never had any issues whatsoever with this approach.
add a comment |
I learned that a partition is JUST a block in storage, if it's mounted then you can edit the stuff in it..
When I installed arch linux, I had to mount the root partition into the usb live arch's /mnt folder, so root was (/mnt), then I mounted the home partition into a "mkdir'd" folder in /mnt/home <-- so home was mounted in a root folder..
just because you mounted a partition in a folder doesn't mean that partition has MOVED to the folder and is now living there, so.. with the partitions "umount'd" it's safe to delete any partition because they're just blocks in storage and their locations are separate.
Didn't matter in the end, made a mistake, deleted all them gigabytes, am sad now, got super depressed, sometimes winging it isn't the best idea, always have a plan kids. and adults.
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
});
}
});
dowopof424 is a new contributor. Be nice, and check out our Code of Conduct.
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%2funix.stackexchange.com%2fquestions%2f492245%2fdoes-deleting-the-root-partition-affect-the-home-partition%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you don't erase the partition or format the files system of home nothing should happen
Anyway you should have a safe back up of your home directory to do that safely. It's highly recommended
Deeper, The mount of the partitions in the operating system is managed by the /etc/fstab file. You could watch inside with this command :
more /etc/fstab
The fact is the new version of Linux manage the partition files system with UUID, no more through the devices directory as exemple /dev/sda1 for partition one and /dev/sda2 for partition 2 ( This last management is old school). You could have more information here :
Control mounting and unmounting of filesystems
add a comment |
If you don't erase the partition or format the files system of home nothing should happen
Anyway you should have a safe back up of your home directory to do that safely. It's highly recommended
Deeper, The mount of the partitions in the operating system is managed by the /etc/fstab file. You could watch inside with this command :
more /etc/fstab
The fact is the new version of Linux manage the partition files system with UUID, no more through the devices directory as exemple /dev/sda1 for partition one and /dev/sda2 for partition 2 ( This last management is old school). You could have more information here :
Control mounting and unmounting of filesystems
add a comment |
If you don't erase the partition or format the files system of home nothing should happen
Anyway you should have a safe back up of your home directory to do that safely. It's highly recommended
Deeper, The mount of the partitions in the operating system is managed by the /etc/fstab file. You could watch inside with this command :
more /etc/fstab
The fact is the new version of Linux manage the partition files system with UUID, no more through the devices directory as exemple /dev/sda1 for partition one and /dev/sda2 for partition 2 ( This last management is old school). You could have more information here :
Control mounting and unmounting of filesystems
If you don't erase the partition or format the files system of home nothing should happen
Anyway you should have a safe back up of your home directory to do that safely. It's highly recommended
Deeper, The mount of the partitions in the operating system is managed by the /etc/fstab file. You could watch inside with this command :
more /etc/fstab
The fact is the new version of Linux manage the partition files system with UUID, no more through the devices directory as exemple /dev/sda1 for partition one and /dev/sda2 for partition 2 ( This last management is old school). You could have more information here :
Control mounting and unmounting of filesystems
answered Jan 3 at 13:58
dubisdubis
5131516
5131516
add a comment |
add a comment |
Does deleting the root partition affect the home partition?
No.
That is, in fact, how I do my upgrades (Debian). I have the following partitions:
/
/home
[swap]
Whenever a new major release is available, I install it over /
, and keep /home
as it is.
For me, I have never had any issues whatsoever with this approach.
add a comment |
Does deleting the root partition affect the home partition?
No.
That is, in fact, how I do my upgrades (Debian). I have the following partitions:
/
/home
[swap]
Whenever a new major release is available, I install it over /
, and keep /home
as it is.
For me, I have never had any issues whatsoever with this approach.
add a comment |
Does deleting the root partition affect the home partition?
No.
That is, in fact, how I do my upgrades (Debian). I have the following partitions:
/
/home
[swap]
Whenever a new major release is available, I install it over /
, and keep /home
as it is.
For me, I have never had any issues whatsoever with this approach.
Does deleting the root partition affect the home partition?
No.
That is, in fact, how I do my upgrades (Debian). I have the following partitions:
/
/home
[swap]
Whenever a new major release is available, I install it over /
, and keep /home
as it is.
For me, I have never had any issues whatsoever with this approach.
answered Jan 3 at 14:09
maulinglawnsmaulinglawns
6,22121225
6,22121225
add a comment |
add a comment |
I learned that a partition is JUST a block in storage, if it's mounted then you can edit the stuff in it..
When I installed arch linux, I had to mount the root partition into the usb live arch's /mnt folder, so root was (/mnt), then I mounted the home partition into a "mkdir'd" folder in /mnt/home <-- so home was mounted in a root folder..
just because you mounted a partition in a folder doesn't mean that partition has MOVED to the folder and is now living there, so.. with the partitions "umount'd" it's safe to delete any partition because they're just blocks in storage and their locations are separate.
Didn't matter in the end, made a mistake, deleted all them gigabytes, am sad now, got super depressed, sometimes winging it isn't the best idea, always have a plan kids. and adults.
New contributor
add a comment |
I learned that a partition is JUST a block in storage, if it's mounted then you can edit the stuff in it..
When I installed arch linux, I had to mount the root partition into the usb live arch's /mnt folder, so root was (/mnt), then I mounted the home partition into a "mkdir'd" folder in /mnt/home <-- so home was mounted in a root folder..
just because you mounted a partition in a folder doesn't mean that partition has MOVED to the folder and is now living there, so.. with the partitions "umount'd" it's safe to delete any partition because they're just blocks in storage and their locations are separate.
Didn't matter in the end, made a mistake, deleted all them gigabytes, am sad now, got super depressed, sometimes winging it isn't the best idea, always have a plan kids. and adults.
New contributor
add a comment |
I learned that a partition is JUST a block in storage, if it's mounted then you can edit the stuff in it..
When I installed arch linux, I had to mount the root partition into the usb live arch's /mnt folder, so root was (/mnt), then I mounted the home partition into a "mkdir'd" folder in /mnt/home <-- so home was mounted in a root folder..
just because you mounted a partition in a folder doesn't mean that partition has MOVED to the folder and is now living there, so.. with the partitions "umount'd" it's safe to delete any partition because they're just blocks in storage and their locations are separate.
Didn't matter in the end, made a mistake, deleted all them gigabytes, am sad now, got super depressed, sometimes winging it isn't the best idea, always have a plan kids. and adults.
New contributor
I learned that a partition is JUST a block in storage, if it's mounted then you can edit the stuff in it..
When I installed arch linux, I had to mount the root partition into the usb live arch's /mnt folder, so root was (/mnt), then I mounted the home partition into a "mkdir'd" folder in /mnt/home <-- so home was mounted in a root folder..
just because you mounted a partition in a folder doesn't mean that partition has MOVED to the folder and is now living there, so.. with the partitions "umount'd" it's safe to delete any partition because they're just blocks in storage and their locations are separate.
Didn't matter in the end, made a mistake, deleted all them gigabytes, am sad now, got super depressed, sometimes winging it isn't the best idea, always have a plan kids. and adults.
New contributor
New contributor
answered 2 days ago
dowopof424dowopof424
11
11
New contributor
New contributor
add a comment |
add a comment |
dowopof424 is a new contributor. Be nice, and check out our Code of Conduct.
dowopof424 is a new contributor. Be nice, and check out our Code of Conduct.
dowopof424 is a new contributor. Be nice, and check out our Code of Conduct.
dowopof424 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2funix.stackexchange.com%2fquestions%2f492245%2fdoes-deleting-the-root-partition-affect-the-home-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
For a safe place to learn the formatting, see unix.meta.stackexchange.com/q/646/117549
– Jeff Schaller
Jan 3 at 13:36
Only f you issue rm -rf / them yes the mounted partitions will be affected (I am not exactly know what are you thinking to do).... Dropping the only the / partition from the disk should be ok.
– Luciano Andress Martini
Jan 3 at 17:24