Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Filesystem 1K-blocks Used Available Use% Mounted on
  2. - 83873280 33613180 50260100 41% /
  3.  
  4. mount -t proc proc <target chroot>/proc
  5. mount -o bind dev <target chroot>/dev
  6.  
  7. chroot <target chroot>
  8. grep -v rootfs /proc/mounts > /etc/mtab
  9.  
  10. proc /proc proc rw,relatime 0 0
  11. devtmpfs /dev devtmpfs rw,nosuid,size=16286476k,nr_inodes=4071619,mode=755 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement