How to delete/edit files from readonly filesystem
- by Santosh Linkha
I am having problem with my memory device (actually a memory card that act external memory device like pendrive).
experimentx@workmateX:/var/www/zendtest$ sudo rm /media/A88F-8788/python-2.7.1-docs-html.zip
rm: cannot remove `/media/A88F-8788/python-2.7.1-docs-html.zip': Read-only file system
I tried to change the file permission of the…