Package: mount Version: 2.33.1-0.1 Severity: minor File: /usr/share/bash-completion/completions/umount
I can TAB expand # mount /some/symlink but then when it is time to umount it, it won't let me TAB expand the same path! It only knows about real paths. Well it is true, it is great for umount only to expand the few paths for mountpoints, instead of every file on the system. But it should somehow remember what we called it when we mounted it. And I suppose mount, instead of expanding every filename on the system, should somehow magically instead only know real mount paths and symlink mount paths...