Quote:
Originally Posted by booknut
SUCCESS!! Sort of ....
I did a low-level format of the HD and then a regular, not quick, format, and I purchased a new SD card.
Now I am able to delete the contents of the folder crengine/.cache with
#!/bin/sh
rm -rf /root/abook/crengine/.cache/*
rm -rf /home/crengine/.cache/*
However, rm -rf /mnt/crengine/.cache/* still does not work but that's okay,
|


Congratulations on getting it working!!!
I have been adding directory listing commands to my version of that script to figure where everything is located. The really strange thing is that "/root/abook" is a symbolic link to a symbolic link to "/mnt" so either route to accessing the SD should have worked for you. It is interesting that going the long way around worked for you but going directly to the SD card did not? Anyway, the important thing is that it is working for you.