无法使用 xmount v0.7.6 挂载大型RAW 磁盘映像,同时使用 xmount v0.7.3

如何解决无法使用 xmount v0.7.6 挂载大型RAW 磁盘映像,同时使用 xmount v0.7.3

我用 Guymager 保存了一个疑似有缺陷的外部驱动器。 (到ewf图像:多个E01、E02、E03等,Exx文件

我可以使用 xmount v0.7.3 在我的 linux mint 19.02 计算机上挂载备份的 RAW 数据:

xmount --version

WARNING: Your system does not seem to have a "fuse" group. If mounting works,you can ignore this message.

WARNING: FUSE will not allow other users nor root to access your virtual harddisk image. To change this behavior,please add "user_allow_other" to /etc/fuse.conf or execute xmount as root.

xmount v0.7.3 copyright (c) 2008-2014 by Gillen Daniel <gillen.dan@pinguin.lu>

  compile timestamp: Apr  3 2018 12:52:49
  gcc version: 7.3.0
  loaded input libraries:
    - libxmount_input_aaff.so supporting "aaff"
    - libxmount_input_aff.so supporting "aff"
    - libxmount_input_aewf.so supporting "aewf"
    - libxmount_input_raw.so supporting "raw","dd"
    - libxmount_input_ewf.so supporting "ewf"
  loaded morphing libraries:
    - libxmount_morphing_raid.so supporting "raid0"
    - libxmount_morphing_unallocated.so supporting "unallocated"
    - libxmount_morphing_combine.so supporting "combine"

但不是在带有 xmount v0.7.6 的 linux mint 20.2 USB live 上的另一台计算机上。

xmount --version

WARNING: FUSE will not allow other users nor root to access your virtual harddisk image. To change this behavior,please add "user_allow_other" to /etc/fuse.conf or execute xmount as root.

xmount v0.7.6 copyright (c) 2008-2018 by Gillen Daniel <gillen.dan@pinguin.lu>

  compile timestamp: Sep  2 2018 12:00:15
  gcc version: 8.2.0
  loaded input libraries:
    - libxmount_input_raw.so supporting "raw","dd"
    - libxmount_input_ewf.so supporting "ewf"
    - libxmount_input_aff.so supporting "aff"
    - libxmount_input_aewf.so supporting "aewf"
    - libxmount_input_aaff.so supporting "aaff"
  loaded morphing libraries:
    - libxmount_morphing_unallocated.so supporting "unallocated"
    - libxmount_morphing_raid.so supporting "raid0"
    - libxmount_morphing_combine.so supporting "combine"

我收到此错误

sudo xmount --in ewf /media/veracrypt1/xxx.E?? --out raw /home/mint/mntxxxRAW/
ERROR: main@3692 : Unable to open input image file '/media/veracrypt1/xxx.E01': Unable to open EWF file(s)!

我只对这个特定的驱动器映像有这种奇怪的行为。我在同一天以相同的方式完成的所有其他驱动器映像都可以使用 xmount 的两个版本。对于 870GB 的图像文件(2.1GB 文件),此驱动器是较大的 1TB。

也许这不是直接来自 xmount :在具有 0.7.6 xmount 版本的计算机上,我尝试使用 ewfmount(20140807 版本):

ewfmount /media/veracrypt1/xxx.E01 /home/mint/mntxxxRAW/

并得到这个错误

Unable to open source image(s)
libcdata_internal_array_resize: invalid entries size value exceeds maximum.
libcdata_array_resize: unable to resize array.
libmfdata_list_resize: unable to resize elements array.
libewf_segment_file_read_volume_section: unable to resize chunk table list.
libewf_handle_open_read_segment_files: unable to read section: volume.
libewf_handle_open_file_io_pool: unable to read segment files.
libewf_handle_open: unable to open handle using a file IO pool.
mount_handle_open: unable to open file(s).

知道为什么吗? 我试图在作者的网站上报告错误,但我认为订阅系统不起作用,我收到了电子邮件错误

感谢阅读,抱歉我的英语水平不好:/

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐


Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其他元素将获得点击?
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。)
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbcDriver发生异常。为什么?
这是用Java进行XML解析的最佳库。
Java的PriorityQueue的内置迭代器不会以任何特定顺序遍历数据结构。为什么?
如何在Java中聆听按键时移动图像。
Java“Program to an interface”。这是什么意思?
Java在半透明框架/面板/组件上重新绘画。
Java“ Class.forName()”和“ Class.forName()。newInstance()”之间有什么区别?
在此环境中不提供编译器。也许是在JRE而不是JDK上运行?
Java用相同的方法在一个类中实现两个接口。哪种接口方法被覆盖?
Java 什么是Runtime.getRuntime()。totalMemory()和freeMemory()?
java.library.path中的java.lang.UnsatisfiedLinkError否*****。dll
JavaFX“位置是必需的。” 即使在同一包装中
Java 导入两个具有相同名称的类。怎么处理?
Java 是否应该在HttpServletResponse.getOutputStream()/。getWriter()上调用.close()?
Java RegEx元字符(。)和普通点?