Ubuntu Pastebin

Paste from gginsight at Tue, 6 Jun 2017 21:27:17 +0000

Download as text
1
2
3
4
5
6
7
root@rescue:~# sudo mount /dev/md2 /mnt
root@rescue:~# sudo mount --bind /dev /mnt/dev
root@rescue:~# sudo mount --bind /dev/pts /mnt/dev/pts
root@rescue:~# sudo mount --bind /proc /mnt/proc
root@rescue:~# sudo mount --bind /sys /mnt/sys
root@rescue:~# sudo chroot /mnt
chroot: failed to run command ‘/bin/bash’: No such file or directory
Download as text