Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. sudo gparted
  2.  
  3. sudo mkdir /mnt/temp
  4. sudo mount /dev/sda1 /mnt/temp
  5.  
  6. sudo mount --bind /dev /mnt/temp/dev
  7. sudo mount --bind /proc /mnt/temp/proc
  8. sudo mount --bind /sys /mnt/temp/sys
  9. sudo chroot /mnt/temp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement