Empty the contents of Trash for only a single volume

How can I empty the Trash only for an attached external drive, but not at the same time for the internal hard disk?


Solution 1:

If you're willing to venture into the Terminal it is possible there as well:

rm -rf /Volumes/VOLUME_NAME/.Trashes/

For only the startup disk:

rm -rf ~/.Trash/

Be careful of rm -rf as it will recursively remove all files at that path without any confirmation.

Solution 2:

I believe Super Empty Trash will do what you want. When you empty the trash from this app, it asks what volumes you want to do the delete in. It's free, so try it out and see if it works for you.