How to check sd card file system

16,736

As Chris Stratton suggested: Don't fsck the mount point, fsck the device itself As shoe rat said, I found the answer here: https://android.stackexchange.com/questions/38745/check-and-fix-sd-card-errors-within-android-itself

Share:
16,736

Related videos on Youtube

Asaf Pinhassi
Author by

Asaf Pinhassi

Updated on June 05, 2022

Comments

  • Asaf Pinhassi
    Asaf Pinhassi about 2 years

    I try to run file system check on my sd card. I opened adb shell and run the following command:

    /system/bin $ fsck_msdos -f /mnt/extSdCard
    

    I get the following error:

    ** /mnt/extSdCard (NO WRITE)
    Invalid signature in boot block: 00002|shell@android:/system/bin 
    

    I use Cyanogen mod 10.1 on Galaxy S2.

    Any ideas?