无法使用 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.JdbcOdbc...