Long story short – how do I check what filesystem is used on the SD card?
I’d like to be able to differentiate between FAT and NTFS.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
One way is to parse output of mount command
Edit: here is the code
you will have to parse string line to check the filesystem for sdcard.
I think it should work for non rooted devices also