Hi On Tue, Aug 25, 2009 at 8:29 PM, Ashish Verma<[email protected]> wrote: > I have a linux installation on a physical machine. The filesystem has been > created on 320GB of disk. I want to create a image of it and create a copy > of the system. How can I do that, the second disk I have is 80 GB. I have > tried partimage, it backs up only the used space, however when recreating, > it requires the original space. Is there any other way.
Assuming it is a data partition with ext2/3, you can use dump/restore... If it is a OS partition, you need to sweat it out.. use rescue mode.. create partitions, restore data .. install grub.. hopefully system is back up if you do everything properly.. - Kiran _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
