When mounting it on my Linux system, I could not delete any files and the error appeared: "read-only file system".
A little research revealed, my fat32 filesystem got corrupt somehow, but this can be easily fixed:
sudo fsck.vfat /dev/mysdcard -v -r
(please unmount the partition before and change /dev/mysdcard to the value of your device! you can see all your mounted partitions with running the "df" command!)
On Windows, there might also be a button somewhere saying "Repair File-System".
Mount SD card, boot the phone and it should be fixed!
On Windows, there might also be a button somewhere saying "Repair File-System".
Mount SD card, boot the phone and it should be fixed!
No comments:
Post a Comment