View Single Post
Pfuh3z's Avatar
Posts: 37 | Thanked: 27 times | Joined on Feb 2010 @ Antwerp, Belgium
#7
If you're comfortable using x-term, it might be worth checking your MyDocs folder for files with names starting with '._' (since their filenames start with a dot they will be invisible in filemanager)
I had the same problem you had a while back, and deleting the files starting with '._' (without the quotes of course) solved it for me... (didn't seem to be the 32+ files problem since I never had that many files in my MyDocs folder)

So going into x-term, you can list your files using
Code:
ls -a /home/user/MyDocs
and if you see any files starting with ._ you can delete them with the following command:
Code:
rm /home/user/MyDocs/._*
Hope this helps...

Dries
__________________
Proud owner of
Macbook Pro 15" (Snow Leopard) // Mac Mini (Snow Leopard Server) // Desktop (Ubuntu 9.10, Windows 7)
Nokia N900 (Maemo 5 "Fremantle") // iPod Touch 3G

-- Loving my N900 and the Maemo community since Feb. 2010!
 

The Following User Says Thank You to Pfuh3z For This Useful Post: