After a crash of my server (full swap) i have a strange behavior in the storrage system.
The system reports that the file-system is full...
but i don't see any file in the / that has this size
can anybody tell me how to "fix" this? is this a swap-problem or a zfs?
The system reports that the file-system is full...
Code:
# df -h
Filesystem Size Used Avail Capacity Mounted on
zroot/ROOT/default 81G 81G 0B 100% /
devfs 1.0K 1.0K 0B 100% /dev
tmpfs 20M 4.0K 20M 0% /tmp
zroot 96K 96K 0B 100% /zroot
zroot/var/crash 96K 96K 0B 100% /var/crash
zroot/usr/src 96K 96K 0B 100% /usr/src
zroot/var/audit 96K 96K 0B 100% /var/audit
zroot/tmp 376K 376K 0B 100% /tmp
zroot/usr/ports 96K 96K 0B 100% /usr/ports
zroot/usr/home 96K 96K 0B 100% /usr/home
zroot/var/mail 172K 172K 0B 100% /var/mail
zroot/var/tmp 112K 112K 0B 100% /var/tmp
zroot/var/log 71M 71M 0B 100% /var/log
tmpfs 32M 228K 32M 1% /var
but i don't see any file in the / that has this size
Code:
# du -h -d 1 /
512B /net
2.2M /etc
512B /proc
8.6M /root
960K /bin
7.0G /usr
8.7M /lib
102M /boot
512B /media
4.3M /sbin
512B /mnt
210K /tmp
512B /zroot
185K /libexec
8.3M /rescue
3.5K /dev
204K /var
7.1G /
can anybody tell me how to "fix" this? is this a swap-problem or a zfs?