asus sl101 slider running cyanogenmod 10
This problem actually started around when I upgraded to cm9.1 and I think I got an error that my android profile had changed or something. from that day forward I have been unable to delete anything in my downloads folder.
The following did not work
- rm /sdcard/download/filename
- removing with rootbrowser
- adb shell> rm /sdcard/download/filename
- remounting the sdcard
I get the error that the folder is read only and when I try to change permissions it wont let me.
I was able to
mv /sdcard/download /sdcard/download.back
mkdir /sdcard/download
but still cannot delete from the old download folder.
Eek!

ls -ld /sdcard/download; mount | grep sdcard? – sputnick Sep 30 '12 at 0:32rm -rf /mnt/sdcard/download– sputnick Sep 30 '12 at 2:22