directory for mount not completing
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bash-completion (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: bash-completion
version: 1.0-3
If I type
mount /dev/frob /me and hit tab complete it completes to /media/cdrom0
(frob is irrelevant - it seems to ignore what I put there for the completion of the other part).
However, /media has :
ls -l /media
drwxr-xr-x 7 dg root 4096 2009-03-29 15:34 6f6d157c-
lrwxrwxrwx 1 root root 6 2007-04-13 23:30 cdrom -> cdrom0
drwxr-xr-x 2 root root 4096 2007-04-13 23:30 cdrom0
drwxrwxrwx 4 root root 4096 2009-06-13 18:34 Music16GBa
So there is no good reason it should complete to cdrom0, I expect it to complete to /media/ for
me then to type a bit more.
The 6f.... and Music16GBa directories are manually created.
(This is on Karmic updated about a week ago).
Dave
This is still doing it on one of my machines upgraded to Lucid (davros), but not the other. Very curious!
Dave