Can we use Rufus to save a local disk partition into an .img image file? Basically the Windows equivalent of:
dd if=/dev/sda4 of=output.img
Also can we use Rufus to write an image, not to a whole USB disk (I already know the advanced option "List USB Hard Drive"), but to an internal disk on a precise partition? Basically the equivalent of:
dd if=output.img of=/dev/sda4
(Or maybe is this available directly built in in Windows 7?)