How to Determine the Filesystem Type of a Partition
The following command will show you the filesystem type of a partition on a physical disk, LVM, or flat file disk image.
blkid /dev/sda1
Read the man page for blkid
to see how else it can be used to get the information you're looking for.