Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
20.1 Legacy Series
»
Disk usage to big?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Disk usage to big? (Read 6674 times)
Bytechanger
Full Member
Posts: 239
Karma: 0
Disk usage to big?
«
on:
February 15, 2020, 08:40:22 am »
Hi,
on Dashboard Disk usage says 78% [ufs] (20G/28G).
So I went to ssh.
There I found that /var/log/flowd Files are toooo big (Giga). I removed them.
After that, nothing changed!
On ssh:
sudo df -lah /
Filesystem Size Used Avail Capacity Mounted on
/dev/gpt/rootfs 28G 20G 5.8G 78% /
BUT with
sudo du -k -hd 1 /
4.0K /.snap
4.5M /bin
236M /boot
152M /conf
4.0K /dev
2.9M /etc
92K /home
11M /lib
176K /libexec
4.0K /media
4.0K /proc
4.0K /rescue
24K /root
12M /sbin
1.9G /usr
664M /var
2.0M /tmp
4.0K /mnt
4.0K /net
1.7M /lost+found
2.9G /
there is NO big Size, so where is 20G used??
Greets
Byte
Logged
siga75
Full Member
Posts: 187
Karma: 11
Re: Disk usage to big?
«
Reply #1 on:
February 15, 2020, 10:00:10 am »
you removed the file entry in the directory, but probably the inode is still open by a process
rm command does not actually remove the file, it edits the directory removing the link to the inode, and then decrease the counter of hard links, when the counter is 0 if there isn't processes locking the file then the inode is deleted and the space released and marked as free
on normal circumstances the hard link counter is 1, so rm actually delete the file
restart the service and you will see your free space
Logged
https://www.signorini.ch
Protectli Pfsense Mi7500L6 Intel 7Th Gen Core I7 7500U 16Gb Ddr4 Ram
512Gb Msata Ssd
6 X Intel Gigabit Ethernet
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
20.1 Legacy Series
»
Disk usage to big?