Problem
When you empty the Trash on your Mac, you get Finder Error -8003.
Solution
- Close down all applications.
- Go to your Applications folder.
- Go to the Utilities folder.
- Open Terminal.
- In Terminal, type sudo bash and press Enter.
- You will need to enter your password and press Enter.
- It won’t show any characters when you type.
- If you do not have a password then set one first.
- Copy and paste the following into the Terminal window and press Enter:
sudo rm -rfv /.Trashes/*
sudo rm -rfv ~/.Trash/*
sudo rm -rfv /Volumes/*/.Trashes/*
killall Terminal - The Terminal window will close once it has finished.
It worked! Trashit didn’t.
Thanks.