Greetings.
In my root "/", I type;
being totally 563,1 GB disk usage in my system. However;
And
So it seems amount of 1.35 TB is in use and only 453 GB left? How? What do I miss here?
P.S.: I have 2 TB (2x1TB nvme disks in ZFS stripe) disk space in total.
Thanks.
In my root "/", I type;
du -hsx * | sort -rh | head -10
and get;
Code:
# cd /
# du -hsx * | sort -rh | head -10
476G root
84G usr
3.1G var
119M boot
8.7M lib
8.3M rescue
4.3M sbin
3.9M tmp
2.2M etc
960K bin
being totally 563,1 GB disk usage in my system. However;
And
zpool
command reports:
Code:
# zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
zroot 1.80T 1.35T 453G - - 12% 75% 1.00x ONLINE -
So it seems amount of 1.35 TB is in use and only 453 GB left? How? What do I miss here?
P.S.: I have 2 TB (2x1TB nvme disks in ZFS stripe) disk space in total.
Thanks.
Last edited by a moderator: