|
| |
:Copy Your Linux Install to a Different Partition or Drive
Copy Your Linux Install to a Different Partition or Drive Jul 9, 2009, 22 :33 UTC (1 Talkback[s]) (4036 reads) (Other stories by Ningappa Koneri) |
"To start, get a live CD and boot into it. I prefer Ubuntu for things like this. It has Gparted. Now follow the steps outlined below.
"Copying
"Mount both your source and destination partitions.
Run this command from a terminal:
$ sudo cp -afv /path/to/source/* /path/to/destination
"Don’t forget the asterisk after the source path.
After the command finishes copying, shut down, remove the source drive, and boot the live CD again."
Complete Story
Related Stories:
Linux - Compare two directories(Feb 18, 2009)
Cloning Linux Systems With CloneZilla Server Edition (CloneZilla SE)(Jan 22, 2009)
Copying a Filesystem between Computers(Oct 28, 2008)
rsnapshot: rsync-Based Filesystem Snapshot(Aug 26, 2008)
K9Copy Helps Make DVD Backups Easy(Aug 23, 2008)
|