Ubuntu Pastebin

Paste from mpathy at Thu, 9 Jul 2015 18:17:53 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
root@ubuntu-mate:~# mount -l | grep sda
root@ubuntu-mate:~# sudo cryptsetup luksOpen /dev/sda2 mnt 
Enter passphrase for /dev/sda2: 
Cannot use device /dev/sda2 which is in use (already mapped or mounted).
root@ubuntu-mate:~# sudo mount /dev/mapper/
control                                    luks-073f4f18-c0b1-41ae-8817-25c0f36bd8c3  
root@ubuntu-mate:~# sudo mount /dev/mapper/luks-073f4f18-c0b1-41ae-8817-25c0f36bd8c3 /media/test/

# Hier steht er jetzt schon seit Ewigkeiten!
# Allerdings gerade im Logfile gefunden, an diversen Stellen immer wieder:

[  840.407576] INFO: task btrfs-transacti:2454 blocked for more than 120 seconds.
[  840.407579]       Not tainted 3.19.0-15-generic #15-Ubuntu
[  840.407581] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Download as text