You are not logged in.

#1 2011-02-07 13:46:22

yatohese
Member
Registered: 2010-10-30
Posts: 18

[solved] tab completion problems

Hello!

$ sudo cryptsetup -v luksOpen /dev/disk/by-uuid/6caadd75-9a52-4ebf-836a-ffffffffff secret
Enter passphrase for /dev/disk/by-uuid/6caadd75-9a52-4ebf-836a-ffffffffff: 
Key slot 0 unlocked.
Command successful.
$ ls -al /dev/mapper
total 0
drwxr-xr-x  2 root root     140 Feb  7 14:39 .
drwxr-xr-x 18 root root    5780 Feb  7 14:39 ..
crw-------  1 root root 10, 236 Feb  7 14:06 control
lrwxrwxrwx  1 root root       7 Feb  7 14:06 home -> ../dm-2
lrwxrwxrwx  1 root root       7 Feb  7 14:06 root -> ../dm-0
lrwxrwxrwx  1 root root       7 Feb  7 14:39 secret -> ../dm-3
lrwxrwxrwx  1 root root       7 Feb  7 14:06 swap -> ../dm-1
$ sudo mount /dev/mapper/{TAB COMPLETION}
/dev/mapper/home  /dev/mapper/root  /dev/mapper/swap

Where is /dev/mapper/secret?

I'm willing to provide additional information, but for now I do not know what might be important. wink

Thanks!

Last edited by yatohese (2011-02-10 10:44:09)

Offline

#2 2011-02-07 15:24:57

urgoshvarrog
Member
Registered: 2011-01-26
Posts: 14

Re: [solved] tab completion problems

Hi yatohese,

can you mount secret patition with typing /dev/mapper/secret, or is it only a problem with your shell? If the shell is the problem, please post

 echo $SHELL 

Offline

#3 2011-02-07 17:16:07

yatohese
Member
Registered: 2010-10-30
Posts: 18

Re: [solved] tab completion problems

Yesterday tab-completion worked fine, today something has changed. --> I might have panicked, because I initially thought that my important hdd was fried. (But turns out, that I still can mount it.) roll

$ echo $SHELL
/bin/bash

Offline

#4 2011-02-10 10:46:06

yatohese
Member
Registered: 2010-10-30
Posts: 18

Re: [solved] tab completion problems

I'm still not sure how it got broken, but

# pacman -Rns bash-completion
# pacman -S bash-completion

appears to have solved the problem. Which was apparently not related to cryptsetup and so on at all ...

Last edited by yatohese (2011-02-10 10:46:21)

Offline

Board footer

Powered by FluxBB