MS_RELATIME
host_mount("proc", "/proc", "proc", MS_RELATIME, "");
host_mount("sysfs", "/sys", "sysfs", MS_RELATIME, "");
host_mount("devtmpfs", "/dev", "devtmpfs", MS_RELATIME,
host_mount("tmpfs", "/tmp", "tmpfs", MS_RELATIME, "size=10%,mode=1777");