daily pastebin goal
33%
SHARE
TWEET

Untitled

a guest Feb 12th, 2017 108 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ubuntu@ubuntu:~$ sudo chroot /mnt
  2. chroot: failed to run command ‘/bin/bash’: No such file or directory
  3. ubuntu@ubuntu:~$ sudo mount /dev/sda5 /mnt
  4. ubuntu@ubuntu:~$ sudo mount --bind /dev /mnt/dev
  5. ubuntu@ubuntu:~$ sudo mount --bind /sys /mnt/sys
  6. ubuntu@ubuntu:~$ sudo mount --bind /proc /mnt/proc
  7. ubuntu@ubuntu:~$
  8. ubuntu@ubuntu:~$ sudo chroot /mnt
  9. chroot: failed to run command ‘/bin/bash’: Accessing a corrupted shared library
  10. ubuntu@ubuntu:~$
RAW Paste Data
Top