Ubuntu Pastebin

Paste from Massi at Thu, 11 Aug 2016 10:45:03 +0000

Download as text
1
2
3
4
5
6
7
8
9
ubuntu-gnome@ubuntu-gnome:~$ sudo mount --bind /dev /mnt/dev
mount: mount point /mnt/dev does not exist
ubuntu-gnome@ubuntu-gnome:~$ sudo mount --bind /proc /mnt/proc
mount: mount point /mnt/proc does not exist
ubuntu-gnome@ubuntu-gnome:~$ sudo mount --bind /sys /mnt/sys
mount: mount point /mnt/sys does not exist
ubuntu-gnome@ubuntu-gnome:~$ sudo chroot /mnt
chroot: failed to run command ‘/bin/bash’: No such file or directory
ubuntu-gnome@ubuntu-gnome:~$ 
Download as text