Mavericks trash

Joined
Sep 28, 2012
Messages
3
Reaction score
0
Points
1
Since updateing my MacBook Pro to Mavericks everything I delete bypasses the trash bin and just deletes. Is there any way to fix this so that deleted items go to the trash bin until it is emptied?
Thanks.
 
Joined
Apr 26, 2008
Messages
2,963
Reaction score
120
Points
63
Location
Belgium
Your Mac's Specs
iPad Pro 12.9 latest iOS
Are you deleting files from removable media or from your internal hard disk ?

Cheers ... McBie
 
Joined
May 14, 2009
Messages
2,052
Reaction score
136
Points
63
Location
Near Whitehorse, Yukon
Your Mac's Specs
2012 MBP i7 2.7 GHz 15" Matte - 16 GB RAM - 120 GB Intel SSD - 500 GB DataDoubler Mac OS 10.9
If your deleting from the internal HDD and it's acting that way it sounds like your permissions are messed up on the Trash folder.
In the Finder hit command+shift+g and enter .Trash
Then hit command+i and make sure you have read/write permissions and everybody else has No Access.
content


And if that doesn't fix it, use this command in Terminal and reboot your Mac after.
Code:
sudo rm -rf ~/.Trash
 
OP
W
Joined
Sep 28, 2012
Messages
3
Reaction score
0
Points
1
I'm deleting from the internal Mac HD. I ran repair permissions but that didn't help. When I follow the suggested command+shift+g and enter .Trash the finder can't locate the trash folder, but it's there in the dock. I'll try the Terminal command suggestion after my backup to an external drive completes.
 
Joined
Dec 3, 2013
Messages
1
Reaction score
0
Points
1
Updated command

In Mavericks, Apple has changed the hidden to just filename Trash so the command would be

sudo rm -rf ~/Trash


And it does fix the issue, at least for me. Thanks!
 
OP
W
Joined
Sep 28, 2012
Messages
3
Reaction score
0
Points
1
Found hidden Trash file, changed permissions. Problem solved. Thanks to all for the help.
 

vansmith

Senior Member
Joined
Oct 19, 2008
Messages
19,924
Reaction score
559
Points
113
Location
Queensland
Your Mac's Specs
Mini (2014, 2018, 2020), MBA (2020), iPad Pro (2018), iPhone 13 Pro Max, Watch (S6)
In Mavericks, Apple has changed the hidden to just filename Trash so the command would be

sudo rm -rf ~/Trash


And it does fix the issue, at least for me. Thanks!
No, the Trash folder is still called .Trash and is consequently a hidden folder. If you have a folder called Trash, it's not the system one but one that was generated by an application or you.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top