克隆的 Android 分区在 Windows 上已损坏

发布于 2025-01-19 15:06:55 字数 372 浏览 2 评论 0原文

我正在尝试将包含 /data 的分区克隆到我的 Windows 计算机上,但每当我使用 adb pull 并尝试安装它时,我都会收到一条错误消息,指出磁盘映像文件已损坏。我是否需要对该文件执行某些操作才能使其可在 Windows 上安装?

/data 所在的分区称为 /dev/block/dm-30。到目前为止,我已经尝试过: adb pull -a /dev/block/dm-30 C:/Users/user/source 并且我还尝试在 adb shell 中使用: dd if=/ dev/block/dm-30 of=/sdcard/Documents/part.img 我也尝试提取该图像文件,当我尝试在 Windows 上使用它时,它们都被损坏。

I'm trying to clone the partition containing /data on to my Windows machine, but whenever I use adb pull and try mounting it, I get an error saying the disk image files is corrupted. Do I need to do something to the file to make it mountable for Windows?

The partition /data is located on is called /dev/block/dm-30. So far I have tried: adb pull -a /dev/block/dm-30 C:/Users/user/source and I have also tried using in adb shell: dd if=/dev/block/dm-30 of=/sdcard/Documents/part.img and I tried pulling that image file as well and they both resulted in being corrupted when I tried using it on Windows.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文