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 したので、アンドロイドシェルとビジーボックスに限定されます。
mount -t ext2 -o loop /sd-ext/rom/system /system
mount: mounting /sd-ext/rom/system /system failed: Block device required
私はAndroidに精通していませんが、デバイスの代わりにディレクトリをマウントする場合は、オプションを指定してマウントを使用する必要があります。--bind
--bind
それが本当にファイルである場合、おそらくあなたのAndroidはループデバイスをサポートしていません。/dev/loop*デバイスはありますか?
/dev/loop*