使用discutils克隆驱动器.. [英] Using discutils to clone drive ..

查看:226
本文介绍了使用discutils克隆驱动器..的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要克隆驱动器例如:SD卡到Iso,img或bin文件。

我不想复制项目我正在寻找完全克隆它像扇区到相同的扇区

textBox1.Text ==文件路径

comboBox1.SelectedValue.ToString()== SD卡的值类似:F: \



我的尝试:



I need to Clone Drive "for e.g : SD Card " to Iso , img or bin file .
I don't wanna just copy Items what i'm looking for to clone it totally "Smth like Sector to same sector "
textBox1.Text == File Path
comboBox1.SelectedValue.ToString() ==the value of the SD Card Like : " F:\ "

What I have tried:

<pre lang="c#">CDBuilder builder = new CDBuilder();
            builder.UseJoliet = true;
            builder.VolumeIdentifier = "eMMC";
            builder.AddDirectory(comboBox1.SelectedValue.ToString());
            builder.Build(textBox1.Text);

推荐答案

我可能会尝试使用AOMEI Backupper - 它有一个免费的应该包含克隆工具的版本:适用于Windows 10,Windows 8.1 / 8,Windows 7的最佳免费备份软件, Vista,XP [ ^ ](我使用专业版本,这意味着我为它付了代价并获得了一些额外的功能 - 值得付出代价,因为它是非常棒的软件)。

克隆工具允许你制作图像文件从SD卡,这意味着你可以恢复它们,它有一个命令行界面:使用命令行与AOMEI备份备份 [ ^ ] - 可能支持克隆,但d oes支持备份到映像,它应该可以在SD卡上运行(它可以通过我的USB闪存工作)

命令行界面意味着你的代码可以通过Process类来控制它。
I'd probably try using AOMEI Backupper - it has a free version which should include the Clone tools: Best Free Backup Software for Windows 10, Windows 8.1/8, Windows 7, Vista, XP[^] (I use the "Professional" version, which means I paid for it and get a few extra features - worth paying for tthough as it's brilliant software).
The clone tools allow you to make image files from SD cards, which means you can restore them, and it has a command line interface: Backup by using command line with AOMEI Backupper[^] - which may support cloning but does support backup to image, which should work from an SD card (it works from my USB flash)
And command line interfaces mean your code can control it via the Process class.


这篇关于使用discutils克隆驱动器..的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆