我用 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 上的其他计算机上。
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).
知道为什么吗?我试图在作者的网站上报告错误,但我认为订阅系统不起作用,我收到电子邮件错误。
感谢阅读,对不起我的英语水平不好:/