/dev/mapper/pve-root at 100% space

50l3r

Active Member
Jun 22, 2018
16
0
41
33
Hi guys,

I have a problem with main partition. It counts my mounted directories as self space and backups doesnt complete correcty: https://pastebin.com/6CSYj0ug

This is my partitions:

6a70fca61664fbe932eb8e55c8782d62.png


If i execute
Code:
du-sh *
i retrieve this:

382caa59f462ef62bf9ac79fdf0d4919.png


But /backup & /backup_raid are mounted directories:

44e2d124c9cadde6e9c6b34d79854bab.png


what am I doing wrong?
 
It is most likely the mount failed or happened to late and the files got written to pve-root.

Please post "df -h /backup" and "df -h /backup_raid"

To clean this up remove both files (make sure they are mounted on pve-root before, output of df) and then remount with "mount -a", make sure this time they are mounted on /dev/sd{c,d}
 
I think I have solved the problem

Problem may caused by a raid 1 controller malfunction