Hi, so I have this structure on my root/NVMe drive:
nvme0n1 259:0 0 476,9G 0 disk
├─nvme0n1p1 259:1 0 128M 0 part
├─nvme0n1p2 259:2 0 100M 0 part /boot/efi
├─nvme0n1p3 259:3 0 293,4G 0 part
└─nvme0n1p4 259:4 0 183,3G 0 part /```
And I want to delete `/dev/nvme0n1p3` and therefore resize the root partition (`/dev/nvme0n1p4`) and was just wandering if that was safe and whether I have to use a GParted ISO for that.
Anybody knows? Thanks.