How to detect if a partition is FAT or NTFS or something else?

380 Views Asked by At

I am developing a low level program that will read a partition and I need to know if the files are under a FAT or NTFS or some other kind of file system type so I can load the appropriate library for dealing with the files.

This is an embedded software design so there won't be an Operational System to help me with the partitions access, so I need to figure how to handle the files myself, and I confess I am kinda lost where to begin with.

0

There are 0 best solutions below