10 2023 档案

摘要:mount bind解决chroot无法访问目录的问题 在使用chroot时,在新的根目录下无法访问外面的目录,软链接无法解决这个问题,可以使用mount bind解决。 bind mounts Since Linux 2.4.0 it is possible to remount part of 阅读全文
posted @ 2023-10-25 14:40 IUNI_JM