How can I can clone or ghost my Ubuntu System drive to restore it to a bigger HD? something like norton ghost does with NTFS or FAT on Windows
GREAT Thanks
|
|
|
Clonezilla is the closest free option to Ghost. The underlying tools it uses, |
|||
|
|
If you want to move your data to a new harddrive, the Simple Backup Suite can make it very easy for you. Just backup your data, then install Ubuntu onto the new hard-drive and restore from your backup. If what you really want is a perfect transfer of data from your old harddrive to your new one, you can use the "dd" command-line tool to easily transfer the data. There's a great discussion of this technique on Server Fault. |
|||
|
|
|
I was half way through a response when I found this page: http://www.sysdesign.ca/guides/partitions.html The classical unix way is a tool called "dd". The page explains how to use it. |
|||
|