Hi!
I have a mail server running FreeBSD with ZFS on root.
So as Xmas clean-up I`ve asked the personnel of the company to clean up theis mailboxes...
They did... But I didn`t see the result in Zabbix graphs so I asked again and they told me they did for the first time...
So I know for sure that there must be several GBs less than before...
For exmaple before cleaning up a folder with mailbox of one guy was like 7GB (du), now it shows 900M(du)... And du shows decreasing in general but df - doesn`t.
What`s wrong and how to clean up the disk for real? (/usr/home )
I have a mail server running FreeBSD with ZFS on root.
So as Xmas clean-up I`ve asked the personnel of the company to clean up theis mailboxes...
They did... But I didn`t see the result in Zabbix graphs so I asked again and they told me they did for the first time...
So I know for sure that there must be several GBs less than before...
For exmaple before cleaning up a folder with mailbox of one guy was like 7GB (du), now it shows 900M(du)... And du shows decreasing in general but df - doesn`t.
What`s wrong and how to clean up the disk for real? (/usr/home )
Code:
# du -sh /usr/home/
106G /usr/home/
Code:
du -shx /usr/home/
107G /usr/home/
Code:
# df -H
Filesystem Size Used Avail Capacity Mounted on
zroot/ROOT/default 34G 6.6G 27G 19% /
devfs 1.0k 1.0k 0B 100% /dev
zroot 27G 90k 27G 0% /zroot
zroot/var/tmp 27G 90k 27G 0% /var/tmp
zroot/var/audit 27G 90k 27G 0% /var/audit
zroot/var/crash 27G 34M 27G 0% /var/crash
zroot/usr/src 27G 90k 27G 0% /usr/src
zroot/var/mail 28G 1.1G 27G 4% /var/mail
zroot/usr/ports 28G 1.0G 27G 4% /usr/ports
zroot/tmp 27G 250k 27G 0% /tmp
zroot/var/log 28G 331M 27G 1% /var/log
zroot/usr/home 141G 114G 27G 81% /usr/home