Check Disk Format Type Linux

You can use the following command to check the formatting type of the disk:

df -Th

This command will list all mounted file systems and their formatting types. You can also use the following command to check the formatting type of a specific disk:

lsblk -f

This command will list all block devices and their corresponding file system types.

bannerAds