If you accidentally unmounted the following
|
tmpfs on /dev type tmpfs (rw,noatime,nodiratime,size=10240k,mode=755) devpts on /dev/pts type devpts (rw,noatime,nodiratime,mode=600) /dev/md0 on / type btrfs (rw,noatime,nodiratime,nospace_cache) proc on /proc type proc (rw,nosuid,nodev,noexec,noatime,nodiratime) sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime,nodiratime) |
Accidentally did this:
|
umount /dev/pts umount /dev umount /proc umount /sys |
Here is how to get those back: All of this is from this article: http://git.busybox.net/busybox/plain/docs/mdev.txt GET SYS and PROC backRead More…