Hello,
I will want to change the system partitioning of my Centos OS.
I have two physical disks (see copy image), a 50Gb disk and a 120 Gb disk. The 120 Gb disk is used for / pgsql and uses 44Gb there is space however the / dev / mapper / centos-root partition is full. How can I avoid saturating the first 50G disk?
Thank you.
Modify partitioning
Modify partitioning
- Attachments
-
- Partition.png (9.33 KiB) Viewed 93 times
-
- Disque.png (7.73 KiB) Viewed 93 times
Re: Modify partitioning
What does fill your root?
That shows sizes of top-level directories under / that are in the same filesystem. Once you spot the big directories, you can go deeper.
PS. There is no point to take a screenshot (bitmap), if you can copy-paste text from terminal.
Code: Select all
sudo du -d 1 -h -x /
PS. There is no point to take a screenshot (bitmap), if you can copy-paste text from terminal.