View Single Post
Old 07-23-2010, 09:50 AM   #41
Dave_S
What Title ?
Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.
 
Posts: 1,325
Karma: 1856232
Join Date: Jan 2009
Location: Bavaria Germany
Device: Sony Experia Z Ultra
Quote:
Originally Posted by booknut View Post
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.
Dave_S is offline   Reply With Quote