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, December 3, 2024

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

recover files from external hard drive on Mac

How to Recover Files from External Hard Drive on Mac [New]

This article describes 5 ways to recover files from an external hard drive on a Mac computer, including using Trash, Time Machine backup, data recovery software, etc.

How to Tips

what is APFS

Apple File System (APFS): Is It The Best Format for A Drive

About what is APFS, including its OS compatibility, features, and limitations. Also, compare APFS and Mac OS Extended.

Wiki Tips