Phenomenon
df -h can’t query the file system
df: cannot read table of mounted file systems: No such file or directory
Solution:
grep -v rootfs /proc/mounts > /etc/mtab
df -h can’t query the file system
df: cannot read table of mounted file systems: No such file or directory
grep -v rootfs /proc/mounts > /etc/mtab