Probing Filesystem Types
An easy way to determine filesystem types of mounted devices.
fsarchiver probe simple will inspect filesystems on all devices, mounted or not. You can then determine the correct filesystem type to use with mount.
mount -t vfat /dev/sdc1 /mnt/sdc1
mount -t ntfs-3g /dev/sdc1 /mnt/sdc1
etc., etc.