Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将特定文件夹挂载为 /system。我试着mount -t ext2 -o loop /sd-ext/rom/system /system 让mount: mounting /sd-ext/rom/system /system failed: Block device required 我使用 android,所以我仅限于 android shell 和busybox。
mount -t ext2 -o loop /sd-ext/rom/system /system
mount: mounting /sd-ext/rom/system /system failed: Block device required
我对 Android 不熟悉,但如果您想挂载目录而不是设备,则必须使用 mount--bind选项。
--bind
如果它真的是一个文件,那么您的 Android 可能没有循环设备支持。你有什么/dev/loop*设备吗?
/dev/loop*