I am running ZFS on this machine but the OS is actually installed on a 120GB SSD. I am new to FreeBSD so bear with me. System working fine then went to install program and the package installer said no more room on disk and sure enough:
I simply cannot find where the space is being used:
None of the utilities I use show where the over 95GB of data are being used? I have rebooted the machine and the used space was not released. I did read where someone suggested going into single user mode and running fsck which I will do shortly.
Does anyone have any further advice on how to track down where the space is getting used?
Code:
root@sls-nas4:/ # df -h
Filesystem Size Used Avail Capacity Mounted on
/dev/ada0s1a 111G 101G 1.3G 99% /
I simply cannot find where the space is being used:
Code:
root@sls-nas4:/ # du -d1 -h -x /
4.0K /.snap
512B /dev
1.7G /usr
4.0K /media
52K /root
4.0K /proc
11M /lib
139M /boot
1.3M /bin
2.9M /etc
9.2M /rescue
345M /var
6.8M /sbin
292K /libexec
80K /tmp
42K /mnt
512B /zfspool
2.3G /
None of the utilities I use show where the over 95GB of data are being used? I have rebooted the machine and the used space was not released. I did read where someone suggested going into single user mode and running fsck which I will do shortly.
Does anyone have any further advice on how to track down where the space is getting used?