Forum Topic - How to know file system type for the media inserted:
   
How to know file system type for the media inserted  
Hello,

How to know the file system type or volume info for the inserted media like whether it is FAT32,FAT16,EXFAT,CDDA,
CDDA_TEXT,ISO,UDF?

Thanks,
Vijaya Santhi.
Re: How to know file system type for the media inserted  
The MME doesn't monitor that. Normally you can do a statvfs() call and get
a mount type string.

Regards,
Gilles

Re: How to know file system type for the media inserted  
Thank You Gilles. i will use this api to get file system type.