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

link|improve this question

52% accept rate
feedback

3 Answers

up vote 1 down vote accepted

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.

link|improve this answer
feedback

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.

link|improve this answer
feedback

PathFinder allows you to do this and a whole lot more.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.