df -h and du -sh results are different

root@apis:~ # df -h
Filesystem Size Used Avail Capacity Mounted on
/dev/ufsid/59f0te4632b5324d 97G 9.8G 79G 11% /
devfs 1.0K 1.0K 0B 100% /dev
root@apis:~ # du -sh /
1.8G /
root@apis:~ #
df -h Used 9.8G
du -sh 1.8G
FreeBSD has been restarted
Where's 8G disk space?
 
Back
Top