Home > Questions

How to check and fix SD card with fsck via Termux?

Is it possible to use 'fsck' to check and fix sd card issues via Termux?

Best Answered by

iBoysoft author Anna Yuan

Anna Yuan

Answered on Tuesday, January 27, 2026

Normally, when your SD card has some file system problems and is not recognized by macOS, you can run fsck on your MacBook or Mac to check and repair it. However, if you want to check and fix an SD card with the fsck command via Termux, is it possible? Actually, if your device is not rooted, then it's impossible.

Though you can't run fsck to repair your SD card via Termux, you can fix this problem with the help of root and another terminal emulator, such as Terminal Emulator for Android.

First, free download Terminal Emulator for Android on the web. Make sure your Android device is rooted. 

Then, open this app and unmount your SD card fully and type in the following command:

fsck.*

This will enumerates your SD card as /dev/block/mmcblk1p*(p* means the partition number). Then input the below command line if the file system is FAT.

fsck.fat

For exFAT file system, simply type in:

fsck.exfat

Hope the above-mentioned ways should help you repair the unrecognized or corruted SD card, it's worthy mentioning again it's better to always backup your important files to both external storage devices and cloud storage.

Read More Advice From iBoysoft's Computer Experts

merge apfs container

How To Merge APFS Containers/Partitions to Get More Space

If you have multiple APFS containers or partitions, you can merge the empty/unwanted one to the main container to get a full disk space. This post guides you to merge APFS containers step by step.

Mac Single User Mode

How to Boot into Mac Single User Mode and Repair Your Hard Disk?

Boot your Mac into Single User Mode and use Mac Single User Mode to repair hard disk. And offers the guide to use Mac Single User Mode command.