Example:
$ df -T / Filesystem Type 1K-blocks Used Available Use% Mounted on /dev/sda8 ext4 25672796 10813104 13532596 45% / But `stat` shows incorrectly ext2/ext3 $ stat -f -c %T / ext2/ext3So, the output for filesystem type by `stat` command should be improved/fixed.
Thanks