Possible Duplicate:
How to delete/edit files from readonly filesystem
i have a memory card (MS-DOS file system I believe) which I want to delete ALL the files in it.
Even though I use sudo rm -fr * I still get
Read-only file system
For the files in the memory card folder.
How do I remove all the files? (Or maybe just format it?)