Trash on Leopard Stopped Working
don't you just hate it when you can't empty your trash bin on your mac? happens to me all the time, i trash some locked file (or something) and the next thing you know, empty trash no longer works, at least not for that file. it's not really a problem, just annoying. i mean sure the next time i restart my mac my trash bin would be empty but how often do you restart your mac? if you're like me, probably only after a software update that requires a restart =) and in the meantime the trash bin looks like it's full of trash, it just really gets on my nerves after a while. so here's what i did to solve that little annoyance:
- launch terminal
- make sure you are at your home directory. do a pwd just to be sure
- execute: rm -rf .Trash
- execute: mkdir -m07000 .Trash
- doing a force quit:
- press command + alt + esc
- select Finder
- click Relaunch
- click Yes to force quit
- doing a kill using the console:
- launch Terminal
- execute: killall Finder
- relaunch Finder using your Dock icon
- launch terminal
- make sure you are at your home directory. do a pwd just to be sure
- execute: rm -rf .Trash/*
Labels: mac, troubleshooting
0 Comments:
Post a Comment
<< Home