Linux - NewbieThis forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hmmm...Still unable to do anything with SD card...
Is there something else I can try?
Brutal force? Trash can?
SOLVED!!!!
I solved the problem .
I think the problem was with the little peace of plastic,the lock-unlock peace of SD card.
I used a peace of toothpick to replace the lock part on sd card & duck tape to keep it in place .
The card is now readable , not write protected.Already formated to 1.88Gb.
Gparted can only change unmounted partitions,
you see the set of keys, this says that the partitian is mounted and therfore locked to changes,
right click on the keys then select unmount,
when they dissapear you should be good to go
The question wasn't about mounted or not device when I tried to format ( both mounted & unmounted),but about write protection accused by faulty locking device on SD card.
Just a couple of thoughts. On the side of your SD card is a slider switch.Pushed towards the contacts end it is read/write, pust away from the contacts it is read-only protected.
Secondly
open a terminal su [enter] to root cdthe_SD_card_name[enter] ls -l[enter]
look for rwxrwxrwx against each entry
issue command chmod 777 * [enter]
you should now have read+write for any user ID.
Test by typing echo My new file > temp.txt[enter] ls[enter] cat temp.txt[enter]
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.