Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is there a way to find everything but a specific name using the find command?
IE
find /Volumes -NOT THIS name "Something"
You almost had it. It should be...
find /Volumes -not -name something