View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#59
First backup everything valuable on the partition to some external media, like external microSD or your PC.
And then apply a fresh file system to it with
Code:
sudo gainroot
umount /dev/mmcblk0p1
mkfs.vfat /dev/mmcblk0p1
mount /dev/mmcblk0p1 /home/user/MyDocs
 

The Following User Says Thank You to michaaa62 For This Useful Post: