I have a separate drive mounted at /srv
. If I create a /srv/.Trash
folder files on that drive are successfully moved to a /srv/.Trash/1000
upon move to trash. If I don't have a /srv/.Trash
folder I can create a /srv/.Trash-1000
folder which also works as expected. Since the system wants to store trash on the same partition from whence it came how can I create multiple trashcans so that I can empty the trash from a drive that's not root or home mounted? Any ideas? I've seen several related questions like this and this but I can't find anything that addresses this use case. I do not want the files moved to a different drive just to put them in the trash can, I'd just like to be able to easily manage the trash on this separate drive.
Edit: I tried Possible to have 2 unity launchers? which appeared to raise the possibility of using Avant Window Navigator to accomplish a second trash can, possibly configurable via a gconf key as mentioned in post 5 here. Unfortunately Although it seems AWN is back in development, it appears that there isn't anything available for my current 14.04 installation.
ln -s /path/to/external/drive/trashcan $HOME/Desktop
. – Eduardo Cola Jan 30 '16 at 17:30