Comment 4 for bug 159874

Revision history for this message
Mular (kramer-k) wrote :

I too been suffering with this as well.. Bash Version 3.2.25(1)-release as well

Happens a lot when I try to use auto complete on my external drive.
mular@AlphaLinux:~$ ls /media/Local\ Disk/Games/Warcraft\ III/Warcraft\ III\ and\ The\ Frozen\ Throne/
Warcraft III - The Frozen Throne [Disk 1].iso.iso
Warcraft III - The Frozen Throne [Disk2].iso
Warcraft III - The Frozen Throne [Disk3].iso
mular@AlphaLinux:~$ sudo mount -o loop /media/Local\ Disk/Gamgrep: Trailing backslash
grep: Trailing backslash

Auto complete works up until /Gamgrep (supposed to be Game) Then if I go to the directory my iso are stored.

mular@AlphaLinux:~$ cd /media/Local\ Disk/Games/Warcraft\ III/Warcraft\ III\ and\ The\ Frozen\ Throne/
mular@AlphaLinux:/media/Local Disk/Games/Warcraft III/Warcraft III and The Frozen Throne$

Auto complete worked fine there..

If I just do: sudo W and tab it gives me Warcraft\ III\ -\ The\ Frozen\ Throne\ \[Disk - if I type 3 it completes it just fine..
mular@AlphaLinux:/media/Local Disk/Games/Warcraft III/Warcraft III and The Frozen Throne$ sudo Warcraft\ III\ -\ The\ Frozen\ Throne\ \[Disk3\].iso

Now.. as soon as I add the mount command and hit tab I get
mular@AlphaLinux:/media/Local Disk/Games/Warcraft III/Warcraft III and The Frozen Throne$ sudo mount Warcraft\ III\ -\ The\ Frozen\ Throne\ \[Disk3grep: Trailing backslash
grep: Trailing backslash

Hope this is helpful!