V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
Distributions
Ubuntu
Fedora
CentOS
中文资源站
网易开源镜像站
santianban
V2EX  ›  Linux

问一个 Linux 上的问题,问了 chatgpt 貌似也没有回答我的疑问

  •  
  •   santianban · 14 小时 35 分钟前 · 235 次点击

    我在 linux 上会启动 android 虚拟机, 启动了之后会挂载两个挂载点:

    1. /android/rootfs (这个我能理解,就是挂在只读的镜像过去)
    2. /android/rootfs/cache (这里实在不能理解)

    让我不能理解的是:他为什么挂在了 /dev/sda2 到 安卓目录/cache 上,而且进去了之后啥内容都没有,但是这个/dev/sda2 是我的根目录呀。按道理是有内容的。

    mount 命令结果:

    1:/opt/android13.img on android/rootfs type squashfs (ro,relatime)

    2:/dev/sda2 on /android/rootfs/cache type ext4 (rw,relatime,stripe=8191)

    3:/dev/sda2 on / type ext4 (rw,relatime,stripe=8191)

    想请教下,这个挂载是如何实现的

    1 条回复
    chingyat
        1
    chingyat  
       11 小时 24 分钟前 via iPhone
    可能是 bind mount 吧
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   831 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 20ms · UTC 22:50 · PVG 06:50 · LAX 14:50 · JFK 17:50
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.