- [manjaro@manjaro ~]$ cd /mnt
- [manjaro@manjaro mnt]$ mount -t proc proc /mnt/proc
- mount: only root can use "--types" option
- [manjaro@manjaro mnt]$ sudo mount -t proc proc /mnt/proc
- [manjaro@manjaro mnt]$ sudo mount -t sysfs sys /mnt/sys
- [manjaro@manjaro mnt]$ sudo mount -o bind /dev /mnt/dev
- [manjaro@manjaro mnt]$ sudo mount -t devpts pts /mnt/dev/pts/
- [manjaro@manjaro mnt]$ chroot /mnt
- chroot: cannot change root directory to ‘/mnt’: Operation not permitted
- [manjaro@manjaro mnt]$ sudo chroot /mnt
- [root@manjaro /]# ls /boot/ | grep linux
- [root@manjaro /]# ls /boot/
- [root@manjaro /]# ls /boot/ | grep linux
- [root@manjaro /]# ls /boot/
- [root@manjaro /]#
SHARE
TWEET
Untitled
a guest
Oct 21st, 2015
84
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
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.

