1752691 Members
5512 Online
108789 Solutions
New Discussion юеВ

Re: root partition issue

 
muralikrishna
Advisor

root partition issue

HI

My root partition is becoming increasing day by day. Please tell me what are all possibilities to slove root partition.
5 REPLIES 5
Michal Kapalka (mikap)
Honored Contributor

Re: root partition issue

hi,

the question is how did you made the server filesystem layout, is there only a single root / partition or a separated partions for /usr /var /tmp ....., second question is what for application is on the server running...

if you have a single partition for all data,

use find command to identify what is the reason for filling up the root filesystem.

mikap
muralikrishna
Advisor

Re: root partition issue

Michal

I am not using root parition. I have separate partition to use my application. I am using crontab entry (more than 700 lines).
Michal Kapalka (mikap)
Honored Contributor

Re: root partition issue

hi,

Michal

I am not using root parition. I have separate partition to use my application. I am using crontab entry (more than 700 lines).

ok and what they are doing the 700 lines in the crontab ???

ok if you have a file system monitoring, that check the fs usage you will be able identify the time when the root filesystem will grow, and them check the entries in crontab.

mikap
muralikrishna
Advisor

Re: root partition issue

Hi Michal

Just move data from one folder to another folder, cp data folder to folder, copy file to file using CAT command. All folder path is not root partition.
Michal Kapalka (mikap)
Honored Contributor

Re: root partition issue

hi,

hmm and what about the logs ???

mikap