You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Can't move files to trash

Since upgrading to OSX Lion I have a strange problem: I cannot put files into trash. Whenever I want to delete a file it says that the file will be immediately deleted. I hear the sound from putting things into the trash then, but no files show up in the trash. I also cannot empty trash as there are no files in it. Anyone knows a solution?

Posted on Aug 4, 2011 11:28 AM

Reply
29 replies

Aug 4, 2011 12:26 PM in response to mppal

Run Disk Utility -> Repair Disk Permissions


Then try this method I found online.


1. Reboot the computer.

2. Login with the troubled user account

3. Open 'Terminal'

4. Type:


sudo rm -frv ~/.Trash


Note: This removes the old ".Trash" directory and all files and folders in it.


3. Type:


mkdir -v ~/.Trash


Note: This creates a new ".Trash" directory in your home folder.


4. Type:


killall Finder


Note: This kills/restarts Finder


5. Close Terminal.


6. Reboot Computer. Log in as the 'hopefully fixed' user.


See if the trash works now.


- Mark

MH Tech Solutions, LLC.

Aug 4, 2011 1:19 PM in response to bleoni39

Ok, to fix this issue you need to use Terminal again.


Type:


su


It should prompt for your password. Enter it.


Note: The command 'chown' is to change the user and the command 'chgrp' is to change the group.


Type:


chown YOURUSERNAME .Trash


Then run

ls -al


and your username should 'own' the .Trash again



If you are still having issues, email me at info _at_ mhtechsolutions _dot_ com



- Mark
MH Tech Solutions, LLC.

Can't move files to trash

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.