SHARE
TWEET

Untitled

a guest Oct 21st, 2015 84 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [manjaro@manjaro ~]$ cd /mnt
  2. [manjaro@manjaro mnt]$ mount -t proc proc /mnt/proc
  3. mount: only root can use "--types" option
  4. [manjaro@manjaro mnt]$ sudo mount -t proc proc /mnt/proc
  5. [manjaro@manjaro mnt]$ sudo mount -t sysfs sys /mnt/sys
  6. [manjaro@manjaro mnt]$ sudo mount -o bind /dev /mnt/dev
  7. [manjaro@manjaro mnt]$ sudo mount -t devpts pts /mnt/dev/pts/
  8. [manjaro@manjaro mnt]$ chroot /mnt
  9. chroot: cannot change root directory to ‘/mnt’: Operation not permitted
  10. [manjaro@manjaro mnt]$ sudo chroot /mnt
  11. [root@manjaro /]# ls /boot/ | grep linux
  12. [root@manjaro /]# ls /boot/
  13. [root@manjaro /]# ls /boot/ | grep linux
  14. [root@manjaro /]# ls /boot/
  15. [root@manjaro /]#
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top