Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

AJ-in-AZ

macrumors newbie
Original poster
Jul 27, 2009
13
0
trash.jpg


I have these recovered files in my trash that will not empty out... Any thoughts as to how to get rid of them?

Thanks.
 
1. Press and hold the mouse button on the Trash icon in the Dock. The context menu for Trash will display.

2. Press and hold the Option key.

3. Select Empty Trash from the context menu for Trash.

4. Release the Option key.
 
I had this happen to me at some point last year. To this day I do not know what caused it. The only way I could get rid of it was by doing a reinstall... Good luck:(
 
Okay. Do this command:

sudo find / -name "Recovered file*" -print

This should show you were the "Recovered files" directories are so you can manually delete them.

S-
 
Okay. Do this command:

sudo find / -name "Recovered file*" -print

This should show you were the "Recovered files" directories are so you can manually delete them.

S-
OK - they are located in:

/Volumes/DOCUMENTS/.Trashes/501/

How do I manually delete them?
 
Don't waste your time doing that. What are you thinking celticpride678?

Just navigate to that directory:

cd /Volumes/DOCUMENTS/.Trashes/501/

And then type:

sudo rm -rf *

If that does not work, issue this command and post the results:

ls -al

S-

Here is what happens when I run the sudo rm command:
Code:
rm: Recovered files/\004␀␀␀õ\001␀␀.\024␀␀: File name too long
rm: Recovered files: Directory not empty
rm: Recovered files #1/\004␀␀␀õ\001␀␀.\024␀␀: File name too long
rm: Recovered files #1: Directory not empty

and ls -al gives me the directory listing with the 2 Recovered files folders...
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.