[ create a new paste ] login | about

Link: http://codepad.org/jpcSlCQV    [ raw code | output | fork ]

C, pasted on Aug 4:
1
2
3
4
5
6
root@ubuntu:~# modprobe dm-crypt
root@ubuntu:~# cryptsetup luksOpen /dev/sda1 ubuntu-root
root@ubuntu:~# mount /dev/mapper/beliebigerName /mnt/here
mount: special device /dev/mapper/beliebigerName does not exist
root@ubuntu:~# mount /dev/mapper/ubuntu-root /mnt/here
mount: special device /dev/mapper/ubuntu-root does not exist


Output:
1
2
3
4
5
6
7
8
9
Line 1: error: stray '@' in program
Line 1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ubuntu'
Line 1: error: stray '#' in program
Line 2: error: stray '@' in program
Line 2: error: stray '#' in program
Line 3: error: stray '@' in program
Line 3: error: stray '#' in program
Line 5: error: stray '@' in program
Line 5: error: stray '#' in program


Create a new paste based on this one


Comments: