3
votes
1answer
798 views

How to create an image of my ubuntu 12.10

Hi last week I installed ubuntu 12.10 on my laptop and Today I have my system more or less configure as I like. I would like to know how can I create an image of the system that can use to install ...
-2
votes
0answers
37 views

Clone 320GB Hardrive [duplicate]

Possible Duplicate: How to make a disk image and restore from it later? Backup : Ubuntu 12.04 Precise Can i clone 320gb hardrive with Ubuntu installed onto a 8gb PenDrive. I have ...
3
votes
1answer
336 views

How do I backup the pre-installed Windows before installing Ubuntu?

I want to install only Ubuntu on my new laptop. But before that, I would like to make a backup of the Windows OEM installation on my laptop and then later, in case I wanted to sell the laptop, I would ...
1
vote
0answers
35 views

How to create disk image/clone [duplicate]

Possible Duplicate: How to make a disk image and restore from it later? I am not sure what is the difference between image and clone but I have just installed fresh system on my laptop and ...
0
votes
2answers
394 views

How to fix “K3b can only copy CD-Extra mixed mode CDs” error?

I'm trying to make a backup (an iso image) of an old cd, but I'm getting the error message "K3b can only copy CD-Extra mixed mode CDs", any idea how to fix it? I saw in a forum telling to check the ...
5
votes
1answer
3k views

Mount disk (device) image

I made an image of my entire disk with dd if=/dev/sda of=/media/external_media/sda.img Now the problem is I'd like to mount an ext4 filesystem that was on that disk but mount -t ext4 -o loop ...
6
votes
4answers
1k views

How do I create a restore disk?

I'm new to ubuntu and reinstalled 11.04 atleast 10 times already. Each time I reconfigure all my settings and end up breaking something. It is really annoying and would be much easier if I can save ...
1
vote
2answers
823 views

What are full partition/disk imaging solutions that produce mountable images?

I want to make full disk images of different computers that I could later restore if something goes wrong. Also, being able to mount the image/access the backed up files would be really useful. What ...
18
votes
8answers
45k views

How to make a disk image and restore from it later?

I'm a new Linux user. I've reinstalled my Wubi from scratch at least ten times the last few weeks because while getting the system up and running (drivers, resolution, etc.) I've broken something (X, ...
12
votes
4answers
681 views

What software can be used to create a restorable drive image?

Not sure what Linux software I would use for this, basically just like Acronis True Image for Windows, but for Linux. The rule is that we are keeping Windows out of the equation, I want to be able to ...
3
votes
2answers
1k views

NTFS backup image wont mount

I made an image of my NTFS partition before i formatted, but now it wont mount. I'm pretty sure I've mounted this image before. root@z:/var/backup# mkdir Storage-disk root@z:/var/backup# mount ...