Created
October 13, 2019 20:24
-
-
Save Forty-Bot/267e6d4d521ab9f000dc6a214657a5b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # mount -t proc proc /proc | |
| [root@(none) /]# mount | |
| /dev/ubda on / type hostfs (ro,relatime) | |
| devtmpfs on /dev type devtmpfs (rw,relatime,mode=755) | |
| upper on /mnt type tmpfs (rw,relatime) | |
| overlay on /mnt/newroot type overlay (rw,relatime,lowerdir=/,upperdir=/mnt/upper,workdir=/mnt/work) | |
| proc on /proc type proc (rw,relatime) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment