F5F Stay Refreshed Software Operating Systems Yes, relocating partitions can still pose risks.

Yes, relocating partitions can still pose risks.

Yes, relocating partitions can still pose risks.

N
N015iA
Member
209
11-29-2021, 07:09 AM
#1
I possess a Linux machine (Pop OS 22.04) with this disk layout, and I need to combine two non-adjacent volumes: nvme0n1 and nvme0n1p3. Since you're using a modern distribution like KDE or Gnome, the process is safer now compared to years ago. You can safely move p5 into p3 without major risks.
N
N015iA
11-29-2021, 07:09 AM #1

I possess a Linux machine (Pop OS 22.04) with this disk layout, and I need to combine two non-adjacent volumes: nvme0n1 and nvme0n1p3. Since you're using a modern distribution like KDE or Gnome, the process is safer now compared to years ago. You can safely move p5 into p3 without major risks.

J
JofnyGames
Member
73
12-04-2021, 02:49 PM
#2
I’d confirm having a backup ready. However, I also believe it’s wise to maintain a system backup regularly. While the chances are modest, it’s better to be prepared in case of issues.
J
JofnyGames
12-04-2021, 02:49 PM #2

I’d confirm having a backup ready. However, I also believe it’s wise to maintain a system backup regularly. While the chances are modest, it’s better to be prepared in case of issues.

M
mjt2789
Senior Member
483
12-05-2021, 11:39 PM
#3
It seems I wasn't required to shift partitions after all. It turned out my root partition was full due to Docker. I plan to combine the Windows section with the home partition and then relocate the Docker root directory there.
M
mjt2789
12-05-2021, 11:39 PM #3

It seems I wasn't required to shift partitions after all. It turned out my root partition was full due to Docker. I plan to combine the Windows section with the home partition and then relocate the Docker root directory there.

A
arty2005
Member
212
12-05-2021, 11:49 PM
#4
It's often wise to allocate Docker its own partition because it can consume space rapidly. If you haven't already, remove outdated images, networks, and other files using docker system prune -a. This will eliminate unused items such as old images that build up over time and take up unnecessary space.
A
arty2005
12-05-2021, 11:49 PM #4

It's often wise to allocate Docker its own partition because it can consume space rapidly. If you haven't already, remove outdated images, networks, and other files using docker system prune -a. This will eliminate unused items such as old images that build up over time and take up unnecessary space.