Which file system do I use in Linux?
The following command can be used to determine the file system in Linux of the connected data carriers:
lsblk -f
The data carriers and partitions are then output, together with the file system, such as ext4, ntfs, vfat or other file system types.