problem with server partition

Angelokreikamp

Verified User
Joined
Jun 13, 2011
Messages
41
Location
The Netherlands
Dear users,

/dev/mapper/vg_srv1backup-lv_root
50G 47G 199M 100% /
tmpfs 1.9G 0 1.9G 0% /dev/shm
/dev/sda1 485M 89M 371M 20% /boot

/dev/mapper/vg_srv1backup-lv_home
439G 34G 383G 9% /home
how can i fix the lv_root
 
Find the subdir on the / that's eating away your space. If found, move it somewhere with more space ( /home/<dir> ) and make a symlink in /<dir> pointing to /home/<dir>
That will get you up and running again.

Then figure out why your root partition got full. (check subdirs on /var/ such as /var/lib/mysql/*, /var/log/*).
 
Back
Top