Gdiskdump – GUI for diskdump (dd)
DD is Convert and copy a file, write disk headers, boot records, create a boot floppy. dd can make an exact clone of an (unmounted) disk, this will include all blank space so the output destination must be at least as large as the input.
GUI for diskdump (dd). Harddrive clone and imaging tool.This is a open source Graphical User Interface for the Unix Command dd. You can easily select the Input- and Outputstream, so you can clone or image your Harddrive or Partition.
Install gdiskdump on ubuntu 11.04 (Natty)
Download db package from here .Once you have deb package you need to install by double clicking on it.
Install gdiskdump on ubuntu Maverick Meerkat, Lucid Lynx
Download deb package from here . Once you have deb package you need to install by double clicking on it.
Screenshot
Have a look at AIR – Automated Image an Restore.
I tried to install on Ubuntu 10.10 and get this error
Dependency not satisfiable: (python>_2.7). I have python 2.6,2.7,and 3.1
If you are running ubuntu 10.10 download this package and install http://launchpad.net/gdiskdump/trunk/0.5/+download/gdiskdump_0.5_all.deb
Trying to use on Debian desktop.
Installed ok, but
“serge@debian:~$ gksu gdiskdump
Traceback (most recent call last):
File “gdiskdump.py”, line 555, in
gdiskdumpGui = gdiskdump()
File “gdiskdump.py”, line 60, in __init__
self.builder.add_from_file(“data/ui/GdiskdumpWindow.ui”)
glib.GError: Unknown internal child: selection
“