Page 1 of 1

Please update EASEUS Disk Copy

Posted: Sun Mar 14, 2010 9:57 am
by eq2675
Please update EASEUS Disk Copy to version 2.3

http://www.easeus.com/disk-copy/download.htm

I am sure there are other apps that can do this, but EASEUS Disk Copy 2.3 was the only one I tested that correctly cloned a Dell Vostro 220 with Windows 7 Pro, the diagnostic partion, and the restore partition to a new drive.

Thanks

Posted: Thu Apr 01, 2010 1:14 am
by HM2K
I came here to say the same thing.

EASEUS Disk Copy 2.3 is only 31.1 MB, it seems pointless burning a whole disk for just that.

Posted: Thu Apr 01, 2010 1:35 pm
by Victor Chew
As usual, this will be updated in the next release (5.0rc2), which IceCube and myself are currently working on.

Posted: Tue Apr 06, 2010 10:43 am
by kcarney
I've been trying to get this working on my own to no avail.

Code: Select all

LINUX /boot/syslinux/memdisk-iso
INITRD /ubcd/custom/dc/DiskCopy.iso
APPEND iso
and

Code: Select all

LINUX /ubcd/custom/dc/BZIMAGE
INITRD /ubcd/custom/dc/INITRD.IMG
APPEND rw root=/dev/ram0 splash=silent vga=788 quiet
both result in
Loading, please wait...mount: mounting /proc/bus/usb on /proc/bus/usb failed: No such file or directrory

EDIT: Bah I get the same error when trying to boot the ISO within QEMU so I need to test on hardware. Both of my syslinux entries may work

Posted: Tue Apr 06, 2010 12:24 pm
by kcarney
Got it working:

change the easeus disk copy part of this file
/ubcd/menus/syslinux/hdd/cloning.cfg
to

Code: Select all

MENU LABEL EaseUs Disk Copy V2.3
TEXT HELP
 Performs cloning of a hard disk or partition. Supports IDE, SATA, SCSI,
 Firewire and USB drives. Supports dynamic disks.
ENDTEXT
LINUX /ubcd/boot/diskcopy/bzImage
INITRD /ubcd/boot/diskcopy/initrd.img
APPEND acpi=off edd=off noapic load_ramdisk=1 prompt_ramdisk=0 rw vga=788
and replace \ubcd\boot\diskcopy\*.* with updated files from the 2.3 ISO
should only be BzImage and Initrd.img