Before going any further with partimage, did you format your drive as ext4 before installing Ubuntu? If you did, partimage may not work. It is not supported on ext4. Please try another cloning/backup solution.
Also, if you have only one active OS on your machine, it doesn't make sense to install partimage, because the partition you are saving in partimage must be unmounted. This works fine if you run multiple OSes on a machine (dual boot). Also if you have 2 or more machines on your LAN, you can use partimage-server to have one clone the other. If you have a single machine with a single OS, try downloading and burning RescueCD (google it). It is a bootable CD with partimage and some other backup rescue tools on it.
OK if you're still reading and, you formatted as ext3, reiserfs etc, partimage will work just fine. In that case this should solve your issue:
partimage was not provided with Ubuntu, as far as I can tell, as it isn't shown in synaptic.
I'm running partimage on Ubuntu 9.04 and Kubuntu 9.10. Both were downloaded from the ubuntu "universe" repo, so I think its there and you should be able to install it. I normally install from the terminal rather than Synaptic, but really both should work. In the terminal try:
- Code: Select all
apt-cache search partimage
If that returns info about partimage, then install it with:
- Code: Select all
sudo apt-get update && apt-get install partimage
Please stop messing with the .bz2 file you downloaded from sourceforge. I'm sure it's OK, but why bother compiling from source when the app you want is already in the Ubuntu repo?
Good luck,
feffer